|
|
|
|
|
- Elements taken into account in the SMS structure
- Error cases
- Application in the background: Specific case from Android 10
SMSRunApp (Function) In french: SMSLanceAppli Starts the native application for sending SMSs found on the device (Android or iPhone/iPad). The content and the recipients of the SMS are initialized from the information specified in the SMS structure of WLanguage. Warning: The SMS is not sent. Only the controls of the application for sending SMSs are initialized. SMS.Number = "0610203040" SMS.Message = "I am sending SMSs with WINDEV Mobile!" SMSRunApp()
Remarks Elements taken into account in the SMS structure   Only the SMS.Number and SMS.Message variables are taken into account. Only the following variables are taken into account: - SMS.Number,
- SMS.Message,
- SMS.Attachment.
- SMS.NumberType and SMS.CountryPrefix are taken into account.
For more details, consult the SMS structure of WLanguage. Error cases If no native application for sending SMSs was found on the device, the ErrorOccurred variable will be set to True after the call to the function. To get more details on the error, use ErrorInfo.
Related Examples:
|
Cross-platform examples (WINDEV Mobile): WM System
[ + ] This application is an example of some of the features of WINDEV Mobile available for Android/iOS. The following system functions are used: - NFC - Multimedia control - Brightness - Volume - Wi-Fi - Bluetooth - Toast - Compass - Accelerometer - Camera control - LED - Vibration - Notifications - Drawing functions - Internet
|
Component: wd300android.aar
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|