MessageUI.MFMessageComposeViewController Members

The members of MessageUI.MFMessageComposeViewController are listed below.

See Also: Inherited members from UIKit.UINavigationController

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
static
AppearanceMFMessageComposeViewController.MFMessageComposeViewControllerAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
static
AttachmentAlternateFilenameFoundation.NSString. Represents the value associated with the constant MFMessageComposeViewControllerAttachmentAlternateFilename
[read-only]
static
AttachmentURLFoundation.NSString. Represents the value associated with the constant MFMessageComposeViewControllerAttachmentURL
Bodystring. Documentation for this section has not yet been entered.
[read-only]
static
CanSendAttachmentsbool. Documentation for this section has not yet been entered.
[read-only]
static
CanSendSubjectbool. Documentation for this section has not yet been entered.
[read-only]
static
CanSendTextbool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
MessageComposeDelegateIMFMessageComposeViewControllerDelegate. Documentation for this section has not yet been entered.
Recipientsstring[]. Documentation for this section has not yet been entered.
Subjectstring. Documentation for this section has not yet been entered.
[read-only]
static
TextMessageAvailabilityDidChangeNotificationFoundation.NSString. Notification constant for TextMessageAvailabilityDidChange
[read-only]
static
TextMessageAvailabilityKeyFoundation.NSString. Represents the value associated with the constant MFMessageComposeViewControllerTextMessageAvailabilityKey
WeakMessageComposeDelegateFoundation.NSObject. Documentation for this section has not yet been entered.

Public Methods

AddAttachment(Foundation.NSUrl, string) : bool
Documentation for this section has not yet been entered.
AddAttachment(Foundation.NSData, string, string) : bool
Documentation for this section has not yet been entered.
static
AppearanceWhenContainedIn(params Type[]) : MFMessageComposeViewController.MFMessageComposeViewControllerAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
DisableUserAttachments()
Documentation for this section has not yet been entered.
static
GetAppearance<T>() : MFMessageComposeViewController.MFMessageComposeViewControllerAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UIKit.UITraitCollection) : MFMessageComposeViewController.MFMessageComposeViewControllerAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UIKit.UITraitCollection, params Type[]) : MFMessageComposeViewController.MFMessageComposeViewControllerAppearance
Documentation for this section has not yet been entered.
GetAttachments() : Foundation.NSDictionary[]
Documentation for this section has not yet been entered.
static
IsSupportedAttachment(string) : bool
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the MFMessageComposeViewController object.

Public Events

FinishedDocumentation for this section has not yet been entered.