public static enum MtjConfig.PushPlatform extends java.lang.Enum<MtjConfig.PushPlatform>
Enum Constant and Description |
---|
ALIYUN
阿里云
|
BAIDUYUN
百度云
|
GETUI
个推
|
HUAWEI
华为
|
JIGUANG
极光
|
MEIZU
魅族
|
OPPO
OPPO
|
UMENG
友盟
|
XIAOMI
小米
|
XINGE
信鸽
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
showName() |
java.lang.String |
value() |
static MtjConfig.PushPlatform |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MtjConfig.PushPlatform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MtjConfig.PushPlatform BAIDUYUN
public static final MtjConfig.PushPlatform JIGUANG
public static final MtjConfig.PushPlatform GETUI
public static final MtjConfig.PushPlatform HUAWEI
public static final MtjConfig.PushPlatform XIAOMI
public static final MtjConfig.PushPlatform UMENG
public static final MtjConfig.PushPlatform XINGE
public static final MtjConfig.PushPlatform ALIYUN
public static final MtjConfig.PushPlatform OPPO
public static final MtjConfig.PushPlatform MEIZU
public static MtjConfig.PushPlatform[] values()
for (MtjConfig.PushPlatform c : MtjConfig.PushPlatform.values()) System.out.println(c);
public static MtjConfig.PushPlatform valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public java.lang.String showName()