Show / Hide Table of Contents

Class ISN_TextMessage

Inheritance
System.Object
ISN_TextMessage
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_TextMessage

Methods

Send(String, String, Action<ISN_MessageComposeResult>)

Declaration
public static void Send(string body, string recipient, Action<ISN_MessageComposeResult> callback = null)
Parameters
Type Name Description
System.String body
System.String recipient
Action<ISN_MessageComposeResult> callback

Send(String, String, Texture2D, Action<ISN_MessageComposeResult>)

Declaration
public static void Send(string body, string recipient, Texture2D image, Action<ISN_MessageComposeResult> callback = null)
Parameters
Type Name Description
System.String body
System.String recipient
Texture2D image
Action<ISN_MessageComposeResult> callback

Send(String, String, Texture2D[], Action<ISN_MessageComposeResult>)

Declaration
public static void Send(string body, string recipient, Texture2D[] images, Action<ISN_MessageComposeResult> callback = null)
Parameters
Type Name Description
System.String body
System.String recipient
Texture2D[] images
Action<ISN_MessageComposeResult> callback

Send(String, String[], Action<ISN_MessageComposeResult>)

Declaration
public static void Send(string body, string[] recipients, Action<ISN_MessageComposeResult> callback = null)
Parameters
Type Name Description
System.String body
System.String[] recipients
Action<ISN_MessageComposeResult> callback

Send(String, String[], Texture2D, Action<ISN_MessageComposeResult>)

Declaration
public static void Send(string body, string[] recipients, Texture2D image, Action<ISN_MessageComposeResult> callback = null)
Parameters
Type Name Description
System.String body
System.String[] recipients
Texture2D image
Action<ISN_MessageComposeResult> callback

Send(String, String[], Texture2D[], Action<ISN_MessageComposeResult>)

Declaration
public static void Send(string body, string[] recipients, Texture2D[] images, Action<ISN_MessageComposeResult> callback = null)
Parameters
Type Name Description
System.String body
System.String[] recipients
Texture2D[] images
Action<ISN_MessageComposeResult> callback

Events

OnTextMessageResult

Declaration
public static event Action<ISN_MessageComposeResult> OnTextMessageResult
Event Type
Type Description
Action<ISN_MessageComposeResult>
In This Article
Back to top Generated by DocFX