onTapResearchContentShown abstract method

void onTapResearchContentShown(
  1. String placementTag
)

Invoked whenever the Survey Wall activity is shown or a Quick Question appears on screen.

placementTag - The placement tag string, e.g. "home-screen" or "earn-center".

Implementation

void onTapResearchContentShown(String placementTag);