applicationDidBecomeActive()
Tells the delegate that the watchOS app is visible and processing events.
Declaration
optional func applicationDidBecomeActive()Mentioned in
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 any tasks that were paused or not yet started while the app was inactive. 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.