PreferenceCenterOpenDelegate
@MainActor
public protocol PreferenceCenterOpenDelegate
Open delegate.
-
Opens the Preference Center with the given ID.
Declaration
Swift
@MainActor func openPreferenceCenter(_ preferenceCenterID: String) -> BoolParameters
preferenceCenterIDThe preference center ID.
Return Value
trueif the preference center was opened, otherwisefalseto fallback to OOTB UI.
View on GitHub