orientationUpdateInterval property

void orientationUpdateInterval=(int interval)

The update interval of orientation. The units are in microseconds.

Implementation

set orientationUpdateInterval(int interval) => setSensorUpdateInterval(TYPE_ORIENTATION, interval);