ActionComponentStyle
public struct ActionComponentStyle
/// Contains the styling customization options for various Action Components.
-
Indicates the UI configuration of the redirect component.
Declaration
Swift
public var redirectComponentStyle: RedirectComponentStyle
-
Indicates the UI configuration of the await component.
Declaration
Swift
public var awaitComponentStyle: AwaitComponentStyle
-
Indicates the UI configuration of the voucher component.
Declaration
Swift
public var voucherComponentStyle: VoucherComponentStyle
-
Indicates the UI configuration of the QR code component.
Declaration
Swift
public var qrCodeComponentStyle: QRCodeComponentStyle
-
Indicates the UI configuration of the document action component.
Declaration
Swift
public var documentActionComponentStyle: DocumentComponentStyle
-
init(redirectComponentStyle:
awaitComponentStyle: voucherComponentStyle: qrCodeComponentStyle: documentActionComponentStyle: ) Initializes the
Declaration
Swift
public init( redirectComponentStyle: RedirectComponentStyle = RedirectComponentStyle(), awaitComponentStyle: AwaitComponentStyle = AwaitComponentStyle(), voucherComponentStyle: VoucherComponentStyle = VoucherComponentStyle(), qrCodeComponentStyle: QRCodeComponentStyle = QRCodeComponentStyle(), documentActionComponentStyle: DocumentComponentStyle = DocumentComponentStyle() )
Parameters
redirectComponentStyle
The UI configuration of the redirect component.
awaitComponentStyle
The UI configuration of the await component.
voucherComponentStyle
The UI configuration of the voucher component.
qrCodeComponentStyle
The UI configuration of the QR code component.
documentActionComponentStyle
The UI configuration of the document action component.