Contents

callAsFunction()

Dismisses the currently opened immersive space.

Declaration

@MainActor func callAsFunction() async

Discussion

Don’t call this method directly. SwiftUI calls it when you call the dismissImmersiveSpace action:

await dismissImmersiveSpace()

For information about how Swift uses the callAsFunction() method to simplify call site syntax, see Methods with Special Names in The Swift Programming Language.