checkBubbleOwner

abstract fun checkBubbleOwner(room: IRainbowRoom, contact: IRainbowContact, listener: RainbowListener<Unit, Map<String, ServicePlanErrorResponse>>? = null)

Check if the given contact can be used for changing the owner of the Bubble

Parameters

room

IRainbowRoom The bubble where the ownership is delegated

contact

IRainbowContact The contact to check

listener

RainbowListenerServicePlanErrorResponse>> callback (onSuccess, onError)