| 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 that occurs if the user taps a push notification delivered by the campaign: OPEN_APP – Your app
launches, or it becomes the foreground app if it has been sent to the background.
|
Message |
Message.withAction(Action action)
The action that occurs if the user taps a push notification delivered by the campaign: OPEN_APP – Your app
launches, or it becomes the foreground app if it has been sent to the background.
|
Copyright © 2017. All rights reserved.