接口 Notifier
public interface Notifier
Notifier related
- 从以下版本开始:
- 1.0.8
- 作者:
- yanhom
-
方法概要
修饰符和类型方法说明platform()Get the platform name.voidsend(NotifyPlatform platform, String content) Send message.
-
方法详细资料
-
platform
String platform()Get the platform name.- 返回:
- platform
-
send
Send message.- 参数:
platform- platformcontent- content
-