SyncStatus

data class SyncStatus(val syncedAt: Timestamp, val matchesCount: Long)

Parameters

syncedAt

Last date when contacts where imported.

matchesCount

Number of existing contact matches resulting of the user imports and of their imported contacts having imported the user. Matches stop being counted when the user either follows the matched contact or dismisses the match.

Constructors

Link copied to clipboard
constructor(syncedAt: Timestamp, matchesCount: Long)

Properties

Link copied to clipboard

Number of existing contact matches resulting of the user imports and of their imported contacts having imported the user. Matches stop being counted when the user either follows the matched contact or dismisses the match.

Link copied to clipboard

Last date when contacts where imported.