Skip to main content

bn.enableSheetGesture

enableSheetGesture(options): void

description enable/disable sheet gesture

remark Only supports Android platform

example

bn.enableSheetGesture({ enableGesture: false })

Parameters

NameType
optionsObject
options.enableGestureboolean

Returns

void