UptakeEventExtras

data class UptakeEventExtras(var value: String?, var source: String?, var age: String?, var trigger: String?, var timestamp: String?, var duration: String?, var errorName: String?)

Constructors

Link copied to clipboard
constructor(value: String?, source: String?, age: String?, trigger: String?, timestamp: String?, duration: String?, errorName: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var age: String?

Age of the data in milliseconds, if available.

Link copied to clipboard

Duration of the sync operation in milliseconds, if available.

Link copied to clipboard

The name of the error that occurred, if available.

Link copied to clipboard

Source of the sync (eg. "settings-changes-monitoring", "main/{collection}", ...)

Link copied to clipboard

Timestamp received from the server, if available.

Link copied to clipboard

Trigger that caused the sync (eg. "manual", "startup", "scheduled", ...) if available.

Link copied to clipboard

Main sync status.