Class 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 Summary

      Fields 
      Modifier and Type Field Description
      static long Cancelled  
      static long Failed  
      static long Sent  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait