getDeviceScreeningAsync

open fun getDeviceScreeningAsync(forceRefresh: Boolean, cancellationSignal: CancellationSignal?, callback: WalletCallback<DeviceScreeningResult>)

Performs screening on the current device which generates unique digital fingerprint.

Return

Device screening result.

Parameters

forceRefresh

Flag indicating whether to force new screening or use cached value if available.

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.