GetSyncStatusResponse

data class GetSyncStatusResponse(val syncStatus: SyncStatus? = null)

Parameters

syncStatus

If present, indicates the user has imported their contacts. If not present, indicates the user never used the feature or called app.bsky.contact.removeData and didn't import again since.

Constructors

Link copied to clipboard
constructor(syncStatus: SyncStatus? = null)

Properties

Link copied to clipboard

If present, indicates the user has imported their contacts. If not present, indicates the user never used the feature or called app.bsky.contact.removeData and didn't import again since.