BaseMessage interface

簽名:

export interface BaseMessage 

特性

財產類型描述
安卓Android配置
APNS Apns配置
數據{ [鍵:字串]:字串; }
fcm選項Fcm選項
通知通知
網路推播Webpush配置

基本訊息.android

簽名:

android?: AndroidConfig;

基本訊息.apns

簽名:

apns?: ApnsConfig;

基本訊息數據

簽名:

data?: {
        [key: string]: string;
    };

BaseMessage.fcmOptions

簽名:

fcmOptions?: FcmOptions;

BaseMessage.notification

簽名:

notification?: Notification;

BaseMessage.webpush

簽名:

webpush?: WebpushConfig;