Packagecom.myflashlab.air.extensions.localNotifi
Classpublic class NotificationAndroidSettings
InheritanceNotificationAndroidSettings Inheritance NotificationSettings Inheritance Object



Public Properties
 PropertyDefined By
  channelId : String
[write-only] The constructed Notification will be posted on this Notification Channel.
NotificationAndroidSettings
 Inheritedmessage : String
[write-only]
NotificationSettings
 InheritednotificationId : int
[write-only]
NotificationSettings
 Inheritedpayload : String
[write-only]
NotificationSettings
 Inheritedsound : String
[write-only]
NotificationSettings
 Inheritedtime : Number
[write-only]
NotificationSettings
 Inheritedtitle : String
[write-only]
NotificationSettings
  vibrate : Boolean
[write-only]
NotificationAndroidSettings
Protected Properties
 PropertyDefined By
 Inherited_message : String = message
NotificationSettings
 Inherited_notificationId : int
NotificationSettings
 Inherited_payload : String = payload
NotificationSettings
 Inherited_sound : String = default
NotificationSettings
 Inherited_time : Number = 0
NotificationSettings
 Inherited_title : String
NotificationSettings
Public Methods
 MethodDefined By
  
NotificationAndroidSettings
  
parse():String
[override]
NotificationAndroidSettings
Property Detail
channelIdproperty
channelId:String  [write-only]

The constructed Notification will be posted on this Notification Channel. This property works only if you have set targetSdkVersion to 26+

If you are targeting Android SDK 26 (Android O) or higher, you must first create the Notification channels you like for your app to have And then, whenever you are constructing a new notification, you should pass the already created channelId.

Channel IDs you create must be unique to your app.


Implementation
    public function set channelId(value:String):void
vibrateproperty 
vibrate:Boolean  [write-only]


Implementation
    public function set vibrate(value:Boolean):void
Constructor Detail
NotificationAndroidSettings()Constructor
public function NotificationAndroidSettings()



Method Detail
parse()method
override public function parse():String

Returns
String