Components

abstract class Components(registrySourceContext: IviThemeRegistrySourceContext) : IviThemeRegistrySource

This type of IviThemeRegistrySource can:

See applyConfig for an example.

Note: Multiple Android styles can be associated with an IviThemeComponent. However, only one style can style an Android styleable. Associating a style with an IviThemeComponent to style an Android styleable, overwrites the previous associate style for this Android styleable.

Constructors

Link copied to clipboard
constructor(registrySourceContext: IviThemeRegistrySourceContext)

Inherited properties

Link copied to clipboard

Functions

Link copied to clipboard

Called to configure this IviThemeRegistrySource. Implementations can use the receiver to do this.

Inherited functions

Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String