Package org.mozilla.geckoview
Class GeckoSession.AnalysisStatusResponse
Object
org.mozilla.geckoview.GeckoSession.AnalysisStatusResponse
- Enclosing class:
- GeckoSession
@AnyThread
@Deprecated
@DeprecationSchedule(id="session-shopping",
version=139)
public static class GeckoSession.AnalysisStatusResponse
extends Object
Deprecated.
This method is scheduled for deprecation, see Bug 1941470 for details. Contains information
about a product's analysis status response.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated.This is a Builder used by AnalysisStatusResponse class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Deprecated.Initialize AnalysisStatusResponse with a builder object -
Method Summary
-
Field Details
-
status
Deprecated.Status of the analysis. -
progress
Deprecated.Indicates the progress of the analysis.
-
-
Constructor Details
-
AnalysisStatusResponse
Deprecated.Initialize AnalysisStatusResponse with a builder object- Parameters:
builder
- A AnalysisStatusResponse.Builder instance
-