Class BiometricConsentInfo
-
- All Implemented Interfaces:
public final class BiometricConsentInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final String
regulationType
private final Boolean
showMandatoryConsent
-
Constructor Summary
Constructors Constructor Description BiometricConsentInfo(String regulationType, Boolean showMandatoryConsent)
-
Method Summary
Modifier and Type Method Description final String
getRegulationType()
final Boolean
getShowMandatoryConsent()
-
-
Method Detail
-
getRegulationType
final String getRegulationType()
-
getShowMandatoryConsent
final Boolean getShowMandatoryConsent()
-
-
-
-