public class AuthorizationCode extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<AuthorizationCode> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
AuthorizationCode(String authorizationCode) |
Modifier and Type | Method and Description |
---|---|
static AuthorizationCode |
createEmptyCode() |
static AuthorizationCode |
createFromRedirectedUri(Uri redirectedUri) |
int |
describeContents() |
String |
getAuthorizationCode() |
boolean |
hasAuthorizationCode() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<AuthorizationCode> CREATOR
public AuthorizationCode(String authorizationCode)
public static AuthorizationCode createEmptyCode()
public static AuthorizationCode createFromRedirectedUri(Uri redirectedUri)
public int describeContents()
describeContents
in interface Parcelable
public String getAuthorizationCode()
public boolean hasAuthorizationCode()
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable