public final class InstreamAdRequestConfiguration
extends java.lang.Object
Class defines Instream ad loader configuration.

Nested Class Summary

Nested Classes
Modifier and TypeClass and Description
static class InstreamAdRequestConfiguration.Builder
Class for creating new InstreamAdRequestConfiguration object.

Method Summary

All Methods
Instance Methods
Concrete Methods
Modifier and TypeMethod and Description
java.lang.StringgetCategoryId()
Returns category identifier.
java.lang.StringgetPageId()
Returns unique ID created in the Partner interface.
java.util.Map<java.lang.String,java.lang.String>getParameters()
Returns custom request parameters

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

getCategoryId

@NonNull
public java.lang.String getCategoryId()
Returns category identifier.
Returns:
Category identifier.

getPageId

@NonNull
public java.lang.String getPageId()
Returns unique ID created in the Partner interface.
Returns:
Unique page ID, created in the Partner interface.

getParameters

@Nullable
public java.util.Map<java.lang.String,java.lang.String> getParameters()
Returns custom request parameters
Returns:
Custom parameters