AccelerometerBMI160.tapEvent.type (MBLAccelerometerTapType) MBLAccelerometerTapTypeBoth

edited March 2017 in Hardware





p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Monaco; color: #5af78e}
span.s1 {font-variant-ligatures: no-common-ligatures; color: #e6e5e6}
span.s2 {font-variant-ligatures: no-common-ligatures}

What kind of interaction causes tapEvent.type MBLAccelerometerTapTypeBoth?


MBLAccelerometerBMI160 *accelerometer = (MBLAccelerometerBMI160 *)device.accelerometer;
accelerometer.tapEvent.type = MBLAccelerometerTapTypeBoth;
[accelerometer.tapEvent startNotificationsWithHandlerAsync:^(id obj, NSError *error) {
}];

Comments

This discussion has been closed.