public class Analytics
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Analytics.Wayfind |
Modifier and Type | Method and Description |
---|---|
static Analytics |
getInstance()
Returns an instance of the Analytics class.
|
void |
selectedCategory(Category category)
Informs the Mappedin Analytics platform that a given category has been "selected".
|
void |
selectedLocation(Location location)
Informs the Mappedin Analytics platform that a given location has been "selected".
|
Analytics.Wayfind |
startedWayfind(Location location)
Informs the Mappedin Analytics platform that a way find action has been started.
|
public static Analytics getInstance()
public void selectedLocation(Location location)
location
- the selected Location
public void selectedCategory(Category category)
category
- the selected Category
public Analytics.Wayfind startedWayfind(Location location)
location
- the destination Location
Analytics.Wayfind