Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class CSClickAdapter(timeout: Int? = null, onClick: () -> Unit) : View.OnClickListener
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
Link copied to clipboard
class CSOnAnimationEnd(val onAnimationEnd: Fun) : Animator.AnimatorListener
Link copied to clipboard
Link copied to clipboard