Package | Description |
---|---|
com.amazon.ask.model.interfaces.geolocation |
Modifier and Type | Method and Description |
---|---|
static Status |
Status.fromValue(String text) |
Status |
LocationServices.getStatus()
A string representing the status of whether location services is currently running or not on the host OS of device.
|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LocationServices.Builder |
LocationServices.Builder.withStatus(Status status) |
Copyright © 2023. All rights reserved.