Theme
public struct Theme : Sendable
Jumio.Theme is used to customize SDK colors
-
Each customization option is represented by a Jumio.Theme.Value
See moreDeclaration
Swift
public struct Value : Sendable -
Declaration
Swift
public var primaryButton: Jumio.Theme.PrimaryButton -
Declaration
Swift
public var secondaryButton: Jumio.Theme.SecondaryButton -
Declaration
Swift
public var scanOverlay: Jumio.Theme.ScanOverlay -
Declaration
Swift
public var searchBubble: Jumio.Theme.SearchBubble -
Declaration
Swift
public var confirmation: Jumio.Theme.Confirmation
-
Jumio bubble customization options
See moreDeclaration
Swift
public struct Bubble : Sendable -
Country list search bar bubble customization options
See moreDeclaration
Swift
public struct SearchBubble : Sendable -
Primary button customization options
See moreDeclaration
Swift
public struct PrimaryButton : Sendable -
Secondary button customization options
See moreDeclaration
Swift
public struct SecondaryButton : Sendable -
Confirmation/Rejection view customization options
See moreDeclaration
Swift
public struct Confirmation : Sendable -
Face views customization options
See moreDeclaration
Swift
public struct Face : Sendable -
Loading/Error view customization options
See moreDeclaration
Swift
public struct Loading : Sendable -
NFC animation view customization options
See moreDeclaration
Swift
public struct NFC : Sendable -
ScanHelp animation view customization options
See moreDeclaration
Swift
public struct ScanHelp : Sendable -
Scan Overlay customization options
See moreDeclaration
Swift
public struct ScanOverlay : Sendable -
Scan View customization options
See moreDeclaration
Swift
public struct ScanView : Sendable
View on GitHub