public class AccountAuthenticatorResponse extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<AccountAuthenticatorResponse> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
AccountAuthenticatorResponse(Parcel parcel) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
onError(int errorCode,
String errorMessage) |
void |
onRequestContinued() |
void |
onResult(Bundle result) |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<AccountAuthenticatorResponse> CREATOR
public AccountAuthenticatorResponse(Parcel parcel)
public void onResult(Bundle result)
public void onRequestContinued()
public void onError(int errorCode,
String errorMessage)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.