HsdpReportRequest


public final class HsdpReportRequest


Request to report an issue for a specific app and operation.

Summary

Public constructors

HsdpReportRequest(String targetPackage, int operation, int reportCode)

Constructs an HsdpReportRequest.

Public methods

int
int
String

Public constructors

HsdpReportRequest

public HsdpReportRequest(String targetPackage, int operation, int reportCode)

Constructs an HsdpReportRequest.

Parameters
String targetPackage

The package name of the application. Must not be null.

int operation

The operation that timed out (e.g., "show", "prewarm").

int reportCode

An SDK-defined code for the issue (e.g., TIMEOUT).

Public methods

operation

public int operation()

reportCode

public int reportCode()

targetPackage

public String targetPackage()