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