public class ZendriveSettings extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ZendriveSettings> |
CREATOR |
List<ZendriveSettingError> |
errors
List of errors that must be resolved for trip detection to work correctly.
|
List<ZendriveSettingWarning> |
warnings
List of warnings that may affect the normal functioning of the Zendrive SDK.
|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
ZendriveSettings(List<ZendriveSettingError> errors,
List<ZendriveSettingWarning> warnings) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(Parcel parcel,
int i) |
@NonNull public final List<ZendriveSettingError> errors
@NonNull public final List<ZendriveSettingWarning> warnings
public static final Parcelable.Creator<ZendriveSettings> CREATOR
public ZendriveSettings(@NonNull List<ZendriveSettingError> errors, @NonNull List<ZendriveSettingWarning> warnings)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel parcel, int i)
writeToParcel in interface Parcelable