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

    product

    Image used on the Clip list screen for a single product

    productAdd

    Image used on the Clip list screen for a new product

    pairing1

    Image used on the Adding new Clip screen

    pairing2

    Image used after Adding new Clip