setIAPReportingEnabled static method

void setIAPReportingEnabled(
  1. bool enableIAP
)

Enables implicit recording of In-App transactions.

This method needs to be called before any transaction is finalized.

Implementation

static void setIAPReportingEnabled(bool enableIAP) {
  flurryAgent?.setIAPReportingEnabled(enableIAP);
}