Package | Description |
---|---|
com.amazon.ask.request | |
com.amazon.ask.request.viewport |
Modifier and Type | Method and Description |
---|---|
static Predicate<HandlerInput> |
Predicates.viewportProfile(ViewportProfile viewportProfile)
Returns a predicate that returns to true if the viewport profile included with
HandlerInput
contain any of the predefined viewport profiles. |
Modifier and Type | Method and Description |
---|---|
static ViewportProfile |
ViewportUtils.getViewportProfile(RequestEnvelope requestEnvelope)
Get viewport profile which helps to determine type of device.
|
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.