MatchAndContactIndex

data class MatchAndContactIndex(val match: ProfileView, val contactIndex: Long)

Associates a profile with the positional index of the contact import input in the call to app.bsky.contact.importContacts, so clients can know which phone caused a particular match.

Parameters

match

Profile of the matched user.

contactIndex

The index of this match in the import contact input.

Constructors

Link copied to clipboard
constructor(match: ProfileView, contactIndex: Long)

Properties

Link copied to clipboard

The index of this match in the import contact input.

Link copied to clipboard

Profile of the matched user.