Class ShareSheetResult
This class contains the result of the user action which caused ShareSheet interface to dismiss.
Inheritance
System.Object
ShareSheetResult
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 ShareSheetResult
Properties
ResultCode
Gets the result of the user’s action.
Declaration
public ShareSheetResultCode ResultCode { get; }
Property Value
Type | Description |
---|---|
ShareSheetResultCode | The result code of user’s action. |