Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class AFHeartbeatStatus(val lastFireMillis: Long, val trigger: AFHeartbeatTrigger, val outcome: AFHeartbeatOutcome, val httpCode: Int? = null, val heartbeatId: String? = null, val receivedAt: String? = null, val memberId: Long? = null, val message: String? = null)
Snapshot of the most recent location-tracking heartbeat attempt.
Link copied to clipboard