public static enum SrnRichNotification.PopupType extends Enum<SrnRichNotification.PopupType>
Enum Constant and Description |
---|
NONE
Without pop up.
|
NORMAL
With pop up.
|
Modifier and Type | Method and Description |
---|---|
static SrnRichNotification.PopupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SrnRichNotification.PopupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SrnRichNotification.PopupType NORMAL
public static final SrnRichNotification.PopupType NONE
public static SrnRichNotification.PopupType[] values()
for (SrnRichNotification.PopupType c : SrnRichNotification.PopupType.values()) System.out.println(c);
public static SrnRichNotification.PopupType 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 nullCopyright © Samsung Electronics, Co., Ltd. All rights reserved.