onGiftCountChanged property

OnGiftCountChanged onGiftCountChanged
getter/setter pair

Callback for gift count changed.

roomId the room id. totalGiftsSent the gift total count. totalGiftCoins the gift total coins. totalUniqueGiftSenders the gift sender count.

Implementation

OnGiftCountChanged onGiftCountChanged =
    (String roomId, int totalGiftsSent, int totalGiftCoins, int totalUniqueGiftSenders) {};