ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
flash.notifications 

RemoteNotifierSubscribeOptions  - AS3

Packageflash.notifications
Classpublic final class RemoteNotifierSubscribeOptions
InheritanceRemoteNotifierSubscribeOptions Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: 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.

Related API Elements



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
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
    

notificationStyles

property
notificationStyles:Vector.<String>

Language Version: ActionScript 3.0
Runtime Versions: 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 Versions: AIR 3.4

Creates a new RemoteNotifierSubscribeOptions object.

The default values of the newly created object are:

  • notificationStyle = null