Package 

Class AdManagerAdRequestUtils

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static AdManagerAdRequest.Builder addPermutiveTargeting(AdManagerAdRequest.Builder $self, PermutiveSdk permutive) Adds the current reactions of the user to this AdManagerAdRequest.Builder.
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.