public final class MessageUI
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
MFMailComposeErrorDomain()
[@const] MFMailComposeErrorDomain
|
static java.lang.String |
MFMessageComposeViewControllerAttachmentAlternateFilename()
[@constant] MFMessageComposeViewControllerAttachmentAlternateFilename The alternate filename for the given attachment.
|
static java.lang.String |
MFMessageComposeViewControllerAttachmentURL()
[@constant] MFMessageComposeViewControllerAttachmentURL The url for the given attachment.
|
static java.lang.String |
MFMessageComposeViewControllerTextMessageAvailabilityDidChangeNotification()
[@const] MFMessageComposeViewControllerTextMessageAvailabilityDidChangeNotification
|
static java.lang.String |
MFMessageComposeViewControllerTextMessageAvailabilityKey()
[@const] MFMessageComposeViewControllerTextMessageAvailabilityKey
|
public static java.lang.String 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.
public static java.lang.String MFMessageComposeViewControllerAttachmentURL()
public static java.lang.String MFMessageComposeViewControllerAttachmentAlternateFilename()
public static java.lang.String 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.
public static java.lang.String 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].