shouldSkipRules property

  1. @Deprecated("Rule skipping feature is deprecated and will be removed in the future.")
bool? shouldSkipRules
getter/setter pair

Sets if networks without TCF2 consent should be skipped (only works if TCF2 compliant CMP is used). False by default.

Implementation

@Deprecated(
    "Rule skipping feature is deprecated and will be removed in the future.")
bool? shouldSkipRules;