Class IdentifySeriesResult
java.lang.Object
com.launchdarkly.sdk.android.integrations.IdentifySeriesResult
The result applies to a single identify operation. An operation may complete
with an error and then later complete successfully. Only the first completion
will be executed in the identify series.
For example, a network issue may cause an identify to error since the SDK can't refresh its cached data from the cloud at that moment, but then later the when the network issue is resolved, the SDK will refresh cached data.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The status an identify operation completed with. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary