applicationSupportsSecureRestorableState(_:)
Returns a Boolean value that indicates if the app supports secure state restoration.
Declaration
@MainActor optional func applicationSupportsSecureRestorableState(_ app: NSApplication) -> BoolParameters
- app:
The app object associated with the delegate.
Return Value
true when the app supports secure state restoration; otherwise, false.