Button

@objc(UAPreferenceCenterConfigAlertButton)
public final class Button : NSObject, Decodable, Sendable

Alert button info.

  • The buttton’s text.

    Declaration

    Swift

    @objc
    public let text: String
  • The button’s content description.

    Declaration

    Swift

    @objc
    public let contentDescription: String?
  • Actions paylaod to run on tap

    Declaration

    Swift

    @objc
    public var actions: Any? { get }