AppleCriticalAlertOptions

AppleCriticalAlertOptions

Class to store push notification options for Apple critical alert.

Constructor

new AppleCriticalAlertOptions(jsonObject)

Parameters:
Name Type Description
jsonObject

Members

name :string

Default Value:
  • 'default'
Type:
  • string

volume :number

Default Value:
  • 1.0
Type:
  • number

Methods

serialize() → {Object}

Returns serialized object for the class instance.

Returns:
Type
Object