Class AN_AlertDialog.AN_ButtonInfo
Inheritance
System.Object
AN_AlertDialog.AN_ButtonInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.App
Assembly: cs.temp.dll.dll
Syntax
public class AN_ButtonInfo
Fields
m_callback
Declaration
public Action m_callback
Field Value
Type | Description |
---|---|
Action |
m_id
Declaration
public string m_id
Field Value
Type | Description |
---|---|
System.String |
m_text
Declaration
public string m_text
Field Value
Type | Description |
---|---|
System.String |
m_type
Declaration
public int m_type
Field Value
Type | Description |
---|---|
System.Int32 |