public static enum FCM.FCMStyle.Builder.FCMStyleTypes extends Enum<FCM.FCMStyle.Builder.FCMStyleTypes>
FCM notification message.| Enum Constant and Description |
|---|
BIGTEXT_NOTIFICATION |
INBOX_NOTIFICATION |
PICTURE_NOTIFICATION |
| Modifier and Type | Method and Description |
|---|---|
static FCM.FCMStyle.Builder.FCMStyleTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FCM.FCMStyle.Builder.FCMStyleTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FCM.FCMStyle.Builder.FCMStyleTypes BIGTEXT_NOTIFICATION
public static final FCM.FCMStyle.Builder.FCMStyleTypes INBOX_NOTIFICATION
public static final FCM.FCMStyle.Builder.FCMStyleTypes PICTURE_NOTIFICATION
public static FCM.FCMStyle.Builder.FCMStyleTypes[] values()
for (FCM.FCMStyle.Builder.FCMStyleTypes c : FCM.FCMStyle.Builder.FCMStyleTypes.values()) System.out.println(c);
public static FCM.FCMStyle.Builder.FCMStyleTypes 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 © 2017. All rights reserved.