public final class Context extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Context.Builder |
Modifier and Type | Method and Description |
---|---|
static Context.Builder |
builder() |
boolean |
equals(Object o) |
PackageManagerState |
getAlexaDataStorePackageManager()
Provides the current state for the Alexa.DataStore.PackageManager interface.
|
PresentationState |
getAlexaPresentation()
Provides the current state for the Alexa.Presentation interface.
|
RenderedDocumentState |
getAlexaPresentationAPL()
Provides the current state for the Alexa.Presentation.APL interface.
|
AppLinkState |
getAppLink()
Provides the current state for app link capability.
|
AudioPlayerState |
getAudioPlayer()
Provides the current state for the AudioPlayer interface.
|
AutomotiveState |
getAutomotive()
Provides the automotive specific information of the device.
|
DisplayState |
getDisplay()
Provides the current state for the Display interface.
|
ExperimentationState |
getExperimentation()
Provides the current experimentation state
|
ExtensionsState |
getExtensions()
Provides the current state for Extensions interface
|
GeolocationState |
getGeolocation()
Provides the last gathered geolocation information of the device.
|
SystemState |
getSystem()
Provides information about the current state of the Alexa service and the device interacting with your skill.
|
ViewportState |
getViewport()
Provides the characteristics of a device's viewport.
|
List<TypedViewportState> |
getViewports()
This object contains a list of viewports characteristics related to the device's viewports.
|
int |
hashCode() |
String |
toString() |
public static Context.Builder builder()
public SystemState getSystem()
public PresentationState getAlexaPresentation()
public RenderedDocumentState getAlexaPresentationAPL()
public AudioPlayerState getAudioPlayer()
public AutomotiveState getAutomotive()
public DisplayState getDisplay()
public GeolocationState getGeolocation()
public ViewportState getViewport()
public List<TypedViewportState> getViewports()
public ExtensionsState getExtensions()
public PackageManagerState getAlexaDataStorePackageManager()
public AppLinkState getAppLink()
public ExperimentationState getExperimentation()
Copyright © 2023. All rights reserved.