|
||||||
How do I create/instantiate an SMS object in my code?You can create and instantiateSMS objects in your code as follows:
Visual Basic.NETDim ourSMS As New SMS Dim ourSendSMS As New SendSMS Dim ourClientPolled As New ClientPolled PHP$ourSMS = new SMS(); Perlmy $ourSMS = new SMS(); JavaSMS ourSMS = new SMS(); PythonourSMS = SMS('da':'4700000000001','sa':'SMSService')
More examples are available in the API packages.Browse
General
Services |