Class FDv2SourceResult.Status
java.lang.Object
com.launchdarkly.sdk.android.subsystems.FDv2SourceResult.Status
- Enclosing class:
- FDv2SourceResult
Status payload for STATUS results.
-
Method Summary
Modifier and TypeMethodDescriptiongetError()For GOODBYE, the reason if provided; otherwise null.getState()static FDv2SourceResult.Statusstatic FDv2SourceResult.Statusinterrupted(Throwable error) static FDv2SourceResult.Statusshutdown()static FDv2SourceResult.StatusterminalError(Throwable error)
-
Method Details
-
goodbye
-
interrupted
-
terminalError
-
shutdown
-
getState
-
getError
-
getReason
For GOODBYE, the reason if provided; otherwise null.
-