Contents

applicationDidBecomeActive()

Tells the delegate that the watchOS app is visible and processing events.

Declaration

optional func applicationDidBecomeActive()

Discussion

WatchKit calls this method to let you know that your app transitioned from the inactive to the active state. Use this method to start or unpause any tasks. For example, you could use it to start timers. You can also use it to gather information needed to configure your app’s initial user interface.

See Also

Monitoring state changes