Contents

ARKitSession.Event.authorizationChanged(type:status:)

An event that represents a change in authorization status for a specific authorization type.

Declaration

case authorizationChanged(type: ARKitSession.AuthorizationType, status: ARKitSession.AuthorizationStatus)

Parameters

  • type:

    The type of authorization status that changed.

  • status:

    The new state of authorization.