| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static Action |
Action.fromValue(String value)
Use this in place of valueOf.
|
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setAction(Action action)
The action to occur if a recipient taps the push notification.
|
void |
GCMMessage.setAction(Action action)
The action to occur if the recipient taps the push notification.
|
void |
DefaultPushNotificationMessage.setAction(Action action)
The default action to occur if a recipient taps the push notification.
|
void |
APNSMessage.setAction(Action action)
The action to occur if the recipient taps the push notification.
|
DefaultPushNotificationTemplate |
DefaultPushNotificationTemplate.withAction(Action action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
APNSPushNotificationTemplate |
APNSPushNotificationTemplate.withAction(Action action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
AndroidPushNotificationTemplate |
AndroidPushNotificationTemplate.withAction(Action action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
Message |
Message.withAction(Action action)
The action to occur if a recipient taps the push notification.
|
GCMMessage |
GCMMessage.withAction(Action action)
The action to occur if the recipient taps the push notification.
|
DefaultPushNotificationMessage |
DefaultPushNotificationMessage.withAction(Action action)
The default action to occur if a recipient taps the push notification.
|
BaiduMessage |
BaiduMessage.withAction(Action action)
The action to occur if the recipient taps the push notification.
|
APNSMessage |
APNSMessage.withAction(Action action)
The action to occur if the recipient taps the push notification.
|
ADMMessage |
ADMMessage.withAction(Action action)
The action to occur if the recipient taps the push notification.
|
Copyright © 2024. All rights reserved.