PlayerIO

The fastest way to build online games without breaking a sweat.

ActionScript3 Reference

actionscript 3 Notification class informationClass Notification

Namespace: playerio
Language: ActionScript 3

A Notification

Properties

 
public
data :Object [read-only]

The notification data

public
endpointType :String [read-only]

The type of notification endpoint that will receive this notification

public
recipientUserId :String [read-only]

The intended recipient (userId) of this notification

Methods

 
public
set (key:String, value:String):playerio:Notification

Add a specific argument to the Data of this notification

Notification.data

public
data :Object [read-only]

The notification data

Notification.endpointType

public
endpointType :String [read-only]

The type of notification endpoint that will receive this notification

Notification.recipientUserId

public
recipientUserId :String [read-only]

The intended recipient (userId) of this notification

Notification.set

public
set (key:String, value:String):playerio:Notification

Add a specific argument to the Data of this notification

Arguments

key:String
They key to add
value:String
The value to add