Package | flash.notifications |
Class | public final class RemoteNotifierSubscribeOptions |
Inheritance | RemoteNotifierSubscribeOptions Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3.4 |
Related API Elements
Public Properties
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 |
Public Methods
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 |
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
Thu Dec 6 2018, 01:12 PM -08:00