SyncSubmitted

data class SyncSubmitted(val result: AFResult, val jobId: String? = null) : SmartWalkingEvent

The SmartWalking API accepted the submission. The data is in the SmartWalking DB but has not yet been promoted to the Main DB, so it is not queryable via the Mobile API yet — do not refresh activity totals on this event.

Always followed by exactly one terminal event:

Constructors

Link copied to clipboard
constructor(result: AFResult, jobId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard