AddChannel

public struct AddChannel : Decodable, Equatable
extension PreferenceCenterConfig.ContactManagementItem.AddChannel: Encodable

The container for the add prompt button and resulting add prompt.

  • The add channel prompt view that appears when the add channel button is tapped.

    Declaration

    Swift

    public let view: AddChannelPrompt
  • The labeled button that surfaces the add channel prompt.

    Declaration

    Swift

    public let button: LabeledButton