Class SocialShareComposerResult
This class contains the result of the user action which caused SocialShareComposer interface to dismiss.
Inheritance
System.Object
SocialShareComposerResult
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: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public class SocialShareComposerResult
Properties
ResultCode
Gets the result of the user’s action.
Declaration
public SocialShareComposerResultCode ResultCode { get; }
Property Value
Type | Description |
---|---|
SocialShareComposerResultCode | The result code of user’s action. |