Package | Description |
---|---|
com.amazon.ask.model.interfaces.alexa.presentation.apl |
Modifier and Type | Method and Description |
---|---|
ComponentVisibleOnScreen |
ComponentVisibleOnScreen.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ComponentVisibleOnScreen> |
ComponentVisibleOnScreen.getChildren()
All child elements of the displayed element.
|
List<ComponentVisibleOnScreen> |
RenderedDocumentState.getComponentsVisibleOnScreen()
List of the visible APL components currently shown on screen.
|
Modifier and Type | Method and Description |
---|---|
ComponentVisibleOnScreen.Builder |
ComponentVisibleOnScreen.Builder.addChildrenItem(ComponentVisibleOnScreen childrenItem) |
RenderedDocumentState.Builder |
RenderedDocumentState.Builder.addComponentsVisibleOnScreenItem(ComponentVisibleOnScreen componentsVisibleOnScreenItem) |
Modifier and Type | Method and Description |
---|---|
ComponentVisibleOnScreen.Builder |
ComponentVisibleOnScreen.Builder.withChildren(List<ComponentVisibleOnScreen> children) |
RenderedDocumentState.Builder |
RenderedDocumentState.Builder.withComponentsVisibleOnScreen(List<ComponentVisibleOnScreen> componentsVisibleOnScreen) |
Copyright © 2023. All rights reserved.