OnSMSMessageResult()

void OnSMSMessageResult(bool inSuccess, String inPhoneNumber, String inError);

Description

This callback is called when a SMS is sent to be able to verify that the text message was sent.

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inSuccess Bool returns true/fale 
inPhoneNumber string Phone number that SMS sent
inError string Error message to return


Return Type

void

Example

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.