TapjackSnapshot constructor

TapjackSnapshot({
  1. required bool isOverlayDetected,
  2. bool isPartialOverlay = false,
  3. bool isTouchFilterEnabled = false,
})

Creates a TapjackSnapshot with the given overlay state.

Implementation

TapjackSnapshot({
  required this.isOverlayDetected,
  this.isPartialOverlay = false,
  this.isTouchFilterEnabled = false,
});