Package | Description |
---|---|
com.amazon.ask.model.interfaces.viewport | |
com.amazon.ask.model.interfaces.viewport.aplt |
Modifier and Type | Method and Description |
---|---|
List<ViewportProfile> |
APLTViewportState.getSupportedProfiles()
List of profiles that device can emulate.
|
Modifier and Type | Method and Description |
---|---|
APLTViewportState.Builder |
APLTViewportState.Builder.addSupportedProfilesItem(ViewportProfile supportedProfilesItem) |
Modifier and Type | Method and Description |
---|---|
APLTViewportState.Builder |
APLTViewportState.Builder.withSupportedProfiles(List<ViewportProfile> supportedProfiles) |
Modifier and Type | Method and Description |
---|---|
static ViewportProfile |
ViewportProfile.fromValue(String text) |
static ViewportProfile |
ViewportProfile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewportProfile[] |
ViewportProfile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.