Back

CreateSMS

Hello World
Content:
- Methods

Returns a new SMS object to send and retreive SMS messages.

sms = app.CreateSMS() → app object: SMS

ATTENTION: This function is available in the DS X-Versions only as it doesn't meet the GooglePlay security requirements. APKs built with X-Versions are for private use only.

Methods

The following methods are available on the SMS object:

GetType() → string: “SMS”
string
string: MultiPart
function( message )
function( status )
sms.GetType
Returns the control class name.
sms.Send
Send SMS message.
sms.SetOnMessage
Define a callback function which is called when the user received a SMS
sms.SetOnStatus
Define a callback function which is called when a status has changed.