Enum SocialShareComposerResultCode
Possible values for the result, when SocialShareComposer interface is dismissed.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public enum SocialShareComposerResultCode
Fields
Name | Description |
---|---|
Cancelled | The view controller is dismissed without sending the post. For example, the user selects Cancel or the account is not available. |
Done | The composer view is dismissed and the message is being sent in the background. This occurs when the user selects Done. |
Unknown | The composer view is dismissed, but system couldn't determine the result. This occurs in platforms where there is no provision to find result. |