Package com.amazonaws.ivs.broadcast
Class BroadcastConfiguration.AutoReconnect
- java.lang.Object
-
- com.amazonaws.ivs.broadcast.BroadcastConfiguration.AutoReconnect
-
- Enclosing class:
- BroadcastConfiguration
public static class BroadcastConfiguration.AutoReconnect extends java.lang.Object
An object that can configure SDK auto-reconnect functionality. Whenenabled
is `true` the retry logic will be active after a call to `start` and before a call to `stop`. Calling `stop` will automatically cancel any pending retries, regardless of the retry state. To receive updates about the retry state, observeBroadcastSession.Listener.onRetryStateChanged(BroadcastSession.RetryState)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getEnabled()
void
setEnabled(boolean enabled)
Enables or disables auto-reconnect functionality .
-