Push notification channel configuration

Hierarchy

  • NotificationChannelPushConfig

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
applicationName: string

The name of the application used to receive push notifications

deviceName: string

The name of the mobile device being used

Indicates that the notification channel is a mobile device for push notifications

Generated using TypeDoc