Package | flash.notifications |
Class | public final class RemoteNotifierSubscribeOptions |
Inheritance | RemoteNotifierSubscribeOptions Object |
Language version: | ActionScript 3.0 |
Runtime version: | AIR 3.4 |
See also
Property | Defined by | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | ||
notificationStyles : Vector.<String>
Specifies the vector string of all the notification styles you need to register at once.
| RemoteNotifierSubscribeOptions | ||
prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object |
Method | Defined by | ||
---|---|---|---|
Creates a new RemoteNotifierSubscribeOptions object.
| RemoteNotifierSubscribeOptions | ||
Indicates whether an object has a specified property defined.
| Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | ||
Indicates whether the specified property exists and is enumerable.
| Object | ||
Sets the availability of a dynamic property for loop operations.
| Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions.
| Object | ||
Returns the string representation of the specified object.
| Object | ||
Returns the primitive value of the specified object.
| Object |
notificationStyles | property |
notificationStyles:Vector.<String>
[read-write]
Language version: | ActionScript 3.0 |
Runtime version: | AIR 3.4 |
Specifies the vector string of all the notification styles you need to register at once.
Implementation public function get notificationStyles():Vector.<String>
public function set notificationStyles(value:Vector.<String>):void
RemoteNotifierSubscribeOptions | () | constructor |
public function RemoteNotifierSubscribeOptions()
Language version: | ActionScript 3.0 |
Runtime version: | AIR 3.4 |
Creates a new RemoteNotifierSubscribeOptions object.
The default values of the newly created object are:
notificationStyle = null