bn.offDeviceOrientationChange
▸ offDeviceOrientationChange(cb): void
description Un-listens on the landscape/portrait mode switchover event.
example
bn.offDeviceOrientationChange(callback)
Parameters
| Name | Type |
|---|---|
cb | OffDeviceOrientationChangeCallback |
Returns
void
OffDeviceOrientationChangeCallback
Ƭ OffDeviceOrientationChangeCallback: () => void
Type declaration
▸ (): void
The callback function for the landscape/portrait mode switchover event
Returns
void