Images
public struct Images
Image configuration struct for images used within the SDK.
-
Initializes an image configuration struct.
All images are optional. If no provided default will be used.
Declaration
Swift
public init(product: UIImage? = nil, productAdd: UIImage? = nil, pairing1: UIImage? = nil, pairing2: UIImage? = nil)Parameters
productImage used on the Clip list screen for a single product
productAddImage used on the Clip list screen for a new product
pairing1Image used on the Adding new Clip screen
pairing2Image used after Adding new Clip
View on GitHub
Images Structure Reference