RemoveChannel

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

The container for the remove channel button and resulting remove prompt for adding a channel to a channel list.

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

    Declaration

    Swift

    public let view: RemoveChannelPrompt
  • The icon button that surfaces the remove channel prompt.

    Declaration

    Swift

    public let button: IconButton