public class ZendriveSettings extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
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.
|
Constructor and Description |
---|
ZendriveSettings(List<ZendriveSettingError> errors,
List<ZendriveSettingWarning> warnings) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
@NonNull public final List<ZendriveSettingError> errors
@NonNull public final List<ZendriveSettingWarning> warnings
public ZendriveSettings(@NonNull List<ZendriveSettingError> errors, @NonNull List<ZendriveSettingWarning> warnings)