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

java.lang.Object
  继承者 cn.jpush.api.push.model.notification.PlatformNotification.Builder<WinphoneNotification>
      继承者 cn.jpush.api.push.model.notification.WinphoneNotification.Builder
包容类:
WinphoneNotification

public static class WinphoneNotification.Builder
extends PlatformNotification.Builder<WinphoneNotification>


字段摘要
 
从类 cn.jpush.api.push.model.notification.PlatformNotification.Builder 继承的字段
alert, booleanExtrasBuilder, extrasBuilder, jsonExtrasBuilder, numberExtrasBuilder
 
构造方法摘要
WinphoneNotification.Builder()
           
 
方法摘要
 WinphoneNotification.Builder addExtra(String key, Boolean value)
           
 WinphoneNotification.Builder addExtra(String key, com.google.gson.JsonObject value)
           
 WinphoneNotification.Builder addExtra(String key, Number value)
           
 WinphoneNotification.Builder addExtra(String key, String value)
           
 WinphoneNotification.Builder addExtras(Map<String,String> extras)
           
 WinphoneNotification build()
           
 WinphoneNotification.Builder setAlert(String alert)
           
 WinphoneNotification.Builder setOpenPage(String openPage)
           
 WinphoneNotification.Builder setTitle(String title)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

WinphoneNotification.Builder

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

setTitle

public WinphoneNotification.Builder setTitle(String title)

setOpenPage

public WinphoneNotification.Builder setOpenPage(String openPage)

setAlert

public WinphoneNotification.Builder setAlert(String alert)
指定者:
PlatformNotification.Builder<WinphoneNotification> 中的 setAlert

addExtra

public WinphoneNotification.Builder addExtra(String key,
                                             String value)
覆盖:
PlatformNotification.Builder<WinphoneNotification> 中的 addExtra

addExtras

public WinphoneNotification.Builder addExtras(Map<String,String> extras)
覆盖:
PlatformNotification.Builder<WinphoneNotification> 中的 addExtras

addExtra

public WinphoneNotification.Builder addExtra(String key,
                                             Number value)
覆盖:
PlatformNotification.Builder<WinphoneNotification> 中的 addExtra

addExtra

public WinphoneNotification.Builder addExtra(String key,
                                             Boolean value)
覆盖:
PlatformNotification.Builder<WinphoneNotification> 中的 addExtra

addExtra

public WinphoneNotification.Builder addExtra(String key,
                                             com.google.gson.JsonObject value)
覆盖:
PlatformNotification.Builder<WinphoneNotification> 中的 addExtra

build

public WinphoneNotification build()
指定者:
PlatformNotification.Builder<WinphoneNotification> 中的 build


Copyright © 2014. All Rights Reserved.