Class IdentifySeriesResult

java.lang.Object
com.launchdarkly.sdk.android.integrations.IdentifySeriesResult

public class IdentifySeriesResult extends Object
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.