Nevis Mobile Authentication SDK React Native plugin
    Preparing search index...

    Class AndroidDeviceCapabilitiesAbstract

    The class providing information about the capabilities of the Android device.

    For example, it informs of whether the device supports full basic attestation or not.

    Index

    Properties

    fidoUafAttestationInformationGetter: FidoUafAttestationInformationGetter

    Returns a FidoUafAttestationInformationGetter object.

    The object that can be used to obtain the information regarding the support of Full Basic Attestation in this device. If full basic attestation is required by the backend during registration, and this device does not support it, registration will fail. This information can be used to preemptively inform the user that the device is not supported.

    IMPORTANT
    This operation is Android specific.

    An instance of AndroidDeviceCapabilities can be obtained by invoking the MobileAuthenticationClient.deviceCapabilities.androidDeviceCapabilities getter after initializing the SDK.