public final class MessageComposeResult
extends java.lang.Object
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.public static final long Cancelled
public static final long Sent
public static final long Failed