Package apple.messageui.enums
Class MessageComposeResult
- java.lang.Object
-
- apple.messageui.enums.MessageComposeResult
-
public final class MessageComposeResult extends java.lang.Object[@enum] MessageComposeResult Composition result sent to the delegate upon user completion. This result will inform the client of the user's message composition action. If the user cancels the composition, MessageComposeResultCancelled will be sent to the delegate. Typically MessageComposeResultSent will be sent, but MessageComposeResultFailed will be sent in the case of failure. Send may only be interpreted as a successful queueing of the message for later sending. The actual send will occur when the device is able to send. [@constant] MessageComposeResultCancelled User canceled the composition. [@constant] MessageComposeResultSent User successfully sent/queued the message. [@constant] MessageComposeResultFailed User's attempt to save or send was unsuccessful.
-
-
Field Detail
-
Cancelled
public static final long Cancelled
- See Also:
- Constant Field Values
-
Sent
public static final long Sent
- See Also:
- Constant Field Values
-
Failed
public static final long Failed
- See Also:
- Constant Field Values
-
-