@ua/react-native-airship
    Preparing search index...

    Interface NotificationConfig

    Android notification config.

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

    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.