Index

A C D E F G H I O P Q R S U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

ALWAYS - Enum constant in enum com.adobe.marketing.mobile.places.PlacesAuthorizationStatus
ALWAYS - The app can use your location at any time.

C

clear() - Static method in class com.adobe.marketing.mobile.Places
Clears out the client-side data for Places in shared state, local storage, and in-memory.
com.adobe.marketing.mobile - package com.adobe.marketing.mobile
 
com.adobe.marketing.mobile.places - package com.adobe.marketing.mobile.places
 
comparePriority(PlacesPOI) - Method in class com.adobe.marketing.mobile.places.PlacesPOI
Compares two POIs to determine which one has higher priority.
CONFIGURATION_ERROR - Enum constant in enum com.adobe.marketing.mobile.places.PlacesRequestError
CONFIGURATION_ERROR - occurs when
CONNECTIVITY_ERROR - Enum constant in enum com.adobe.marketing.mobile.places.PlacesRequestError
CONNECTIVITY_ERROR - when the connection object is null (i.e) There is no network connectivity on the device
containsUser() - Method in class com.adobe.marketing.mobile.places.PlacesPOI
Returns whether the user is within the POI.
convertMapToPOIList(List<Map>) - Static method in class com.adobe.marketing.mobile.places.PlacesUtil
Converts the list oflist of Map representing PlacesPOI into PlacesPOI objects.

D

DENIED - Enum constant in enum com.adobe.marketing.mobile.places.PlacesAuthorizationStatus
DENIED - The app can never use your location, even when you’re using the app.

E

equals(Object) - Method in class com.adobe.marketing.mobile.places.PlacesPOI
 
EXTENSION - Static variable in class com.adobe.marketing.mobile.Places
Places extension Class
EXTENSION_VERSION - Static variable in class com.adobe.marketing.mobile.Places
 
extensionVersion() - Static method in class com.adobe.marketing.mobile.Places
Returns the version of the Places Extension

F

fromInt(int) - Static method in enum com.adobe.marketing.mobile.places.PlacesRequestError
Returns a PlacesRequestError object based on the provided int value.

G

getCurrentPointsOfInterest(AdobeCallback<List<PlacesPOI>>) - Static method in class com.adobe.marketing.mobile.Places
Returns all Points of Interest (POI) in which the device is currently known to be within.
getIdentifier() - Method in class com.adobe.marketing.mobile.places.PlacesPOI
Returns the identifier of the POI.
getLastKnownLocation(AdobeCallback<Location>) - Static method in class com.adobe.marketing.mobile.Places
Returns the last known Location of the device provided to the Places Extension.
getLatitude() - Method in class com.adobe.marketing.mobile.places.PlacesPOI
Returns the latitude of the POI.
getLibrary() - Method in class com.adobe.marketing.mobile.places.PlacesPOI
Returns the library of the POI.
getLongitude() - Method in class com.adobe.marketing.mobile.places.PlacesPOI
Returns the longitude of the POI.
getMetadata() - Method in class com.adobe.marketing.mobile.places.PlacesPOI
Returns the metadata of the POI.
getName() - Method in class com.adobe.marketing.mobile.places.PlacesPOI
Returns the name of the POI.
getNearbyPointsOfInterest(Location, int, AdobeCallback<List<PlacesPOI>>, AdobeCallback<PlacesRequestError>) - Static method in class com.adobe.marketing.mobile.Places
Requests a list of nearby Points of Interest (POI) and returns them in a success callback.
getRadius() - Method in class com.adobe.marketing.mobile.places.PlacesPOI
Returns the radius of the POI.
getValue() - Method in enum com.adobe.marketing.mobile.places.PlacesRequestError
Returns the int value of the enum.
getWeight() - Method in class com.adobe.marketing.mobile.places.PlacesPOI
Returns the weight of the POI.

H

hashCode() - Method in class com.adobe.marketing.mobile.places.PlacesPOI
 

I

INVALID_LATLONG_ERROR - Enum constant in enum com.adobe.marketing.mobile.places.PlacesRequestError
INVALID_LATLONG_ERROR - when an invalid latitude or longitude is passed to the getNearByPointsOfInterest API
isValidLat(double) - Static method in class com.adobe.marketing.mobile.places.PlacesUtil
Verifies if the provided latitude is valid.
isValidLon(double) - Static method in class com.adobe.marketing.mobile.places.PlacesUtil
Verifies if the provided longitude is valid.

O

OK - Enum constant in enum com.adobe.marketing.mobile.places.PlacesRequestError
OK - when fetching the nearByPointsOfInterest is a success

P

Places - Class in com.adobe.marketing.mobile
Public class containing APIs for the Places extension.
PlacesAuthorizationStatus - Enum in com.adobe.marketing.mobile.places
Represents the device's authorization status for access to use location on the device.
PlacesExtension - Class in com.adobe.marketing.mobile.places
The Places module allows customers to take actions based on the location of their users.
PlacesPOI - Class in com.adobe.marketing.mobile.places
This class represents a Point of Interest (POI) in the Places extension.
PlacesRequestError - Enum in com.adobe.marketing.mobile.places
Represents the status of places query service response.
PlacesUtil - Class in com.adobe.marketing.mobile.places
Utility class for Places extension.
PlacesUtil() - Constructor for class com.adobe.marketing.mobile.places.PlacesUtil
 
PRIVACY_OPTED_OUT - Enum constant in enum com.adobe.marketing.mobile.places.PlacesRequestError
PRIVACY_OPTED_OUT - occurs when the privacy on the SDK is opted-out
processGeofence(Geofence, int) - Static method in class com.adobe.marketing.mobile.Places
Pass a Geofence and transition type to be processed by the SDK
processGeofenceEvent(GeofencingEvent) - Static method in class com.adobe.marketing.mobile.Places
Pass a GeofencingEvent to be processed by the SDK.

Q

QUERY_SERVICE_UNAVAILABLE - Enum constant in enum com.adobe.marketing.mobile.places.PlacesRequestError
QUERY_SERVICE_UNAVAILABLE - occurs when the network/Json service from the MobileCore is not available

R

readyForEvent(Event) - Method in class com.adobe.marketing.mobile.places.PlacesExtension
 
RESTRICTED - Enum constant in enum com.adobe.marketing.mobile.places.PlacesAuthorizationStatus
RESTRICTED - The location authorization status is restricted.

S

SERVER_RESPONSE_ERROR - Enum constant in enum com.adobe.marketing.mobile.places.PlacesRequestError
SERVER_RESPONSE_ERROR - occurs during the following scenarios
setAuthorizationStatus(PlacesAuthorizationStatus) - Static method in class com.adobe.marketing.mobile.Places
Sets the authorization status in the Places extension.
setUserIsWithin(boolean) - Method in class com.adobe.marketing.mobile.places.PlacesPOI
Sets whether the user is within the POI.
stringValue() - Method in enum com.adobe.marketing.mobile.places.PlacesAuthorizationStatus
Returns the string value of the PlacesAuthorizationStatus.

U

UNKNOWN - Enum constant in enum com.adobe.marketing.mobile.places.PlacesAuthorizationStatus
UNKNOWN - The location authorization status is unknown.
UNKNOWN_ERROR - Enum constant in enum com.adobe.marketing.mobile.places.PlacesRequestError
UNKNOWN_ERROR - for any other unknown error

V

valueOf(String) - Static method in enum com.adobe.marketing.mobile.places.PlacesAuthorizationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.marketing.mobile.places.PlacesRequestError
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.adobe.marketing.mobile.places.PlacesAuthorizationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.marketing.mobile.places.PlacesRequestError
Returns an array containing the constants of this enum type, in the order they are declared.

W

WHEN_IN_USE - Enum constant in enum com.adobe.marketing.mobile.places.PlacesAuthorizationStatus
WHEN_IN_USE - The app can use your location only when you're using that app.
A C D E F G H I O P Q R S U V W 
All Classes and Interfaces|All Packages|Constant Field Values