Type alias NotificationSettings

NotificationSettings: {
    channelKey: string;
    inDriveSettings?: NotificationConfig;
    mayBeInDriveSettings?: NotificationConfig;
    waitingForDriveSettings?: NotificationConfig;
}

Notification settings for android.

Type declaration

  • channelKey: string

    Channel key used for notifications.

  • Optional inDriveSettings?: NotificationConfig

    Notification configuration that will be used by zendrive foreground notification when sdk detects that a drive is in progress.

  • Optional mayBeInDriveSettings?: NotificationConfig

    Notification configuration that will be used by zendrive foreground notification when sdk detects that a drive may be possible.

  • Optional waitingForDriveSettings?: NotificationConfig

    Notification configuration that will be used by zendrive foreground notification when sdk waits for a drive.