didReceivePastBodyPosition method

  1. @override
void didReceivePastBodyPosition(
  1. Device_ device,
  2. int timestamp,
  3. BodyPosition_ bodyPosition
)

Implementation

@override
void didReceivePastBodyPosition(
    sdk.Device_ device, int timestamp, sdk.BodyPosition_ bodyPosition) {
  delegate?.didReceivePastBodyPosition(this, timestamp, bodyPosition);
}