Button

public struct Button : Decodable, Sendable, Equatable
extension PreferenceCenterConfig.Alert.Button: Encodable

Alert button info.

  • The button’s text.

    Declaration

    Swift

    public var text: String
  • The button’s content description.

    Declaration

    Swift

    public var contentDescription: String?
  • Actions payload to run on tap

    Declaration

    Swift

    public var actionJSON: AirshipJSON