onTapResearchContentDismissed abstract method

void onTapResearchContentDismissed(
  1. String placementTag
)

Invoked whenever the Survey Wall activity is dismissed or a Quick Question dialog is dismissed.

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

Implementation

void onTapResearchContentDismissed(String placementTag);