Platform specific data used as notification_settings
argument of the Push.schedule
method.
optionalpriority:Null<PushPriority>
(Android only). The priority is a hint to the device UI about how the notification should be displayed.
There are five priority levels, from -2 to 2 where -1 is the lowest priority and 2 the highest. Unless specified, a default priority level of 2 is used.
optionalaction:Null<String>
(iOS only) The alert action string to be used as the title of the right button of the alert or the value of the unlock slider, where the value replaces "unlock" in "slide to unlock" text.