@Deprecated public static enum NotificationClient.CampaignPushResult extends java.lang.Enum<NotificationClient.CampaignPushResult>
Enum Constant and Description |
---|
APP_IN_FOREGROUND
Deprecated.
|
NOT_HANDLED
Deprecated.
|
NOTIFICATION_OPENED
Deprecated.
|
OPTED_OUT
Deprecated.
|
POSTED_NOTIFICATION
Deprecated.
|
SILENT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static NotificationClient.CampaignPushResult |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static NotificationClient.CampaignPushResult[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationClient.CampaignPushResult NOT_HANDLED
public static final NotificationClient.CampaignPushResult POSTED_NOTIFICATION
public static final NotificationClient.CampaignPushResult APP_IN_FOREGROUND
public static final NotificationClient.CampaignPushResult OPTED_OUT
public static final NotificationClient.CampaignPushResult NOTIFICATION_OPENED
public static final NotificationClient.CampaignPushResult SILENT
public static NotificationClient.CampaignPushResult[] values()
for (NotificationClient.CampaignPushResult c : NotificationClient.CampaignPushResult.values()) System.out.println(c);
public static NotificationClient.CampaignPushResult 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 nullCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.