public static enum Notification.Type extends java.lang.Enum<Notification.Type>
Enum Constant and Description |
---|
CUSTOM
Custom action.
|
OPEN_ACTIVITY
Action to open activity details.
|
OPEN_INVITES
Open Smart Invites view.
|
OPEN_PROFILE
Action to open profile details.
|
OPEN_URL
Open URL.
|
Modifier and Type | Method and Description |
---|---|
static Notification.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Notification.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.Type CUSTOM
public static final Notification.Type OPEN_ACTIVITY
public static final Notification.Type OPEN_PROFILE
public static final Notification.Type OPEN_INVITES
public static final Notification.Type OPEN_URL
public static Notification.Type[] values()
for (Notification.Type c : Notification.Type.values()) System.out.println(c);
public static Notification.Type 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(c) Copyright GetSocial BV, 2018. All Rights Reserved.