Skip to main content

bn.offDeviceOrientationChange

offDeviceOrientationChange(cb): void

description Un-listens on the landscape/portrait mode switchover event.

example

 bn.offDeviceOrientationChange(callback)

Parameters

NameType
cbOffDeviceOrientationChangeCallback

Returns

void

OffDeviceOrientationChangeCallback#

Ƭ OffDeviceOrientationChangeCallback: () => void

Type declaration

▸ (): void

The callback function for the landscape/portrait mode switchover event

Returns

void