Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
int
API_UNAVAILABLE
Constant Value:
16
(0x00000010)
public
static
final
int
CANCELED
Constant Value:
13
(0x0000000d)
public
static
final
int
DATE_INVALID
Constant Value:
12
(0x0000000c)
public
static
final
int
DEVELOPER_ERROR
Constant Value:
10
(0x0000000a)
public
static
final
int
INTERNAL_ERROR
Constant Value:
8
(0x00000008)
public
static
final
int
INTERRUPTED
Constant Value:
15
(0x0000000f)
public
static
final
int
INVALID_ACCOUNT
Constant Value:
5
(0x00000005)
public
static
final
int
LICENSE_CHECK_FAILED
Constant Value:
11
(0x0000000b)
public
static
final
int
NETWORK_ERROR
Constant Value:
7
(0x00000007)
public
static
final
int
RESOLUTION_REQUIRED
Constant Value:
6
(0x00000006)
public
static
final
int
SERVICE_DISABLED
Constant Value:
3
(0x00000003)
public
static
final
int
SERVICE_INVALID
Constant Value:
9
(0x00000009)
public
static
final
int
SERVICE_MISSING
Constant Value:
1
(0x00000001)
public
static
final
int
SERVICE_VERSION_UPDATE_REQUIRED
Constant Value:
2
(0x00000002)
public
static
final
int
SIGN_IN_REQUIRED
Constant Value:
4
(0x00000004)
public
static
final
int
SUCCESS
Constant Value:
0
(0x00000000)
public
static
final
int
TIMEOUT
Constant Value:
14
(0x0000000e)
Public Constructors
public
ConnectionResult
(int statusCode, PendingIntent pendingIntent)
Public Methods
public
int
getErrorCode
()
public
boolean
hasResolution
()
public
boolean
isSuccess
()
public
void
startResolutionForResult
(Activity activity, int requestCode)