Call - v26.1.0
    Preparing search index...

    Interface INCCallAndroidPushConfig

    Android push configuration

    interface INCCallAndroidPushConfig {
        channelIdHW?: string;
        categoryHW?: string;
        importanceHW?: "NORMAL" | "LOW";
        imageUrlHW?: string;
        fcmChannelId?: string;
        fcmCollapseKey?: string;
        fcmImageUrl?: string;
    }
    Index

    Properties

    channelIdHW?: string

    Huawei channelId

    categoryHW?: string

    Huawei push message category

    importanceHW?: "NORMAL" | "LOW"

    Huawei push message importance level

    imageUrlHW?: string

    Image URL for Huawei notification-style push

    fcmChannelId?: string

    FCM channel ID

    fcmCollapseKey?: string

    FCM notification collapse key

    fcmImageUrl?: string

    Image URL for FCM notification-style push