UNPKG

wildfire-im-sdk

Version:
15 lines (14 loc) 378 B
export default class RichNotificationMessageContent extends NotificationMessageContent { constructor(); title: any; desc: any; remark: any; datas: any; exName: any; exPortrait: any; exUrl: any; appId: any; formatNotification(): any; decode(payload: any): void; } import NotificationMessageContent from "./notificationMessageContent";