View
extension View
-
Overrides the preference center theme
Declaration
Swift
@MainActor public func preferenceCenterTheme( _ theme: PreferenceCenterTheme )-> some ViewParameters
themeThe preference center theme
-
Sets the channel subscription style
Declaration
Swift
@MainActor public func channelSubscriptionStyle<S>(_ style: S) -> some View where S: ChannelSubscriptionViewStyleParameters
styleThe style
-
Sets the common section style
Declaration
Swift
@MainActor public func commonSectionViewStyle<S>(_ style: S) -> some View where S: CommonSectionViewStyleParameters
styleThe style
-
Sets the contact management section style
Declaration
Swift
@MainActor public func ContactManagementSectionStyle<S>(_ style: S) -> some View where S: ContactManagementSectionStyleParameters
styleThe style
-
Sets the contact subscription group style
Declaration
Swift
@MainActor public func contactSubscriptionGroupStyle<S>(_ style: S) -> some View where S: ContactSubscriptionGroupStyleParameters
styleThe style
-
Sets the contact subscription style
Declaration
Swift
@MainActor public func contactSubscriptionStyle<S>(_ style: S) -> some View where S: ContactSubscriptionViewStyleParameters
styleThe style
-
Sets the labeled section break style
Declaration
Swift
@MainActor public func labeledSectionBreakStyle<S>(_ style: S) -> some View where S: LabeledSectionBreakStyleParameters
styleThe style
-
Sets the alert style
Declaration
Swift
@MainActor public func PreferenceCenterAlertStyle<S>(_ style: S) -> some View where S: PreferenceCenterAlertStyleParameters
styleThe style
-
Sets a dismiss action on the preference center.
Declaration
Swift
@MainActor func addPreferenceCenterDismissAction(action: (@MainActor @Sendable () -> Void)?) -> some ViewParameters
actionThe dismiss action.
View on GitHub