Android notification config.

interface NotificationConfig {
    accentColor?: string;
    defaultChannelId?: string;
    icon?: string;
    largeIcon?: string;
}

Properties

accentColor?: string

The accent color. Must be a hex value #AARRGGBB.

defaultChannelId?: string

The default android notification channel ID.

icon?: string

The icon resource name.

largeIcon?: string

The large icon resource name.