Platform Lottery
Updated: 2025-07-03 14:46:06
This module is primarily used to receive and process lucky lottery activities in the live room, including participating in the lottery, viewing activity details, claiming prizes, and other functions.
1. API Method Overview
| API Method | Description |
|---|---|
| startLuckyLottery | Start a lottery activity |
| getLuckyLotteryActivityList | Get the list of lucky lottery activities |
| getLuckyLotteryActivityById | Get details of a lucky lottery activity |
| getLuckyLotteryWinnersList | Get the list of winners |
| getLuckyLotteryPrizeList | Get lucky lottery winning records |
| getLuckyLotteryReceive | Get prize claim information |
| submitLuckyLotteryReceive | Submit prize claim information |
2. Event Overview
| Event | Description |
|---|---|
| LuckyLotteryEvent.OnLuckyLottery | Platform lottery activity available |
| LuckyLotteryEvent.OffLuckyLottery | No lottery activity available |
| LuckyLotteryEvent.StartLuckyLottery | Lottery starts |
| LuckyLotteryEvent.StopLuckyLottery | Lottery ends |
