| Built-in front calls / Genero Mobile common front calls | |
Sends an SMS text to one or more phone numbers.
ui.Interface.frontCall("mobile", "composeSMS",
[ recipients, content ],
[ result ] )
The "composeSMS" front call sends an SMS text to one or more phone numbers.
Consider using global phone numbers with a + plus sign, as described in [RFC3966].
Error -6333 is raised, if there is no permission to compose an SMS on the mobile phone.
DEFINE result STRING
CALL ui.Interface.frontCall("mobile", "composeSMS",
["+332781211,+339956789", "This is the SMS text"],
[result])