Class AdRequest

  • All Implemented Interfaces:
    Parcelable

    public final class AdRequest
    extends Object
    implements Parcelable
    Container class for Ad requests.
    Since:
    3.2.0
    • Field Detail

      • request

        @Nullable
        public final Bundle request
      • SCHEDULE_DELAY_MS_KEY

        public static final String SCHEDULE_DELAY_MS_KEY
        Key for identifying the default time offset that will be added to the current position when manually scheduling ads
        See Also:
        Constant Field Values
    • Constructor Detail

      • AdRequest

        public AdRequest​(@NonNull
                         Bundle request)
        Create ads request with ads specific parameters stored in the provided Bundle
        Parameters:
        request - The bundle with ads specific parameters