Skip to content

Device fingerprinting#

Applies to LUNA ID for Android only.

LUNA ID for Android provides a secure and reliable way to uniquely identify the device on which the SDK is running through its device fingerprinting functionality.

To retrieve the device fingerprint, use the LunaID.getFingerprint(context) method:

val fingerPrint: String = LunaID.getFingerprint(context)
  • context: Pass the application context.
  • Return value: A String containing the unique fingerprint of the device.