Package | com.kiip.extensions.events |
Class | public class KiipEvent |
Inheritance | KiipEvent ![]() |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
KiipEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) Create new KiipEvent | KiipEvent | ||
clone():Event [override]
| KiipEvent | ||
toString():String [override]
| KiipEvent |
Constant | Defined 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 |
contentId | property |
public var contentId:String
Content ID associated with a CONTENT_RECEIVED event
errorMessage | property |
public var errorMessage:String
Error Message associated with a failure event
momentId | property |
public var momentId:String
Moment ID associated with this event
quantity | property |
public var quantity:int
Quantity associated with a CONTENT_RECEIVED event
signature | property |
public var signature:String
Signature associated with a CONTENT_RECEIVED event
transactionId | property |
public var transactionId:String
Transaction ID associated with a CONTENT_RECEIVED event
value | property |
public var value:Number
Value associated with a MOMENT_SAVED event
KiipEvent | () | Constructor |
public function KiipEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Create new KiipEvent
Parameterstype:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
Returns
Event |
toString | () | method |
override public function toString():String
Returns
String |
CONTENT_RECEIVED | Constant |
public static const CONTENT_RECEIVED:String = CONTENT_RECEIVED
Dispatched when premium content has been received
MODAL_DISMISSED | Constant |
public static const MODAL_DISMISSED:String = MODAL_DISMISSED
Dispatched when a modal view has been dismissed
MODAL_DISPLAYED | Constant |
public static const MODAL_DISPLAYED:String = MODAL_DISPLAYED
Dispatched when a modal view has been displayed
MOMENT_SAVED | Constant |
public static const MOMENT_SAVED:String = MOMENT_SAVED
Dispatched when a moment has saved
NOTIFICATION_CLICKED | Constant |
public static const NOTIFICATION_CLICKED:String = NOTIFICATION_CLICKED
Dispatched when a notification has been clicked
NOTIFICATION_DISMISSED | Constant |
public static const NOTIFICATION_DISMISSED:String = NOTIFICATION_DISMISSED
Dispatched when a Notification has been dismissed
NOTIFICATION_DISPLAYED | Constant |
public static const NOTIFICATION_DISPLAYED:String = NOTIFICATION_DISPLAYED
Dispatched hwne a Notification has been displayed
POPTART_DISMISSED | Constant |
public static const POPTART_DISMISSED:String = POPTART_DISMISSED
Dispatched when a Kiip Poptart has been dismissed
POPTART_DISPLAYED | Constant |
public static const POPTART_DISPLAYED:String = POPTART_DISPLAYED
Dispatched when a Kiip Poptart has been displayed
SAVE_MOMENT_FAILED | Constant |
public static const SAVE_MOMENT_FAILED:String = SAVE_MOMENT_FAILED
Called when a branded moment has failed to save
SESSION_END_FAILED | Constant |
public static const SESSION_END_FAILED:String = SESSION_END_FAILED
Called when the Kiip session has failed to end
SESSION_ENDED | Constant |
public static const SESSION_ENDED:String = SESSION_ENDED
Called when the Kiip session has been ended
SESSION_START_FAILED | Constant |
public static const SESSION_START_FAILED:String = SESSION_START_FAILED
Called when the Kiip session has failed to start
SESSION_STARTED | Constant |
public static const SESSION_STARTED:String = SESSION_STARTED
Called when the Kiip session has been started
SWARM_JOINED | Constant |
public static const SWARM_JOINED:String = SWARM_JOINED
Dispatched when a swarm has been joined.