start()
Starts running the session.
Declaration
func start()Mentioned in
Discussion
Use start() to begin a session. You must call this method while your app is running in the foreground.
You can’t use the start() method to set up a schedulable session (such as a smart alarm session). Call the start(at:) method instead.