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 |
dataActivityChange — Event, class com.wadedwalker.nativeExtension.telephone.TelephoneManager |
|
This event gets dispatched when data activity has changed. |
DATA_ACTIVITY_CHANGE — Constant Static Property, class com.wadedwalker.nativeExtension.telephone.events.DataActivityEvent |
|
The DATA_ACTIVITY_CHANGE constant defines the value
of the type property of an dataActivityChange event object. |
DATA_ACTIVITY_DORMANT — Constant Static Property, class com.wadedwalker.nativeExtension.telephone.TelephoneManager |
|
Data connection is active, but physical link is down. |
DataActivityEvent — final class, package com.wadedwalker.nativeExtension.telephone.events |
|
The DataActivityEvent object is used for knowing when data activity on the device
has changed. |
DataActivityEvent(type:String, activityChange:int, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.wadedwalker.nativeExtension.telephone.events.DataActivityEvent |
|
Creates a DataActivityEvent event.
|
DATA_ACTIVITY_IN — Constant Static Property, class com.wadedwalker.nativeExtension.telephone.TelephoneManager |
|
Data connection activity: Currently receiving IP PPP traffic. |
DATA_ACTIVITY_INOUT — Constant Static Property, class com.wadedwalker.nativeExtension.telephone.TelephoneManager |
|
Data connection activity: Currently both sending and receiving IP PPP traffic. |
DATA_ACTIVITY_NONE — Constant Static Property, class com.wadedwalker.nativeExtension.telephone.TelephoneManager |
|
Data connection activity: No traffic. |
DATA_ACTIVITY_OUT — Constant Static Property, class com.wadedwalker.nativeExtension.telephone.TelephoneManager |
|
Data connection activity: Currently sending IP PPP traffic. |
DATA_CONNECTED — Constant Static Property, class com.wadedwalker.nativeExtension.telephone.TelephoneManager |
|
Data connection state: Connected. |
DATA_CONNECTING — Constant Static Property, class com.wadedwalker.nativeExtension.telephone.TelephoneManager |
|
Data connection state: Currently setting up a data connection. |
dataConnectionStateChange — Event, class com.wadedwalker.nativeExtension.telephone.TelephoneManager |
|
This event gets dispatched when data connection has changed. |
DATA_CONNECTION_STATE_CHANGE — Constant Static Property, class com.wadedwalker.nativeExtension.telephone.events.DataConnectionStateEvent |
|
The DATA_CONNECTION_STATE_CHANGE constant defines the value
of the type property of an DataConnectionconnectionStated event object. |
DataConnectionStateEvent — final class, package com.wadedwalker.nativeExtension.telephone.events |
|
The DataConnectionStateEvent object is used for knowing when changes to the
data connection state (cellular) have occured. |
DataConnectionStateEvent(type:String, connectionState:int, networkType:int, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.wadedwalker.nativeExtension.telephone.events.DataConnectionStateEvent |
|
Creates a DataConnectionStateEvent event.
|
DATA_DISCONNECTED — Constant Static Property, class com.wadedwalker.nativeExtension.telephone.TelephoneManager |
|
Data connection state: Disconnected. |
DATA_SUSPENDED — Constant Static Property, class com.wadedwalker.nativeExtension.telephone.TelephoneManager |
|
Data connection state: Suspended. |
dispose() — method, class com.wadedwalker.nativeExtension.telephone.TelephoneManager |
|
Properly shut down this Native Extension. |
|
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 |