light-mode-image
Learn
Functions

deregisterForNfcDeviceEngagement

Disables NFC engagement and deregisters any previously registered callbacks.

NFC is only supported on Android. On any other platform, this is a no-op and resolves successfully.

Signature

function deregisterForNfcDeviceEngagement(): Promise<Result<void, DeregisterForNfcDeviceEngagementError>>

Returns

Promise<Result<void, DeregisterForNfcDeviceEngagementError>>

A Result containing void on success, or a DeregisterForNfcDeviceEngagementError on failure.*

How would you rate this page?

On this page