UNPKG

wildfire-im-sdk

Version:
11 lines (10 loc) 421 B
/** * 对应的 UI 请参考{@link NotificationMessageContentView},或 {@link RichNotificationMessageContentView} */ export default class TestCustomNotificationMessageContent extends NotificationMessageContent { tip: string; formatNotification(): string; digest(): string; decode(payload: any): void; } import NotificationMessageContent from "../wfc/messages/notification/notificationMessageContent";