Methods
getBalanceAndBonus() → {void}
allow user to get balance amount only one time in 30 seconds
Returns:
- Type
- void
goMyBets() → {void}
Redirect to TICKETS page
Returns:
- Type
- void
goToCashier() → {void}
Redirect to CASHIER page
Returns:
- Type
- void
goToDeposit() → {void}
Redirect to DEPOSIT page
Returns:
- Type
- void
goToMyAccountMenu() → {void}
Redirect to MY ACCOUNT MENU page
Returns:
- Type
- void
logout() → {void}
Logout user
Returns:
- Type
- void
render() → {view}
Render
Returns:
- Type
- view
Type Definitions
props
Properties:
| Name | Type | Description |
|---|---|---|
user |
object | |
isAccountOpen |
boolean | |
totalBetCount |
number | |
gameType |
string | |
changePage |
function | |
toggleAccount |
function | |
getBalanceAndBonus |
function | |
logout |
function | |
goToMyAccountMenu |
function | |
lastReqBalanceDateTime |
Date |
Type:
- object