"TossACoin" Half-Screen Event Description
Used in live broadcast apps to request period results, player betting information, win/loss results, and follow-up betting operations. It facilitates user interaction within the app.
1、Players' betting results notification
Data parameter description
Name
Type
Description
Example
{
action: 'sendData',
data:{
op:"Bet",
data:[
{
gameId:number,
name:"hhsayy22",
id:"12132111313",
curGameId:13123,
userId:123123,
bets:number[0,2],
betZone:1,
currency:"usdt",
amount:10,
ticket:10
}
]
}
}2、Lottery result notification
Data parameter description
Name
Type
Description
Example
3、Winning player winning amount notification
data parameter description
Name
Type
Description
Example
4、Player follow-up investment request
Data parameter description
Name
Type
Description
Example
Last updated