WKInterfaceController.DidDeactivate Method

Definition

Called after the Watch App has been dismissed by the user.

[Foundation.Export("didDeactivate")]
public virtual void DidDeactivate ();
abstract member DidDeactivate : unit -> unit
override this.DidDeactivate : unit -> unit
Attributes

Remarks

After this method has completed, the Watch Extension will be deactivated and potentially terminated. No pending asynchronous functions will execute.

Applies to