light-mode-image
Learn
Types

Listener

Called when NFC device engagement completes.

Called with no argument when engagement succeeded and the data is buffered ready for createProximityPresentationSession, and with an error when it did not, which can usually be retried.

Signature

type Listener = (
  error?: { message?: string; type: string }
) => void

Parameters

Prop

Type

Returns

void

Referenced by

A parameter of setDeviceEngagementListener.

How would you rate this page?

On this page