onReceiveGiftMessage property
Callback for receive gift message.
roomId
the room id.
giftInfo
the gift info.
count
the gift count.
sender
the gift sender user info.
Implementation
OnReceiveGiftMessage onReceiveGiftMessage =
(String roomId, TUIGiftInfo giftInfo, int count, TUIUserInfo sender) {};