get Device Screening Async
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
force Refresh
Flag indicating whether to force new screening or use cached value if available.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.