BackfillNotification

data class BackfillNotification(val visit: Visit) : Parcelable

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.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Gets the Visit from the Movement SDK notification that has all the information about where the visit the user was at.