didDetectPastUserEvent method

  1. @override
void didDetectPastUserEvent(
  1. Device_ device,
  2. int timestamp
)

Implementation

@override
void didDetectPastUserEvent(sdk.Device_ device, int timestamp) {
  delegate?.didReceivePastUserEvent(this, timestamp);
}