createEmptyAttributionState method

AttributionState createEmptyAttributionState()

Create an empty attribution state for a new session.

Implementation

AttributionState createEmptyAttributionState() {
  return AttributionState(surface: getClientSurface());
}