鸿蒙 CallPlus-v1.8.0
    Preparing search index...

    Interface IRCCallPlusPushConfig

    推送信息配置项

    interface IRCCallPlusPushConfig {
        pushTitle: string;
        iOSConfig?: IiOSPushConfig;
        androidConfig?: IAndroidPushConfig;
        disablePushTitle?: boolean;
        templateId?: string;
        pushContent?: string;
    }
    Index

    Properties

    pushTitle: string

    推送标题

    iOSConfig?: IiOSPushConfig

    iOSConfig

    androidConfig?: IAndroidPushConfig

    androidConfig

    disablePushTitle?: boolean

    是否显示推送标题. 仅针对 iOS 平台有效

    templateId?: string

    推送模板id

    pushContent?: string