Enum ShareSheetResultCode
Result codes returned when the ShareSheet interface is dismissed.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public enum ShareSheetResultCode
Fields
| Name | Description |
|---|---|
| Cancelled | The user cancelled the operation. |
| Done | The user has completed action by selecting one of the service. |
| Unknown | The user action could not be determined. This occurs in platforms where there is no provision to find result. |