setUserConsent static method

void setUserConsent(
  1. bool hasUserConsent
)

Implementation

static void setUserConsent(bool hasUserConsent) {
  AdfurikunPlugin.invoke(METHOD_SET_USER_CONSENT, {KEY_BOOL: hasUserConsent});
}