mobileCanComposeTextMessage

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileCanComposeTextMessage()
Summary

Returns true if the device can compose text messages, false otherwise.

Introduced5.5
OSios, android
Platformsmobile
Example
get mobileCanComposeTextMessage()
if mobileCanComposeTextMessage() is "true" then 
  answer "Text Messages can be sent"
end if
Values
NameTypeDescription
return

The mobileCanComposeTextMessage function returns true if the device can send text messages and false otherwise.

RelatedCommand: mobileComposeTextMessage
Description

Use the mobileCanComposeTextMessage function to check whether the device can send text messages.