readyPendingVerification

abstract suspend fun readyPendingVerification(    methods: List<VerificationMethod>,     otherUserId: String,     transactionId: String): Boolean

You should call this method after receiving a verification request. Accept the verification request advertising the given methods as supported Returns false if the request is unknown or transaction is not ready.