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
Comments
Please sign in to leave a comment.