RewardReceivedCallback typedef

RewardReceivedCallback = void Function(String rewarderUserUuid, String? rewarderUserName, int giftId, NELiveAnchorReward anchorReward, NELiveAnchorReward otherAnchorReward)

Implementation

typedef RewardReceivedCallback = void Function(
    String rewarderUserUuid,
    String? rewarderUserName,
    int giftId,
    NELiveAnchorReward anchorReward,
    NELiveAnchorReward otherAnchorReward);