presentSettings(for:scenePersistentIdentifier:)
Presents notification forwarding settings for an accessory.
Declaration
func presentSettings(for accessory: ASAccessory, scenePersistentIdentifier: String? = nil) async throws -> ForwardingDecisionParameters
- accessory:
The accessory for which to present settings.
- scenePersistentIdentifier:
The persistent identifier of the specific
UISceneSessionfrom the target app associated with the presentation, if available.