setAutoJoinEnabled method
- @Deprecated('Use setAutoEstablishSocketConnection instead')
- bool isAutoJoinEnabled
Sets the auto join enabled flag (deprecated).
Android Reference: AppSettingsBuilder.setAutoJoinEnabled(bool)
Implementation
@Deprecated('Use setAutoEstablishSocketConnection instead')
AppSettingsBuilder setAutoJoinEnabled(bool isAutoJoinEnabled) {
this.isAutoJoinEnabled = isAutoJoinEnabled;
return this;
}