[TOC]

跳过导航链接

cn.jpush.im.android.api.event

类 NotificationClickEvent


public class NotificationClickEvent
extends MessageBaseEvent

通知栏点击事件。如果上层使用了sdk提供的通知栏通知,则当点击通知栏时,sdk将会发送此事件给上层, ,上层通过onEvent方法接收事件,可以自定义点击通知栏之后的跳转。

详见官方文档事件处理 一节

构造器概要

构造器 构造器和说明 NotificationClickEvent(int responseCode, java.lang.String responseDesc, Message msg)

方法概要

所有方法 实例方法;) 具体方法;) 限定符和类型 方法和说明 Message getMessage() 获取事件中所包含的message对象

-    

从类继承的方法 cn.jpush.im.android.api.event.MessageBaseEvent

getResponseCode, getResponseDesc

-    

从类继承的方法 java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

构造器详细资料

-  

NotificationClickEvent

public NotificationClickEvent(int responseCode,
                              java.lang.String responseDesc,
                              Message msg)

方法详细资料

-  

getMessage

public Message getMessage()

获取事件中所包含的message对象

  - 返回:       

跳过导航链接