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.ObjectAn object that can configure SDK auto-reconnect functionality. Whenenabledis `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 booleangetEnabled()voidsetEnabled(boolean enabled)Enables or disables auto-reconnect functionality .
-