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