library / com.camerash.filterdrawer / DrawerBuilder / setDrawerLockMode

setDrawerLockMode

fun setDrawerLockMode(lockMode: Int): DrawerBuilder<Parent, Child>

Set the lock mode of FilterDrawer

Default to DrawerLayout.LOCK_MODE_UNLOCKED

Parameters

lockMode - The lock mode of FilterDrawer

Return
this

See Also

DrawerLayout