How to fire raise a hand intent via a custom UI via zoom sdk?

Description
How to fire raise a hand intent via a custom UI via zoom sdk ? There is no such doc regarding this. I just found, how to get a callback for the triggered raise hand event, but how to trigger it ?

Currently, I am using this, accoding to docs

boolean raiseMyHand()
    This method is used to raise my hand.

On a button click

btnRaiseHand.setOnClickListener(view -> {
            ZoomSDK.getInstance().getInMeetingService().raiseMyHand();
        });

Hi devs1,

Thanks for the post. You could leverage the following listeners:

Hope this helps. Thanks!