Packageflash.notifications
Classpublic final class RemoteNotifierSubscribeOptions
InheritanceRemoteNotifierSubscribeOptions Inheritance Object

Language version: ActionScript 3.0
Runtime version: AIR 3.4

The RemoteNotifierSubscribeOptions class defines the initialization options that may be used during the remote notification subscription process. It can be used to specify the styles of notifications one intends to register for.

See also

flash.notifications.NotificationStyle


Public Properties
 PropertyDefined by
 Inheritedconstructor : 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
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined by
  
Creates a new RemoteNotifierSubscribeOptions object.
RemoteNotifierSubscribeOptions
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property detail
notificationStylesproperty
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
Constructor detail
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: