public static enum PushMessage.MiniProgramState extends Enum<PushMessage.MiniProgramState>
| Enum Constant and Description |
|---|
DEVELOPER
开发板
|
FORMAL
正式版本
|
TRIAL
体验版
|
| Modifier and Type | Method and Description |
|---|---|
String |
getState() |
static PushMessage.MiniProgramState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PushMessage.MiniProgramState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PushMessage.MiniProgramState DEVELOPER
public static final PushMessage.MiniProgramState TRIAL
public static final PushMessage.MiniProgramState FORMAL
public static PushMessage.MiniProgramState[] values()
for (PushMessage.MiniProgramState c : PushMessage.MiniProgramState.values()) System.out.println(c);
public static PushMessage.MiniProgramState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getState()
Copyright © 2021 Clouds Studio. All rights reserved.