Show / Hide Table of Contents

Class ISN_Instagram

Inheritance
System.Object
ISN_Instagram
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_Instagram

Methods

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, String, Action<SA_Result>)

Declaration
public static void Post(Texture2D image, string message, Action<SA_Result> callback = null)
Parameters
Type Name Description
Texture2D image
System.String message
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