Class Reference

Class Description
dosamigos\nexmo\Account Class Account handles interaction with your Nexmo account.
dosamigos\nexmo\Client Class Client is the base class of Components that access the API and handles the calls to the API base end point.
dosamigos\nexmo\DeliveryCallbackAction Class DeliveryCallbackAction handles delivery receipt.
dosamigos\nexmo\DeliveryCallbackEvent Class DeliveryCallbackEvent is the \yii\base\Event object that is sent as a parameter when a dosamigos\nexmo\DeliveryCallbackAction is used as a CallBack Url. This Event holds a dosamigos\nexmo\DeliveryReceipt object that is initialized with the parameters received.
dosamigos\nexmo\DeliveryReceipt Class DeliveryReceipt is the class that holds all the parameters received when a CallBack Url is set for message delivery callback. Nexmo calls your configured CallBack Url (that should be done using dosamigos\nexmo\DeliveryCallbackAction action) and sends a list of parameters that dosamigos\nexmo\DeliveryReceipt is initialized with.
dosamigos\nexmo\InboundCallbackAction Class InboundCallbackAction handles inbound message requests.
dosamigos\nexmo\InboundCallbackEvent Class InboundCallbackEvent is the \yii\base\Event object that is sent as a parameter when a dosamigos\nexmo\InboundCallbackAction is used as a CallBack Url to handle Inbound Messages. This Event holds an dosamigos\nexmo\InboundMessage object that is initialized with the parameters received.
dosamigos\nexmo\InboundMessage Class InboundMessage is the class that is initialized with all the parameters sent to a CallBack Url that is set to handle inbound messages. In order to receive an dosamigos\nexmo\InboundMessage object you need to set your CallBack Url with the dosamigos\nexmo\InboundCallbackAction which will trigger an dosamigos\nexmo\InboundCallbackEvent with an dosamigos\nexmo\InboundMessage object initialized with the parameters sent.
dosamigos\nexmo\Object Class Object is the base calls for dosamigos\nexmo\DeliveryReceipt and dosamigos\nexmo\InboundMessage objects.
dosamigos\nexmo\Sms Class Sms handles the methods and properties of sending a SMS message through your Nexmo account.