InstallErrorCodeHelper
public
class
InstallErrorCodeHelper
extends Object
java.lang.Object | |
↳ | com.google.android.play.core.install.model.InstallErrorCodeHelper |
Class containing static helper methods for InstallErrorCode
.
We cannot put this inside InstallErrorCode
directly since it is an annotation
interface.
Summary
Public methods | |
---|---|
static
String
|
getErrorSummary(int errorCode)
Short summary about each |
Inherited methods | |
---|---|
![]()
java.lang.Object
|
Public methods
getErrorSummary
String getErrorSummary (int errorCode)
Short summary about each InstallErrorCode
.
This should be taken directly from the summary fragment of javadoc.
Parameters | |
---|---|
errorCode |
int : one of InstallErrorCode |
Returns | |
---|---|
String |
a short description of the error |
Annotations
Classes