mobileComposeTextMessage | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Opens a new text message in the user's text messaging program. | |||||||||
Introduced | 5.5 | |||||||||
OS | ios, android | |||||||||
Platforms | mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Values |
| |||||||||
Related | Function: mobileCanComposeTextMessage | |||||||||
Description | Use the mobileComposeTextMessage command to create a text message from within a mobile app. This command interfaces with the mobile text composition interface. Some devices are not configured with text sending capability. To determine if the current device is capable of sending text messages, use the mobileCanComposeTextMessage function. This returns true if the text client is configured.
| |||||||||
Tags | networking |