StepsAdded

data class StepsAdded(val jobId: String?) : MemberActivityEvent

SmartWalking steps were promoted by the backend and are now queryable on the calendar. Fires once per successful sync cycle, when com.advantahealth.api.smartwalking.model.SmartWalkingEvent.SyncProcessed fires on the SmartWalking event stream.

Constructors

Link copied to clipboard
constructor(jobId: String?)

Properties

Link copied to clipboard

Backend job identifier for the promotion, when known.