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
attributes
the attributes to derive configuratio from
context
the context to bind to
pixelRatio
the device pixel ratio
Constructors
Initializer
Link copied to clipboard
fun Initializer(context: WeakReference<Context>, attributes: TypedArray, pixelRatio: Float)
Content copied to clipboard
the context to bind to
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(context: WeakReference<Context>, attributes: TypedArray, pixelRatio: Float): ViewPlugin.Initializer
Content copied to clipboard
Properties
attributes
Link copied to clipboard
the attributes to derive configuratio from
context
Link copied to clipboard
the context to bind to
pixelRatio
Link copied to clipboard
the device pixel ratio