Show / Hide Table of Contents

Class ISN_Twitter

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)
Namespace: SA.iOS.Social
Assembly: cs.temp.dll.dll
Syntax
public static class ISN_Twitter

Methods

Post(String, Action<SA_Result>)

Declaration
public static void Post(string text, Action<SA_Result> callback = null)
Parameters
Type Name Description
System.String text
Action<SA_Result> callback

Post(String, String, Action<SA_Result>)

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

Post(String, String, Texture2D, Action<SA_Result>)

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

Post(String, String, Texture2D[], Action<SA_Result>)

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

Post(String, Texture2D, Action<SA_Result>)

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

Post(String, Texture2D[], Action<SA_Result>)

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

Post(Texture2D, Action<SA_Result>)

Declaration
public static void Post(Texture2D image, Action<SA_Result> callback = null)
Parameters
Type Name Description
Texture2D image
Action<SA_Result> callback

Post(Texture2D[], Action<SA_Result>)

Declaration
public static void Post(Texture2D[] images, Action<SA_Result> callback = null)
Parameters
Type Name Description
Texture2D[] images
Action<SA_Result> callback

Events

OnPostResult

Declaration
public static event Action<SA_Result> OnPostResult
Event Type
Type Description
Action<SA_Result>

OnPostStart

Declaration
public static event Action OnPostStart
Event Type
Type Description
Action
In This Article
Back to top Generated by DocFX