Configuration
public struct Configuration
Configuration for an IdentityVerificationSheet
-
An image of your customer-facing business logo.
Note
The recommended image size is 32 x 32 points. The image will be displayed in both light and dark modes, if the app supports it. Use a dynamic UIImage to support different images in light vs dark mode.Declaration
Swift
public var brandLogo: UIImage
-
Initializes a Configuration.
Declaration
Swift
public init(brandLogo: UIImage)
Parameters
brandLogo
An image of your customer-facing business logo. The recommended image size is 32 x 32 points. The image will be displayed in both light and dark modes, if the app supports it.