Contents

extendedRuntimeSessionDidStart(_:)

Indicates that the session has started running.

Declaration

func extendedRuntimeSessionDidStart(_ extendedRuntimeSession: WKExtendedRuntimeSession)

Parameters

  • extendedRuntimeSession:

    The session that started running.

Discussion

The system calls this method when your session starts running, in response to the start() method, or because a scheduled session’s start date has arrived.

See Also

Monitoring State Changes