WKInterfaceController.DidDeactivate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.