setWebSocketHost method

AppSettingsBuilder setWebSocketHost(
  1. String webSocketHost
)

Sets the WebSocket host. Android Reference: AppSettingsBuilder.setWebSocketHost(String)

Implementation

AppSettingsBuilder setWebSocketHost(String webSocketHost) {
  this.webSocketHost = webSocketHost;
  return this;
}