PendingLabel

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

Pending label that appears after channel list item is added. Resend button appears after interval.

  • The interval in seconds to wait before resend button appears

    Declaration

    Swift

    public let intervalInSeconds: Int
  • The message that displays when a channel is pending

    Declaration

    Swift

    public let message: String
  • Resend button that appears after the given interval

    Declaration

    Swift

    public let button: LabeledButton
  • Resend prompt after successfully resending

    Declaration

    Swift

    public let resendSuccessPrompt: ActionableMessage?