getWebSocketUrl static method
Implementation
static String getWebSocketUrl(int env) {
switch (env) {
case 1:
return "https://www.casinoplus.com.ph/config.json";
case 2:
return "https://www.client99.me/config.json";
case 3:
return "https://www.client88.me/config.json";
case 4:
return "wss://casinoplus-test-dev.bewen.me/websocket";
default:
return "https://www.client88.me/config.json";
}
}