Packagecom.kiip.extensions.events
Classpublic class KiipEvent
InheritanceKiipEvent Inheritance flash.events.Event

KiipEvent



Public Properties
 PropertyDefined By
  contentId : String
Content ID associated with a CONTENT_RECEIVED event
KiipEvent
  errorMessage : String
Error Message associated with a failure event
KiipEvent
  momentId : String
Moment ID associated with this event
KiipEvent
  quantity : int
Quantity associated with a CONTENT_RECEIVED event
KiipEvent
  signature : String
Signature associated with a CONTENT_RECEIVED event
KiipEvent
  transactionId : String
Transaction ID associated with a CONTENT_RECEIVED event
KiipEvent
  value : Number
Value associated with a MOMENT_SAVED event
KiipEvent
Public Methods
 MethodDefined By
  
KiipEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Create new KiipEvent
KiipEvent
  
clone():Event
[override]
KiipEvent
  
toString():String
[override]
KiipEvent
Public Constants
 ConstantDefined By
  CONTENT_RECEIVED : String = CONTENT_RECEIVED
[static] Dispatched when premium content has been received
KiipEvent
  MODAL_DISMISSED : String = MODAL_DISMISSED
[static] Dispatched when a modal view has been dismissed
KiipEvent
  MODAL_DISPLAYED : String = MODAL_DISPLAYED
[static] Dispatched when a modal view has been displayed
KiipEvent
  MOMENT_SAVED : String = MOMENT_SAVED
[static] Dispatched when a moment has saved
KiipEvent
  NOTIFICATION_CLICKED : String = NOTIFICATION_CLICKED
[static] Dispatched when a notification has been clicked
KiipEvent
  NOTIFICATION_DISMISSED : String = NOTIFICATION_DISMISSED
[static] Dispatched when a Notification has been dismissed
KiipEvent
  NOTIFICATION_DISPLAYED : String = NOTIFICATION_DISPLAYED
[static] Dispatched hwne a Notification has been displayed
KiipEvent
  POPTART_DISMISSED : String = POPTART_DISMISSED
[static] Dispatched when a Kiip Poptart has been dismissed
KiipEvent
  POPTART_DISPLAYED : String = POPTART_DISPLAYED
[static] Dispatched when a Kiip Poptart has been displayed
KiipEvent
  SAVE_MOMENT_FAILED : String = SAVE_MOMENT_FAILED
[static] Called when a branded moment has failed to save
KiipEvent
  SESSION_ENDED : String = SESSION_ENDED
[static] Called when the Kiip session has been ended
KiipEvent
  SESSION_END_FAILED : String = SESSION_END_FAILED
[static] Called when the Kiip session has failed to end
KiipEvent
  SESSION_STARTED : String = SESSION_STARTED
[static] Called when the Kiip session has been started
KiipEvent
  SESSION_START_FAILED : String = SESSION_START_FAILED
[static] Called when the Kiip session has failed to start
KiipEvent
  SWARM_JOINED : String = SWARM_JOINED
[static] Dispatched when a swarm has been joined.
KiipEvent
Property Detail
contentIdproperty
public var contentId:String

Content ID associated with a CONTENT_RECEIVED event

errorMessageproperty 
public var errorMessage:String

Error Message associated with a failure event

momentIdproperty 
public var momentId:String

Moment ID associated with this event

quantityproperty 
public var quantity:int

Quantity associated with a CONTENT_RECEIVED event

signatureproperty 
public var signature:String

Signature associated with a CONTENT_RECEIVED event

transactionIdproperty 
public var transactionId:String

Transaction ID associated with a CONTENT_RECEIVED event

valueproperty 
public var value:Number

Value associated with a MOMENT_SAVED event

Constructor Detail
KiipEvent()Constructor
public function KiipEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Create new KiipEvent

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

Returns
Event
toString()method 
override public function toString():String

Returns
String
Constant Detail
CONTENT_RECEIVEDConstant
public static const CONTENT_RECEIVED:String = CONTENT_RECEIVED

Dispatched when premium content has been received

MODAL_DISMISSEDConstant 
public static const MODAL_DISMISSED:String = MODAL_DISMISSED

Dispatched when a modal view has been dismissed

MODAL_DISPLAYEDConstant 
public static const MODAL_DISPLAYED:String = MODAL_DISPLAYED

Dispatched when a modal view has been displayed

MOMENT_SAVEDConstant 
public static const MOMENT_SAVED:String = MOMENT_SAVED

Dispatched when a moment has saved

NOTIFICATION_CLICKEDConstant 
public static const NOTIFICATION_CLICKED:String = NOTIFICATION_CLICKED

Dispatched when a notification has been clicked

NOTIFICATION_DISMISSEDConstant 
public static const NOTIFICATION_DISMISSED:String = NOTIFICATION_DISMISSED

Dispatched when a Notification has been dismissed

NOTIFICATION_DISPLAYEDConstant 
public static const NOTIFICATION_DISPLAYED:String = NOTIFICATION_DISPLAYED

Dispatched hwne a Notification has been displayed

POPTART_DISMISSEDConstant 
public static const POPTART_DISMISSED:String = POPTART_DISMISSED

Dispatched when a Kiip Poptart has been dismissed

POPTART_DISPLAYEDConstant 
public static const POPTART_DISPLAYED:String = POPTART_DISPLAYED

Dispatched when a Kiip Poptart has been displayed

SAVE_MOMENT_FAILEDConstant 
public static const SAVE_MOMENT_FAILED:String = SAVE_MOMENT_FAILED

Called when a branded moment has failed to save

SESSION_END_FAILEDConstant 
public static const SESSION_END_FAILED:String = SESSION_END_FAILED

Called when the Kiip session has failed to end

SESSION_ENDEDConstant 
public static const SESSION_ENDED:String = SESSION_ENDED

Called when the Kiip session has been ended

SESSION_START_FAILEDConstant 
public static const SESSION_START_FAILED:String = SESSION_START_FAILED

Called when the Kiip session has failed to start

SESSION_STARTEDConstant 
public static const SESSION_STARTED:String = SESSION_STARTED

Called when the Kiip session has been started

SWARM_JOINEDConstant 
public static const SWARM_JOINED:String = SWARM_JOINED

Dispatched when a swarm has been joined.