WKInterfaceController.WillActivate Method

Definition

Called shortly before the WKInterfaceController appears to the user.

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

Remarks

This method is called shortly before the WKInterfaceController appears and when the WKInterfaceController is re-activated without having been terminated.

Applies to