TTMSFMXNativeMFMessageComposeViewController
Usage
The MFMessageComposeViewController
class provides a standard system user interface for
composing SMS (Short Message Service) text messages. Use this class to configure the initial
recipients and body of the message, if desired, and to configure a delegate object to respond to the final result of the user’s action—whether they chose to cancel or send the message.
Published Properties
Property name |
Description |
Body |
The body of the message. |
Recipients |
A string list of the recipients of the message. |
Public Properties
Property name |
Description |
CanSendText |
Returns whether a message can be sent or not. |
MFMessageComposeViewController |
Returns a reference to the native iOS MFMessageComposeViewController . |
Published Events
Events name |
Description |
OnDidFinishWithResult |
Event called when the message is either sent, cancelled or when an error occurred. |