getShareStatus

abstract suspend fun getShareStatus(threePids: List<ThreePid>): Map<ThreePid, SharedState>

Get the status of the current user's threePid. A lookup will be performed, but also pending binding state will be restored.

Return

a map of ThreePid -> SharedState

Parameters

threePids

the list of threePid the user owns (retrieved form the homeserver)