public interface INotify
| Modifier and Type | Method and Description |
|---|---|
void |
send(MonitorModel.Notify notify,
String title,
String context)
发送通知
|
void send(MonitorModel.Notify notify, String title, String context) throws Exception
notify - 通知方式title - 标题context - 内容ExceptionCopyright © 2017–2022. All rights reserved.