public class Platform extends Object implements PushModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Platform.Builder |
| 限定符和类型 | 方法和说明 |
|---|---|
static Platform |
all() |
static Platform |
android_ios_quickapp() |
static Platform |
android_ios_winphone() |
static Platform |
android_ios() |
static Platform |
android_quickapp_winphone() |
static Platform |
android_quickapp() |
static Platform |
android_winphone() |
static Platform |
android() |
static Platform |
ios_quickapp_winphone() |
static Platform |
ios_quickapp() |
static Platform |
ios_winphone() |
static Platform |
ios() |
boolean |
isAll() |
static Platform.Builder |
newBuilder() |
static Platform |
quickapp_winphone() |
static Platform |
quickapp() |
com.google.gson.JsonElement |
toJSON() |
static Platform |
winphone() |
public static Platform.Builder newBuilder()
public static Platform all()
public static Platform android()
public static Platform ios()
public static Platform quickapp()
public static Platform winphone()
public static Platform android_ios()
public static Platform android_winphone()
public static Platform ios_winphone()
public static Platform android_quickapp()
public static Platform ios_quickapp()
public static Platform quickapp_winphone()
public static Platform android_ios_quickapp()
public static Platform android_ios_winphone()
public static Platform android_quickapp_winphone()
public static Platform ios_quickapp_winphone()
public boolean isAll()
Copyright © 2023. All rights reserved.