Package renetik.android.ui.view.adapter
Types
Link copied to clipboard
Link copied to clipboard
class CSClickAdapter(onClickListener: View.OnClickListener) : View.OnClickListener
Content copied to clipboard
Link copied to clipboard
open class CSDrawerAdapter( onDrawerSlide: (drawerView: View, slideOffset: Float) -> Unit? = null, onDrawerClosed: (drawerView: View) -> Unit? = null, onDrawerOpened: (drawerView: View) -> Unit? = null, onDrawerStateChanged: (newState: Int) -> Unit? = null) : DrawerLayout.DrawerListener
Content copied to clipboard
Link copied to clipboard
class CSOnAnimationEnd(val onAnimationEnd: Func) : Animator.AnimatorListener
Content copied to clipboard
Link copied to clipboard
class CSOnPageChanged(function: (Int) -> Unit) : ViewPager.OnPageChangeListener
Content copied to clipboard
Link copied to clipboard