Driving License Details
Defined in package com.scandit.datacapture.id.capture
- DrivingLicenseDetails
class DrivingLicenseDetailsAdded in version 6.25.0
- drivingLicenseCategories
@NonNull List<@NonNull DrivingLicenseCategory> getDrivingLicenseCategories()
Added in version 6.25.0
Additional information from driver licenses such as vehicle categories.
- restrictions
@Nullable String getRestrictions()
Added in version 6.26.0
The restrictions to driving privileges for the driver license owner.
- endorsements
@Nullable String getEndorsements()
Added in version 6.26.0
The additional privileges granted to the driver license owner.
- equals(other)
booleanequals(@Nullable Object other)Added in version 6.25.0
Indicates whether some other object is equal to this one.
- hashCode()
inthashCode()Added in version 6.25.0
Returns a hash code value for the object.