eventClickInAppRequest static method

void eventClickInAppRequest(
  1. InApp inApp
)

Add InApp New Click

Implementation

static void eventClickInAppRequest(InApp inApp) {
_indigitall.invokeMethod(_ACTION_EVENT_CLICK, inApp.toMap());
  }