onNotifactionShowedResult method

void onNotifactionShowedResult(
  1. String title,
  2. String message,
  3. String customContent,
  4. int type,
)

通知栏展示 title 标题 message 文本 customContent消息自定义 key-value type类型

Implementation

void onNotifactionShowedResult(
    String title, String message, String customContent, int type) {}