Class MessageUI


  • public final class MessageUI
    extends java.lang.Object
    • Method Detail

      • MFMailComposeErrorDomain

        public static java.lang.String MFMailComposeErrorDomain()
        [@const] MFMailComposeErrorDomain Error domain for NSError values stemming from the MFMailCompose API. This error domain is used as the domain for all NSError instances stemmming from the MFMailCompose API. Valid error code values are declared in the MFMailComposeErrorCode space.
      • MFMessageComposeViewControllerAttachmentURL

        public static java.lang.String MFMessageComposeViewControllerAttachmentURL()
        [@constant] MFMessageComposeViewControllerAttachmentURL The url for the given attachment.
      • MFMessageComposeViewControllerAttachmentAlternateFilename

        public static java.lang.String MFMessageComposeViewControllerAttachmentAlternateFilename()
        [@constant] MFMessageComposeViewControllerAttachmentAlternateFilename The alternate filename for the given attachment.
      • MFMessageComposeViewControllerTextMessageAvailabilityDidChangeNotification

        public static java.lang.String MFMessageComposeViewControllerTextMessageAvailabilityDidChangeNotification()
        [@const] MFMessageComposeViewControllerTextMessageAvailabilityDidChangeNotification Notification posted when the value of +[MFMessageComposeViewController canSendText] has changed. This notification is posted when the value of +[MFMessageComposeViewController canSendText] has changed. Clients should invalidate any caches and update UI as appropriate.
      • MFMessageComposeViewControllerTextMessageAvailabilityKey

        public static java.lang.String MFMessageComposeViewControllerTextMessageAvailabilityKey()
        [@const] MFMessageComposeViewControllerTextMessageAvailabilityKey UserInfo key for MFMessageComposeViewControllerTextMessageAvailabilityDidChangeNotification containing the value of +[MFMessageComposeViewController canSendText] The value of this key is an NSNumber containing a BOOL value. This value matches the result of +[MFMessageComposeViewController canSendText].