aatkitObtainedAdRules property

dynamic Function(bool)? aatkitObtainedAdRules
getter/setter pair

Notifies that the AATKit has obtained ad rules.

bool: Indicates if the rules came from the server. It will return false if the currently used rules come from the setInitialRules method or the cached rules are used.

Implementation

Function(bool)? aatkitObtainedAdRules;