Package-level declarations

Functions

Link copied to clipboard
fun AdView.addPermutiveTargeting(permutive: PermutiveSdk)

Adds the current reactions of the user to this AdView. Note that the reactions added are are a snapshot at the time that this method is called.

fun NativeAdRequest.addPermutiveTargeting(permutive: PermutiveSdk)

Adds the current reactions of the user to this NativeAdRequest. Note that the reactions added are are a snapshot at the time that this method is called.

Link copied to clipboard
fun AdView.setPermutiveAdListener(permutive: PermutiveSdk, listener: AdListener? = null)

Sets an ad listener which will track ad impressions through Permutive. This will override any listener set through the AdView.adListener function, any listener should instead be passed to this function.