View
extension View
-
Overrides the preference center theme
Declaration
Swift
@MainActor public func preferenceCenterTheme( _ theme: PreferenceCenterTheme )-> some View
Parameters
theme
The preference center theme
-
Sets the channel subscription style
Declaration
Swift
@MainActor public func channelSubscriptionStyle<S>(_ style: S) -> some View where S: ChannelSubscriptionViewStyle
Parameters
style
The style
-
Sets the common section style
Declaration
Swift
@MainActor public func commonSectionViewStyle<S>(_ style: S) -> some View where S: CommonSectionViewStyle
Parameters
style
The style
-
Sets the contact management section style
Declaration
Swift
@MainActor public func ContactManagementSectionStyle<S>(_ style: S) -> some View where S: ContactManagementSectionStyle
Parameters
style
The style
-
Sets the contact subscription group style
Declaration
Swift
@MainActor public func contactSubscriptionGroupStyle<S>(_ style: S) -> some View where S: ContactSubscriptionGroupStyle
Parameters
style
The style
-
Sets the contact subscription style
Declaration
Swift
@MainActor public func contactSubscriptionStyle<S>(_ style: S) -> some View where S: ContactSubscriptionViewStyle
Parameters
style
The style
-
Sets the labeled section break style
Declaration
Swift
@MainActor public func labeledSectionBreakStyle<S>(_ style: S) -> some View where S: LabeledSectionBreakStyle
Parameters
style
The style
-
Sets the alert style
Declaration
Swift
@MainActor public func PreferenceCenterAlertStyle<S>(_ style: S) -> some View where S: PreferenceCenterAlertStyle
Parameters
style
The style
-
Sets the navigation stack for the Preference Center.
Declaration
Swift
@MainActor public func preferenceCenterNavigationStack( _ stack: PreferenceCenterNavigationStack )-> some View
Parameters
stack
The navigation stack