VisitNotification

data class VisitNotification(val visit: Visit, val currentLocation: FoursquareLocation? = null) : Parcelable

The notification wrapper class that encapsulates the information passed through from the Movement SDK for at a visit notifications. See NotificationHandler for implementation details.

Constructors

Link copied to clipboard
fun VisitNotification(visit: Visit, currentLocation: FoursquareLocation? = null)

Properties

Link copied to clipboard

Gets the device location at the time the notification was triggered.

Link copied to clipboard

Gets the Visit from the Movement SDK notification that has all the information about where the user is and what type of notification it is.