Syntax
Public Sub SendSMSResultReceived(Result As VertexFXBridgeAPI.TransResult)
Fire when receiving a report from the server for sending an SMS after calling thesendSMSorSendSMSToSelectedAccountfunctions.
Parameters
Key | Description |
Result | Resultas TransResult |
Remarks
To know if an SMS has been sent or not and the reason of not being sent.
See Also