ScreenNames.js 3.03 KB
Newer Older
Giang Tran committed
1 2 3 4 5 6 7 8 9 10 11 12 13
export const LOGINSCREEN = 'LOGINSCREEN';
export const HOMESCREEN = 'HOMESCREEN';

export const TABNAVIGATOR = 'TABNAVIGATOR';
export const HISTORY_MONEY = 'HISTORY_MONEY';
export const HISTORY_LOGIN = 'HISTORY_LOGIN';
export const LISTCUSTOMER = 'LISTCUSTOMER';
export const REQUIREMONEY = 'REQUIREMONEY';
export const DETAIL_REQUIRE_MONEY = 'DETAIL_REQUIRE_MONEY';
export const DETAIL_HISTORY_MONEY = 'DETAIL_HISTORY_MONEY';
export const DETAIL_CUSTOMER = 'DETAIL_CUSTOMER';
export const DETAIL_WITHDRAW = 'DETAIL_WITHDRAW';

Giang Tran committed
14 15
export const AUTHEN = 'AUTHEN';
export const FORGOTPASSWORD = 'FORGOTPASSWORD';
Giang Tran committed
16 17
export const ADD_CUSTOMER = 'ADD_CUSTOMER';
export const WITHDRAW = 'WITHDRAW';
Giang Tran committed
18 19 20 21 22 23 24 25

export const AccountVerification = 'AccountVerification';
export const FEEDBACK = 'FEEDBACK';

export const METHODPAY = 'METHODPAY';
export const SERVICECUSTOMER = 'SERVICECUSTOMER';

export const SETTING = 'SETTING';
Giang Tran committed
26 27 28 29 30 31 32
//
export const USERINFOR = 'USERINFOR';
export const PAYMENTS = 'PAYMENTS';
export const ROSE = 'ROSE';
export const BONUSTEAM = 'BONUSTEAM';
export const MYGROUP = 'MYGROUP';

33 34 35
//
export const PROFILE = 'PROFILE';

Giang Tran committed
36 37 38
export const DEPOSIT = 'DEPOSIT';
export const TRANSFER = 'TRANSFER';
export const HISTORY = 'HISTORY';
Giang Tran committed
39 40

export const CONFIRMOTP = 'CONFIRMOTP';
Giang Tran committed
41 42

export const CHOOSEMETHOD = 'CHOOSEMETHOD';
43 44 45 46

export const NEWPASSWORD = 'NEWPASSWORD';

export const CONFIRMEMAIL = 'CONFIRMEMAIL';
Giang Tran committed
47 48

export const NEWFEED = 'NEWFEED';
Giang Tran committed
49
export const DETAILNEW = 'DETAILNEW';
Giang Tran committed
50
export const NOTIFICATION = 'NOTIFICATION';
Giang Tran committed
51 52 53 54 55 56 57 58

export const ADDMETHODPAY = 'ADDMETHODPAY';
export const CONTRACT = 'CONTRACT';

export const WALLET = 'WALLET';
export const WALLETDEPOSIT = 'WALLETDEPOSIT';
export const WALLETWITHDRAW = 'WALLETWITHDRAW';
export const PACKETCQG = 'PACKETCQG';
Giang Tran committed
59
export const MEDIADETAIL = 'MEDIADETAIL';
Giang Tran committed
60
export const METHODPAYDETAIL = 'METHODPAYDETAIL';
61

Giang Tran committed
62
export const LEGALBUSINESS = 'LEGALBUSINESS';
63
export const LEGALDOCUMENT = 'LEGALDOCUMENT';
Giang Tran committed
64 65
export const LEGALCUSTOMER = 'LEGALCUSTOMER';
export const LEGALPARTNER = 'LEGALPARTNER';
Giang Tran committed
66 67

export const HISTORYDETAIL = 'HISTORYDETAIL';
68
export const PRODUCTDETAIL = 'PRODUCTDETAIL';
Giang Tran committed
69
export const REGISTEROTP = 'REGISTEROTP';
Giang Tran committed
70 71

export const OTPWALLET = 'OTPWALLET';
Nguyễn Thị Thúy committed
72
export const ESCROWCALCULATOR = 'ESCROWCALCULATOR';
Giang Tran committed
73 74 75 76 77 78

export const CACULATEDDEPOSIT = 'CACULATEDDEPOSIT';
export const CACULATEDPROFITLOSS = 'CACULATEDPROFITLOSS';
export const CACULATEDSTOPLOSS = 'CACULATEDSTOPLOSS';
export const CONVERTUNIT = 'CONVERTUNIT';
export const EXCHANGERATE = 'EXCHANGERATE';
79 80
export const SMARTOTP = 'SMARTOTP';
export const ENTER_PASSWORD_SMART_OTP = 'ENTER_PASSWORD_SMART_OTP';
Giang Tran committed
81 82

export const SETTINGOTP = 'SETTINGOTP';
83
export const SMARTOTPCONFIG = 'SMARTOTPCONFIG';
Giang Tran committed
84 85 86
export const UPDATEOTP = 'UPDATEOTP';

export const CONFIRMOTPSMART = 'CONFIRMOTPSMART';
87
export const RESET_SMART_OTP = 'RESET_SMART_OTP';
Giang Tran committed
88 89 90 91

export const CHANGESMARTOTP = 'CHANGESMARTOTP';

export const CONFIRMCHANGESMARTOTP = 'CONFIRMCHANGESMARTOTP';
Giang Tran committed
92 93 94 95

export const RULESSMARTOTP = 'RULESSMARTOTP';

export const FAQSSMARTOTP = 'FAQSSMARTOTP';
Giang Tran committed
96 97

export const CONFIRMCREATEOTP = 'CONFIRMCREATEOTP';