Package com.thalesgroup.tmgsdk
Interface DeviceAuthentication
-
public interface DeviceAuthenticationDeviceAuthenticationis used for user authentication(Biometric/KeyGuard).- Since:
- 1.0
- Version:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstartAuthentication(FragmentActivity fragmentActivity, CharSequence title, CharSequence subTitle, CharSequence description, CharSequence negativeButtonText)Start the Authentication with the provided inputs
-
-
-
Method Detail
-
startAuthentication
void startAuthentication(FragmentActivity fragmentActivity, CharSequence title, CharSequence subTitle, CharSequence description, CharSequence negativeButtonText)
Start the Authentication with the provided inputs- Parameters:
fragmentActivity- - context used to display Biometric or KeyGuard authentication popup.title- - title to be displayed in Biometric or KeyGuard authentication popup.subTitle- - subTitle to be displayed in Biometric authentication popup.description- - description to be displayed in Biometric or KeyGuard authentication popup.negativeButtonText- - text of the negative button to be displayed in Biometric authentication popup.
-
-