DefaultImageLoader

constructor(context: Context?)

Parameters

context

the Context from which to load the image resources


actual constructor()
expect constructor()
constructor(bundle: <Error class: unknown class>, traitCollection: <Error class: unknown class>?)

Parameters

bundle

the NSBundle from which to load the image resource

traitCollection

The UITraitCollection associated with the intended environment for the image. Use this parameter to ensure that the system loads the correct variant of the image. If you specify null, this method uses the traits associated with the main screen.


actual constructor()
constructor(transformer: (String) -> KalugaImage?)

Parameters

transformer

method for getting a KalugaImage from a String identifier


actual constructor()
constructor(transformer: (String) -> KalugaImage?)

Parameters

transformer

method for getting a KalugaImage from a String identifier


actual constructor()