Platform specific data used as notification_settings argument of the Push.schedule method.

@:optionaloptionalpriority: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.

@:noDoc@:optionaloptionalbadge_number:Null<Int>

Deprecated: "Use `badge_count` instead."

@:optionaloptionalbadge_count:Null<Int>

(iOS only). The numeric value of the icon badge.

@:optionaloptionalaction: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.