lookUp

abstract suspend fun lookUp(threePids: List<ThreePid>): List<FoundThreePid>

Search MatrixId of users providing email and phone numbers. Note the the user consent has to be set to true, or it will throw a UserConsentNotProvided failure. Application has to explicitly ask for the user consent, and the answer can be stored using setUserConsent. Please see https://support.google.com/googleplay/android-developer/answer/9888076?hl=en for more details.