setWebSocketHost method
Sets the WebSocket host.
Android Reference: AppSettingsBuilder.setWebSocketHost(String)
Implementation
AppSettingsBuilder setWebSocketHost(String webSocketHost) {
this.webSocketHost = webSocketHost;
return this;
}
Sets the WebSocket host.
Android Reference: AppSettingsBuilder.setWebSocketHost(String)
AppSettingsBuilder setWebSocketHost(String webSocketHost) {
this.webSocketHost = webSocketHost;
return this;
}