public class ZendriveResolvableError extends ZendriveSettingError
ZendriveSettingError that impacts Zendrive SDK's normal
behaviour.navigableIntentParcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ZendriveResolvableError> |
CREATOR |
Intent |
navigableIntent
Intent which can be used with
Context.startActivity(Intent) to
navigate to device specific screen to resolve error. |
typeCONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
ZendriveResolvableError(ZendriveIssueType type,
Intent navigableIntent) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(Parcel parcel,
int i) |
equals, hashCode@NonNull public final Intent navigableIntent
Context.startActivity(Intent) to
navigate to device specific screen to resolve error.public static final Parcelable.Creator<ZendriveResolvableError> CREATOR
public ZendriveResolvableError(@NonNull ZendriveIssueType type, @NotNull Intent navigableIntent)
public int describeContents()
describeContents in interface ParcelabledescribeContents in class ZendriveSettingErrorpublic void writeToParcel(Parcel parcel, int i)
writeToParcel in interface ParcelablewriteToParcel in class ZendriveSettingError