Enum MessageComposerResultCode
Result codes returned when the MessageComposer interface is dismissed.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public enum MessageComposerResultCode
Fields
| Name | Description |
|---|---|
| Cancelled | The user canceled the composition. |
| Failed | The message was not saved or queued, possibly due to an error. |
| Sent | The user successfully queued or sent the message. |
| Unknown | The user action could not be determined. This occurs in platforms where there is no provision to find result. |