Contents

willResignActive

An identifier for a message about a host app moving from the active to the inactive state.

Declaration

static var willResignActive: NotificationCenter.BaseMessageIdentifier<NSExtensionContext.WillResignActiveMessage> { get }

Discussion

Use this identifier with NotificationCenter’s addObserver(of:for:using:) or messages(of:for:bufferSize:) methods to observe messages of type NSExtensionContext.WillResignActiveMessage.

See Also

Identifying extension messages