Show / Hide Table of Contents

Class AN_EmailComposer

Inheritance
System.Object
AN_SocialShareBuilder
AN_SocialImageShareBuilders
AN_SocialFullShareBuilder
AN_EmailComposer
Inherited Members
AN_SocialFullShareBuilder.AddUrl(String)
AN_SocialFullShareBuilder.SetText(String)
AN_SocialImageShareBuilders.AddImage(Texture2D)
AN_SocialShareBuilder.m_text
AN_SocialShareBuilder.m_images
AN_SocialShareBuilder.m_links
AN_SocialShareBuilder.Share(Action)
AN_SocialShareBuilder.SetPackage(String)
AN_SocialShareBuilder.GenerateChooserIntent(String, String[])
AN_SocialShareBuilder.ShareIntent
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.Social
Assembly: cs.temp.dll.dll
Syntax
public class AN_EmailComposer : AN_SocialFullShareBuilder

Methods

AddRecipient(String)

Declaration
public void AddRecipient(string recipientEmail)
Parameters
Type Name Description
System.String recipientEmail

GenerateShareIntent()

Declaration
protected override void GenerateShareIntent()
Overrides
AN_SocialShareBuilder.GenerateShareIntent()

MakeSharingIntent()

Declaration
protected override AN_Intent MakeSharingIntent()
Returns
Type Description
AN_Intent
Overrides
AN_SocialShareBuilder.MakeSharingIntent()

SetSubject(String)

Declaration
public void SetSubject(string subject)
Parameters
Type Name Description
System.String subject
In This Article
Back to top Generated by DocFX