ComponentsProvider
public protocol ComponentsProvider: AnyObject
Inheritance
AnyObject
Default Implementations
componentsDidRegister()
public func componentsDidRegister()
componentsDidRegister()
func componentsDidRegister()
register(components:)
func register(components: Components)
components
var components: Components
Requirements
components
Appearance object to change components and component types from which the default SDK views are build or to use the default components in custom views.
var components: Components
register(components:)
func register(components: Components)
componentsDidRegister()
func componentsDidRegister()