Button
@objc(UAPreferenceCenterConfigAlertButton)
public final class Button : NSObject, Decodable, Sendable
extension PreferenceCenterConfig.Alert.Button: Encodable
Alert button info.
-
The button’s text.
Declaration
Swift
@objc public let text: String
-
The button’s content description.
Declaration
Swift
@objc public let contentDescription: String?
-
Actions payload to run on tap
Declaration
Swift
@objc public var actions: Any? { get }