Package com.thalesgroup.tmgsdk
Interface DeviceAuthentication
-
public interface DeviceAuthenticationTheDeviceAuthenticationAPI is used for end user authentication(Biometric).- 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)Starts the device authentication process with the inputs provided.
-
-
-
Method Detail
-
startAuthentication
void startAuthentication(FragmentActivity fragmentActivity, CharSequence title, CharSequence subTitle, CharSequence description, CharSequence negativeButtonText)
Starts the device authentication process with the inputs provided.- Parameters:
fragmentActivity- - The context used to display the biometric authentication popup.title- - The title to be displayed in the biometric authentication popup.subTitle- - The subTitle to be displayed in the biometric authentication popup.description- - The description to be displayed in the biometric authentication popup.negativeButtonText- - The text of the negative button to be displayed in the biometric authentication popup.
-
-