Contents

applicationSupportsSecureRestorableState(_:)

Returns a Boolean value that indicates if the app supports secure state restoration.

Declaration

@MainActor optional func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool

Parameters

  • app:

    The app object associated with the delegate.

Return Value

true when the app supports secure state restoration; otherwise, false.

See Also

Restoring Application State