public final class LocationServices extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LocationServices.Builder |
Modifier and Type | Method and Description |
---|---|
static LocationServices.Builder |
builder() |
boolean |
equals(Object o) |
Access |
getAccess()
A string representing if Alexa has access to location services running on the hostOS of device.
|
String |
getAccessAsString()
Get the underlying String value for access.
|
Status |
getStatus()
A string representing the status of whether location services is currently running or not on the host OS of device.
|
String |
getStatusAsString()
Get the underlying String value for status.
|
int |
hashCode() |
String |
toString() |
public static LocationServices.Builder builder()
public Status getStatus()
public String getStatusAsString()
public Access getAccess()
public String getAccessAsString()
Copyright © 2023. All rights reserved.