Inheritance
System.Object
ISN_Twitter
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)
Assembly: cs.temp.dll.dll
public static class ISN_Twitter
Methods
Declaration
public static void Post(string text, Action<SA_Result> callback = null)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Action<SA_Result> |
callback |
|
Declaration
public static void Post(string text, string url, Action<SA_Result> callback = null)
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.String |
url |
|
Action<SA_Result> |
callback |
|
Declaration
public static void Post(string text, string url, Texture2D image, Action<SA_Result> callback = null)
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.String |
url |
|
Texture2D |
image |
|
Action<SA_Result> |
callback |
|
Declaration
public static void Post(string text, string url, Texture2D[] images, Action<SA_Result> callback = null)
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.String |
url |
|
Texture2D[] |
images |
|
Action<SA_Result> |
callback |
|
Declaration
public static void Post(string text, Texture2D image, Action<SA_Result> callback = null)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Texture2D |
image |
|
Action<SA_Result> |
callback |
|
Declaration
public static void Post(string text, Texture2D[] images, Action<SA_Result> callback = null)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Texture2D[] |
images |
|
Action<SA_Result> |
callback |
|
Declaration
public static void Post(Texture2D image, Action<SA_Result> callback = null)
Parameters
Type |
Name |
Description |
Texture2D |
image |
|
Action<SA_Result> |
callback |
|
Declaration
public static void Post(Texture2D[] images, Action<SA_Result> callback = null)
Parameters
Type |
Name |
Description |
Texture2D[] |
images |
|
Action<SA_Result> |
callback |
|
Events
Declaration
public static event Action<SA_Result> OnPostResult
Event Type
Type |
Description |
Action<SA_Result> |
|
Declaration
public static event Action OnPostStart
Event Type