A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
STARTED — Constant Static Property, class com.wadedwalker.nativeExtension.app.AppActivityState |
|
Called when the activity is becoming visible to the user. |
state — Property, class com.wadedwalker.nativeExtension.app.events.StateChangeEvent |
|
The current state of the application. |
stateChange — Event, class com.wadedwalker.nativeExtension.app.AppActivityState |
|
This event is dispatched when a state change has occured in the application. |
STATE_CHANGE — Constant Static Property, class com.wadedwalker.nativeExtension.app.events.StateChangeEvent |
|
The StateChangeEvent.STATE_CHANGE constant defines the value of the type property
of an stateChange event object. |
StateChangeEvent — final class, package com.wadedwalker.nativeExtension.app.events |
|
StateChangeEvent is the event that gets dispatched when a state change
has occured in the application. |
StateChangeEvent(type:String, state:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.wadedwalker.nativeExtension.app.events.StateChangeEvent |
|
Creates a StateChangeEvent event. |
STOPPED — Constant Static Property, class com.wadedwalker.nativeExtension.app.AppActivityState |
|
Called when the activity is no longer visible to the user, because another activity has been
resumed and is covering this one. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |