Package-level declarations

Types

Link copied to clipboard

A wrapper around a AdManagerAdRequest.Builder that will automatically add permutive targeting when build is called. Please refer to the documentation of AdManagerAdRequest.Builder for usage.

Functions

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

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

Link copied to clipboard
fun AdManagerAdRequest.Builder.buildWithPermutiveTargeting(permutive: PermutiveSdk): AdManagerAdRequest

Adds the current reactions of the user and builds the AdManagerAdRequest.Note that the reactions added are are a snapshot at the time that this method is called.