Interface DeviceAuthentication


  • public interface DeviceAuthentication
    DeviceAuthentication is used for user authentication(Biometric/KeyGuard).
    Since:
    1.0
    Version:
    1.0
    • 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.