foreground
The app intent requires the app to be in the foreground to perform its action.
Declaration
static var foreground: IntentModes { get }Discussion
This value is equivalent to ForegroundMode.immediate.
The app intent requires the app to be in the foreground to perform its action.
static var foreground: IntentModes { get }This value is equivalent to ForegroundMode.immediate.