Partager via


ARSessionDelegate.WasInterrupted(ARSession) Méthode

Définition

Les développeurs peuvent remplacer cette méthode pour arrêter le traitement des images et le suivi des appareils en cas d’interruption.

[Foundation.Export("sessionWasInterrupted:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WasInterrupted (ARKit.ARSession session);
abstract member WasInterrupted : ARKit.ARSession -> unit
override this.WasInterrupted : ARKit.ARSession -> unit

Paramètres

session
ARSession

Session qui fournit les informations pour l’événement.

Attributs

S’applique à