Icon

SMS Manager - Android

GM++

You must be logged in to obtain assets

Description

Send and receive text messages on Android using the user's provider.

Functions include:

  • Send an SMS to a phone number with one function: AndroidSMS_Send("123456789", "This is a text message")
  • Receive SMS's content and sender asynchronously

An example of receiving a text (Async event):

if (async_load[? "type"] == "sms") {
    message_text  = async_load[? "message"];
    sender_number = async_load[? "from"];
}

See the included example for a fully-working demonstration.

Need an Android extension or SDK Implementation?

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS1 - Version 1.0.0. Published April 30, 2017

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait