ActionScript3 Reference
Class Notification
Namespace: playerio
Language: ActionScript 3
A Notification
Properties | |||
---|---|---|---|
public |
The notification data |
||
public |
The type of notification endpoint that will receive this notification |
||
public |
The intended recipient (userId) of this notification |
||
Methods | |||
public |
Add a specific argument to the Data of this notification |
Notification.data
public |
|
The notification data
Notification.endpointType
public |
|
The type of notification endpoint that will receive this notification
Notification.recipientUserId
public |
|
The intended recipient (userId) of this notification
Notification.set
public |
|
Add a specific argument to the Data of this notification
Arguments
key:String | |
They key to add | |
value:String | |
The value to add |