Share via


ARSessionDelegate.InterruptionEnded(ARSession) Method

Definition

Developers may override this method to begin frame processing and device tracking after an interruption.

[Foundation.Export("sessionInterruptionEnded:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InterruptionEnded(ARKit.ARSession session);
[<Foundation.Export("sessionInterruptionEnded:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InterruptionEnded : ARKit.ARSession -> unit
override this.InterruptionEnded : ARKit.ARSession -> unit

Parameters

session
ARSession

The session that is supplying the information for the event.

Implements

Attributes

Applies to