General event description
1、Show/Hide Game Area Request
Event: op:"ShowGame",
data parameter description
Name
Type
Description
show
boolean
false does not display, true displays
{
action: 'sendData',
data: {
op:"Bet",
data:{
show: true //Whether to display the game area
}
}
}
2、Close the game game return event
Used to return events after the game is closed
Event: op:"back",
{
action: 'sendData',
data: {
op:"back"
}
}
3、Click on the blank area above half of the screen to respond
Used to click on the blank area above half of the screen to respond and close the game (selectively used depending on the situation).
Event:op:"touchBackground",
{
action: 'sendData',
data: {
op:"touchBackground"
}
}
Last updated