onActiveTargetingRuleAvailabilityUpdated

abstract fun onActiveTargetingRuleAvailabilityUpdated(isActiveTargetingRuleAvailable: Boolean)

Called each time the availability of the active targeting rule is evaluated. This will be called multiple times even when the value has not changed.

Parameters

isActiveTargetingRuleAvailable

Boolean indicating if the targeting rule is available. A false value does not necessarily means there is an issue in the engagement process.

See also