cn.jpush.api.push.model.notification
类 Notification.Builder

java.lang.Object
  继承者 cn.jpush.api.push.model.notification.Notification.Builder
包容类:
Notification

public static class Notification.Builder
extends Object


构造方法摘要
Notification.Builder()
           
 
方法摘要
 Notification.Builder addPlatformNotification(PlatformNotification notification)
           
 Notification build()
           
 Notification.Builder setAlert(String alert)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Notification.Builder

public Notification.Builder()
方法详细信息

setAlert

public Notification.Builder setAlert(String alert)

addPlatformNotification

public Notification.Builder addPlatformNotification(PlatformNotification notification)

build

public Notification build()


Copyright © 2014. All Rights Reserved.