Package | Description |
---|---|
com.amazon.ask.model.interfaces.viewport |
Modifier and Type | Method and Description |
---|---|
static Touch |
Touch.fromValue(String text) |
static Touch |
Touch.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Touch[] |
Touch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Touch> |
ViewportState.getTouch()
The types of touch supported by the device.
|
Modifier and Type | Method and Description |
---|---|
ViewportState.Builder |
ViewportState.Builder.addTouchItem(Touch touchItem) |
Modifier and Type | Method and Description |
---|---|
ViewportState.Builder |
ViewportState.Builder.withTouch(List<Touch> touch) |
Copyright © 2023. All rights reserved.