wildfire-im-sdk
Version:
野火IM SDK for Vue3 projects
15 lines (14 loc) • 378 B
TypeScript
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";