-
- All Implemented Interfaces:
public final class AdManagerAdRequestUtils
-
-
Method Summary
Modifier and Type Method Description final static AdManagerAdRequest.BuilderaddPermutiveTargeting(AdManagerAdRequest.Builder $self, PermutiveSdk permutive)Adds the current reactions of the user to this AdManagerAdRequest.Builder. final static AdManagerAdRequestbuildWithPermutiveTargeting(AdManagerAdRequest.Builder $self, PermutiveSdk permutive)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. -
-
Method Detail
-
addPermutiveTargeting
final static AdManagerAdRequest.Builder addPermutiveTargeting(AdManagerAdRequest.Builder $self, PermutiveSdk permutive)
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.
-
buildWithPermutiveTargeting
final static AdManagerAdRequest buildWithPermutiveTargeting(AdManagerAdRequest.Builder $self, PermutiveSdk permutive)
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.
-
-
-
-