| Package | com.distriqt.extension.message.events |
| Class | public class MessageSMSEvent |
| Inheritance | MessageSMSEvent flash.events.Event |
This event is used to communicate SMS based events from the extension and external sources.
| Property | Defined By | ||
|---|---|---|---|
| details : String
A message or additional information about this event
| MessageSMSEvent | ||
| sms : SMS = null
The sms concerned. | MessageSMSEvent | ||
| Method | Defined By | ||
|---|---|---|---|
MessageSMSEvent(type:String, details:String, sms:SMS = null, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
| MessageSMSEvent | ||
clone():Event [override] | MessageSMSEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| MESSAGE_SMS_CANCELLED : String = sms:cancelled [static]
The user cancelled the SMS send operation
| MessageSMSEvent | ||
| MESSAGE_SMS_DELIVERED : String = sms:delivered [static]
Dispatched when the SMS delivery report was received successfully
indicating the SMS was delivered. | MessageSMSEvent | ||
| MESSAGE_SMS_NOT_DELIVERED : String = sms:not:delivered [static]
Dispatched when the SMS delivery report was not received successfully
indicating the SMS was not delivered or if delivery could not be determined. | MessageSMSEvent | ||
| MESSAGE_SMS_RECEIVED : String = sms:received [static]
An SMS has been received
| MessageSMSEvent | ||
| MESSAGE_SMS_SENT : String = sms:sent [static]
The SMS has been sent
| MessageSMSEvent | ||
| MESSAGE_SMS_SENT_ERROR : String = sms:sent:error [static]
There was an error sending the SMS. | MessageSMSEvent | ||
| details | property |
public var details:String
A message or additional information about this event
| sms | property |
| MessageSMSEvent | () | Constructor |
public function MessageSMSEvent(type:String, details:String, sms:SMS = null, bubbles:Boolean = false, cancelable:Boolean = false)Constructor
Parameterstype:String | |
details:String | |
sms:SMS (default = null) | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| MESSAGE_SMS_CANCELLED | Constant |
public static const MESSAGE_SMS_CANCELLED:String = sms:cancelled
The user cancelled the SMS send operation
| MESSAGE_SMS_DELIVERED | Constant |
public static const MESSAGE_SMS_DELIVERED:String = sms:delivered
Dispatched when the SMS delivery report was received successfully indicating the SMS was delivered.
Android only
| MESSAGE_SMS_NOT_DELIVERED | Constant |
public static const MESSAGE_SMS_NOT_DELIVERED:String = sms:not:delivered
Dispatched when the SMS delivery report was not received successfully indicating the SMS was not delivered or if delivery could not be determined.
Android only
| MESSAGE_SMS_RECEIVED | Constant |
public static const MESSAGE_SMS_RECEIVED:String = sms:received
An SMS has been received
| MESSAGE_SMS_SENT | Constant |
public static const MESSAGE_SMS_SENT:String = sms:sent
The SMS has been sent
| MESSAGE_SMS_SENT_ERROR | Constant |
public static const MESSAGE_SMS_SENT_ERROR:String = sms:sent:error
There was an error sending the SMS. details may contain
additional information