| Package | com.akamai.netSession.events |
| Class | public class ClientAttributesEvent |
| Inheritance | ClientAttributesEvent com.akamai.netSession.events.BaseNetSessionJsonEvent |
| Property | Defined By | ||
|---|---|---|---|
| acceptedEULA : Boolean [read-only]
See NetClient docs on property. | ClientAttributesEvent | ||
| isOnline : Boolean [read-only]
See NetClient docs on property. | ClientAttributesEvent | ||
| peerUploadRatio : Number [read-only]
See NetClient docs on property. | ClientAttributesEvent | ||
| shareRate : Number [read-only]
See NetClient docs on property. | ClientAttributesEvent | ||
| uploadPauseUntil : Number [read-only]
See NetClient docs on property. | ClientAttributesEvent | ||
| version : Number [read-only]
See NetClient docs on property. | ClientAttributesEvent | ||
| Method | Defined By | ||
|---|---|---|---|
ClientAttributesEvent(type:String, jsonString:String, jsonObject:Object, bubbles:Boolean = false, cancelable:Boolean = false) | ClientAttributesEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CLIENTATTRIBUTES_EVENT : String = clientAttributes [static] | ClientAttributesEvent | ||
| acceptedEULA | property |
acceptedEULA:Boolean [read-only] See NetClient docs on property.
public function get acceptedEULA():Boolean| isOnline | property |
isOnline:Boolean [read-only] See NetClient docs on property.
public function get isOnline():Boolean| peerUploadRatio | property |
peerUploadRatio:Number [read-only] See NetClient docs on property.
public function get peerUploadRatio():Number| shareRate | property |
shareRate:Number [read-only] See NetClient docs on property.
public function get shareRate():Number| uploadPauseUntil | property |
uploadPauseUntil:Number [read-only] See NetClient docs on property.
public function get uploadPauseUntil():Number| version | property |
version:Number [read-only] See NetClient docs on property.
public function get version():Number| ClientAttributesEvent | () | Constructor |
public function ClientAttributesEvent(type:String, jsonString:String, jsonObject:Object, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
jsonString:String | |
jsonObject:Object | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| CLIENTATTRIBUTES_EVENT | Constant |
public static const CLIENTATTRIBUTES_EVENT:String = clientAttributes