get Share Status
abstract suspend fun getShareStatus(threePids: List<ThreePid>): Map<ThreePid, SharedState>
Content copied to clipboard
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
three Pids
the list of threePid the user owns (retrieved form the homeserver)