Wiki

Clone wiki

Adobe Air Plugin / enableRulesCaching

Overview

Allows the AATKit to preserve last downloaded ad rules when the application is closed.

Syntax

enableRulesCaching()

returns void.

Examples

#!ActionScript
import com.intentsoftware.adobe.aatkit.AATKitExtension;

.
.
.

AATKitExtension.getInstance().enableRulesCaching();

Updated