public class ZendriveResolvableError extends ZendriveSettingError
ZendriveSettingError
that impacts Zendrive SDK's normal
behaviour.navigableIntent
Parcelable.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. |
type
CONTENTS_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) |
@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 Parcelable
describeContents
in class ZendriveSettingError
public void writeToParcel(Parcel parcel, int i)
writeToParcel
in interface Parcelable
writeToParcel
in class ZendriveSettingError