public final class GooglePlaySettingsError extends ZendriveSettingError
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<GooglePlaySettingsError> |
CREATOR |
com.google.android.gms.location.LocationSettingsResult |
googlePlaySettingsResult
Errors found when determining location settings status on the device.
|
type
Constructor and Description |
---|
GooglePlaySettingsError(com.google.android.gms.location.LocationSettingsResult result) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
@NonNull public final com.google.android.gms.location.LocationSettingsResult googlePlaySettingsResult
public static final android.os.Parcelable.Creator<GooglePlaySettingsError> CREATOR
public GooglePlaySettingsError(@NonNull com.google.android.gms.location.LocationSettingsResult result)
public int describeContents()
describeContents
in interface android.os.Parcelable
describeContents
in class ZendriveSettingError
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable
writeToParcel
in class ZendriveSettingError