Package com.launchdarkly.sdk.android
Interface ConnectionInformation
-
public interface ConnectionInformation
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConnectionInformation.ConnectionModeEnumerated type defining the possible values ofgetConnectionMode().
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectionInformation.ConnectionModegetConnectionMode()java.lang.LonggetLastFailedConnection()LDFailuregetLastFailure()java.lang.LonggetLastSuccessfulConnection()
-
-
-
Method Detail
-
getConnectionMode
ConnectionInformation.ConnectionMode getConnectionMode()
-
getLastFailure
LDFailure getLastFailure()
-
getLastSuccessfulConnection
java.lang.Long getLastSuccessfulConnection()
-
getLastFailedConnection
java.lang.Long getLastFailedConnection()
-
-