Initializer

data class Initializer(val context: WeakReference<Context>, val attributes: TypedArray, val pixelRatio: Float)

Initializer class wraps a bind configuration that can be used during plugin initialisation.

Parameters

context

the context to bind to

attributes

the attributes to derive configuratio from

pixelRatio

the device pixel ratio

Constructors

Link copied to clipboard
fun Initializer(context: WeakReference<Context>, attributes: TypedArray, pixelRatio: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard