Package renetik.android.controller.base
Types
Link copied to clipboard
abstract class CSActivity : AppCompatActivity, CSActivityViewInterface, CSVisibility
Content copied to clipboard
Link copied to clipboard
class CSActivityResult( val requestCode: Int, val resultCode: Int, val data: Intent?)
Content copied to clipboard
Link copied to clipboard
open class CSActivityView<ViewType : View> : CSView<ViewType> , CSActivityViewInterface, LifecycleOwner, CSHasRegistrations
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class CSMediaPlayerView(parent: CSActivityView<out View>) : CSActivityView<View>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class CSRequestPermissionResult( val requestCode: Int, val permissions: Array<String>, val statuses: IntArray)
Content copied to clipboard
Link copied to clipboard
open class CSView<ViewType : View> : CSContext, CSHasParentView, CSViewInterface
Content copied to clipboard
Functions
Link copied to clipboard
fun <Type : CSView<*>, CSHasRegistrations> Type.afterGlobalLayout(function: () -> Unit): CSRegistration
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun CSViewInterface.horizontalScroll(@IdRes id: Int): HorizontalScrollView
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun CSView<*>.onOrientationChange(function: (CSDisplayOrientation) -> Unit): CSRegistration
Content copied to clipboard
fun CSView<*>.onOrientationChange(function: (CSRegistration, CSDisplayOrientation) -> Unit): CSRegistration
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun CSViewInterface.radioGroup(@IdRes id: Int, onChange: (buttonId: Int) -> Unit? = null): RadioGroup
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun CSViewInterface.textViewOrNull(@IdRes id: Int, onClick: (view: View) -> Unit? = null): TextView?
Content copied to clipboard
Link copied to clipboard