public static enum NotificationConfig.ForegroundOtherPageAction extends java.lang.Enum<NotificationConfig.ForegroundOtherPageAction>
Enum Constant and Description |
---|
Notification |
Silent |
Sound |
Modifier and Type | Method and Description |
---|---|
static NotificationConfig.ForegroundOtherPageAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotificationConfig.ForegroundOtherPageAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationConfig.ForegroundOtherPageAction Silent
public static final NotificationConfig.ForegroundOtherPageAction Sound
public static final NotificationConfig.ForegroundOtherPageAction Notification
public static NotificationConfig.ForegroundOtherPageAction[] values()
for (NotificationConfig.ForegroundOtherPageAction c : NotificationConfig.ForegroundOtherPageAction.values()) System.out.println(c);
public static NotificationConfig.ForegroundOtherPageAction 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 null