Contents

CommunicationLimits

A type that encapsulates the communication limits for your app.

Declaration

final class CommunicationLimits

Mentioned in

Overview

Obtain an AsyncSequence to handle communication permission responses after launching your app.

let responses = CommunicationLimits.current.updates
for await response in responses {
   print("Received a communication permission response: \(response)")
}

Topics

Accessing communication limits

Checking known handles

Deprecated APIs

See Also

Response management