Show / Hide Table of Contents

Class AN_SocialShareBuilder

Inheritance
System.Object
AN_SocialShareBuilder
AN_SocialImageShareBuilders
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.Android.Social
Assembly: cs.temp.dll.dll
Syntax
public abstract class AN_SocialShareBuilder

Fields

m_images

Declaration
protected List<Texture2D> m_images
Field Value
Type Description
List<Texture2D>

m_links

Declaration
protected List<string> m_links
Field Value
Type Description
List<System.String>

m_text

Declaration
protected string m_text
Field Value
Type Description
System.String

Properties

ShareIntent

Declaration
protected AN_Intent ShareIntent { get; }
Property Value
Type Description
AN_Intent

Methods

GenerateChooserIntent(String, String[])

Declaration
protected AN_Intent GenerateChooserIntent(string title, params string[] filters)
Parameters
Type Name Description
System.String title
System.String[] filters
Returns
Type Description
AN_Intent

GenerateShareIntent()

Declaration
protected virtual void GenerateShareIntent()

MakeSharingIntent()

Declaration
protected abstract AN_Intent MakeSharingIntent()
Returns
Type Description
AN_Intent

SetPackage(String)

Declaration
protected void SetPackage(string packageName)
Parameters
Type Name Description
System.String packageName

Share(Action)

Declaration
public void Share(Action callback = null)
Parameters
Type Name Description
Action callback
In This Article
Back to top Generated by DocFX