Package apple.messageui.c
Class MessageUI
- java.lang.Object
-
- apple.messageui.c.MessageUI
-
public final class MessageUI extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringMFMailComposeErrorDomain()[@const] MFMailComposeErrorDomain Error domain for NSError values stemming from the MFMailCompose API.static java.lang.StringMFMessageComposeViewControllerAttachmentAlternateFilename()[@constant] MFMessageComposeViewControllerAttachmentAlternateFilename The alternate filename for the given attachment.static java.lang.StringMFMessageComposeViewControllerAttachmentURL()[@constant] MFMessageComposeViewControllerAttachmentURL The url for the given attachment.static java.lang.StringMFMessageComposeViewControllerTextMessageAvailabilityDidChangeNotification()[@const] MFMessageComposeViewControllerTextMessageAvailabilityDidChangeNotification Notification posted when the value of +[MFMessageComposeViewController canSendText] has changed.static java.lang.StringMFMessageComposeViewControllerTextMessageAvailabilityKey()[@const] MFMessageComposeViewControllerTextMessageAvailabilityKey UserInfo key for MFMessageComposeViewControllerTextMessageAvailabilityDidChangeNotification containing the value of +[MFMessageComposeViewController canSendText] The value of this key is an NSNumber containing a BOOL value.
-
-
-
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].
-
-