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>
| 从类 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.