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
) => voidParameters
Prop
Type
Returns
void
Referenced by
A property of CreateProximityPresentationSessionOptions.
How would you rate this page?