light-mode-image
Learn
Types

CreateProximityPresentationSessionTerminatedAction

Schema for the onSessionTerminated callback function. Called with no argument when the session ended normally, and with a PresentationSessionTerminationError when it did not.

Signature

type CreateProximityPresentationSessionTerminatedAction = (
  error?: PresentationSessionTerminationError | null
) => void

Parameters

Returns

void

Referenced by

A property of CreateProximityPresentationSessionOptions.

How would you rate this page?

On this page