BehaviorLoader

expect object BehaviorLoader
actual object BehaviorLoader
actual object BehaviorLoader

Types

AppBehaviorLoader
Link copied to clipboard

Properties

appBehaviorLoader
Link copied to clipboard

Functions

Link copied to clipboard
expect fun getProperty(behavior: KoolBehavior, propertyName: String): Any?
actual fun getProperty(behavior: KoolBehavior, propertyName: String): Any?
actual fun getProperty(behavior: <Error class: unknown class>, propertyName: String): Any?
Link copied to clipboard
expect fun newInstance(behaviorClassName: String): KoolBehavior
actual fun newInstance(behaviorClassName: String): KoolBehavior
actual fun newInstance(behaviorClassName: String): KoolBehavior
Link copied to clipboard
expect fun setProperty(behavior: KoolBehavior, propertyName: String, value: Any?)
actual fun setProperty(behavior: KoolBehavior, propertyName: String, value: Any?)
actual fun setProperty(behavior: <Error class: unknown class>, propertyName: String, value: Any?)