Initializer
data class Initializer(context: WeakReference<Context>, attributes: TypedArray, pixelRatio: Float)
Content copied to clipboard
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
pixel Ratio
the device pixel ratio
Constructors
Initializer
Link copied to clipboard
fun Initializer(context: WeakReference<Context>, attributes: TypedArray, pixelRatio: Float)
Content copied to clipboard
Properties
attributes
Link copied to clipboard
context
Link copied to clipboard
pixelRatio
Link copied to clipboard