Package com.launchdarkly.sdk.android
Interface LDStatusListener
public interface LDStatusListener
Listener for various SDK state changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onConnectionModeChanged
(ConnectionInformation connectionInformation) Invoked when the connection mode changesvoid
onInternalFailure
(LDFailure ldFailure) Invoked when an internal issue results in a failure to connect to LaunchDarkly
-
Method Details
-
onConnectionModeChanged
Invoked when the connection mode changes- Parameters:
connectionInformation
- the connection information that gives details about the connection
-
onInternalFailure
Invoked when an internal issue results in a failure to connect to LaunchDarkly- Parameters:
ldFailure
- the failure
-