Package-level declarations
Types
The notification wrapper class that encapsulates the information passed through from the Movement SDK for at a visit backfill notification. See NotificationHandler for implementation details.
The Confidence value attached to notifications from the Movement SDK. It tells you how confident Foursquare is that your user is at the corresponding place. The confidence levels equate to the ballpark of: 50% for low, 80% for medium and 90% for high. The confidence value for the default trigger is Confidence.MEDIUM.
Data class containing the current/last known location and user state the matched geofences a user has broken into.
The wrapper class for persisted logs which are saved when MovementSdk.setEnableDebugLogs is turned on.
A pass through for exceptions that are handled by the Movement SDK but are of note to the developer. The Movement SDK in some cases needs to handle exceptions so that it can continue is passive work. These exceptions often indicate an issue in the implementation of NotificationHandler and are useful for debugging.
A utility class to access information about the locations your user frequents.
The notification wrapper class that encapsulates the information passed through from the Movement SDK for geofence events that are triggered by your user. See NotificationHandler for implementation details.
The type of place attached to notifications from the Movement SDK.
The main entry point for starting the Movement SDK
The interface that is implemented to handle delivery of visits from the Movement Sdk to your app.
This is the main entity of the Movement SDK. It encapsulates all of the information about the users visit.
Use VisitFeedback to give Foursquare feedback on the notification it sent you to improve future notifications.
The notification wrapper class that encapsulates the information passed through from the Movement SDK for at a visit notifications. See NotificationHandler for implementation details.