Package | Description |
---|---|
com.amazon.ask.model.interfaces.display |
Modifier and Type | Method and Description |
---|---|
static BackButtonBehavior |
BackButtonBehavior.fromValue(String text) |
BackButtonBehavior |
Template.getBackButton()
Get backButton
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
static BackButtonBehavior |
BackButtonBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackButtonBehavior[] |
BackButtonBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BodyTemplate3.Builder |
BodyTemplate3.Builder.withBackButton(BackButtonBehavior backButton) |
BodyTemplate6.Builder |
BodyTemplate6.Builder.withBackButton(BackButtonBehavior backButton) |
ListTemplate1.Builder |
ListTemplate1.Builder.withBackButton(BackButtonBehavior backButton) |
BodyTemplate1.Builder |
BodyTemplate1.Builder.withBackButton(BackButtonBehavior backButton) |
BodyTemplate7.Builder |
BodyTemplate7.Builder.withBackButton(BackButtonBehavior backButton) |
BodyTemplate2.Builder |
BodyTemplate2.Builder.withBackButton(BackButtonBehavior backButton) |
ListTemplate2.Builder |
ListTemplate2.Builder.withBackButton(BackButtonBehavior backButton) |
Copyright © 2023. All rights reserved.