Index
kite-runtime / jp.co.cyberagent.kite.runtime / androidx.activity.ComponentActivity
Extensions for androidx.activity.ComponentActivity¶
Name | Summary |
---|---|
kiteDsl | fun ComponentActivity.kiteDsl(kiteContext: KiteContext = KiteContext(), block: KiteDslScope.() -> Unit ): Unit Creates a KiteDslScope and calls the specified kite DSL block with this scope. Can only invoke this function inside Activity.onCreate, otherwise IllegalStateException will be thrown. |