SyncFailed

data class SyncFailed(val message: String, val cause: Throwable? = null) : SmartWalkingEvent

Automatic sync failed.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
Link copied to clipboard