Packagecom.distriqt.extension.message.events
Classpublic class MessageSMSEvent
InheritanceMessageSMSEvent Inheritance flash.events.Event

This event is used to communicate SMS based events from the extension and external sources.



Public Properties
 PropertyDefined By
  details : String
A message or additional information about this event
MessageSMSEvent
  sms : SMS = null
The sms concerned.
MessageSMSEvent
Public Methods
 MethodDefined By
  
MessageSMSEvent(type:String, details:String, sms:SMS = null, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
MessageSMSEvent
  
clone():Event
[override]
MessageSMSEvent
Public Constants
 ConstantDefined 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
Property Detail
detailsproperty
public var details:String

A message or additional information about this event

smsproperty 
public var sms:SMS = null

The sms concerned. Generally only populated on a sms received event

Constructor Detail
MessageSMSEvent()Constructor
public function MessageSMSEvent(type:String, details:String, sms:SMS = null, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor

Parameters
type:String
 
details:String
 
sms:SMS (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
MESSAGE_SMS_CANCELLEDConstant
public static const MESSAGE_SMS_CANCELLED:String = sms:cancelled

The user cancelled the SMS send operation

MESSAGE_SMS_DELIVEREDConstant 
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_DELIVEREDConstant 
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_RECEIVEDConstant 
public static const MESSAGE_SMS_RECEIVED:String = sms:received

An SMS has been received

MESSAGE_SMS_SENTConstant 
public static const MESSAGE_SMS_SENT:String = sms:sent

The SMS has been sent

MESSAGE_SMS_SENT_ERRORConstant 
public static const MESSAGE_SMS_SENT_ERROR:String = sms:sent:error

There was an error sending the SMS. details may contain additional information