cn.jpush.api.push.model.notification
类 AndroidNotification

java.lang.Object
  继承者 cn.jpush.api.push.model.notification.PlatformNotification
      继承者 cn.jpush.api.push.model.notification.AndroidNotification
所有已实现的接口:
PushModel

public class AndroidNotification
extends PlatformNotification


嵌套类摘要
static class AndroidNotification.Builder
           
 
字段摘要
static String NOTIFICATION_ANDROID
           
 
从类 cn.jpush.api.push.model.notification.PlatformNotification 继承的字段
ALERT, LOG
 
方法摘要
static AndroidNotification alert(String alert)
           
 String getPlatform()
           
static AndroidNotification.Builder newBuilder()
           
 com.google.gson.JsonElement toJSON()
           
 
从类 cn.jpush.api.push.model.notification.PlatformNotification 继承的方法
getAlert, setAlert
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

NOTIFICATION_ANDROID

public static final String NOTIFICATION_ANDROID
另请参见:
常量字段值
方法详细信息

newBuilder

public static AndroidNotification.Builder newBuilder()

alert

public static AndroidNotification alert(String alert)

getPlatform

public String getPlatform()
指定者:
PlatformNotification 中的 getPlatform

toJSON

public com.google.gson.JsonElement toJSON()
指定者:
接口 PushModel 中的 toJSON
覆盖:
PlatformNotification 中的 toJSON


Copyright © 2014. All Rights Reserved.