OThinker.H3.Notification.INotifier

说明:用于管理通知的接口

访问入口:this.Engine.Notifier

示例:

this.Engine.Notifier.Notify(new Notification.Notification());

 

方法名称:Notify(OThinker.H3.Notification.Notification)

方法说明

通知对外发送的消息

输入参数

名称

类型

说明

Notification

OThinker.H3.Notification.Notification

要发送的通知

返回值

 

方法名称:SetState(System.String,OThinker.H3.Notification.NotificationState)

方法说明

设置为已读

输入参数

名称

类型

说明

NotificationId

System.String

通知的ID

返回值