public final class GooglePlayConnectionError extends ZendriveSettingError
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
com.google.android.gms.common.ConnectionResult |
connectionResult
Errors found when attempting to connect to google play services.
|
static Parcelable.Creator<GooglePlayConnectionError> |
CREATOR |
typeCONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
GooglePlayConnectionError(com.google.android.gms.common.ConnectionResult connectionResult) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(Parcel parcel,
int i) |
equals, hashCode@NonNull public final com.google.android.gms.common.ConnectionResult connectionResult
public static final Parcelable.Creator<GooglePlayConnectionError> CREATOR
public GooglePlayConnectionError(@NonNull com.google.android.gms.common.ConnectionResult connectionResult)
public int describeContents()
describeContents in interface ParcelabledescribeContents in class ZendriveSettingErrorpublic void writeToParcel(Parcel parcel, int i)
writeToParcel in interface ParcelablewriteToParcel in class ZendriveSettingError