public class InneractiveAdRequest
extends com.fyber.inneractive.sdk.flow.InternalAdRequest
| Constructor and Description |
|---|
InneractiveAdRequest(java.lang.String spotId)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKeywords()
Getter for mKeywords
|
boolean |
getMuteVideo()
Getter for mute video state
|
com.fyber.inneractive.sdk.config.IAUnitConfigProvider |
getSelectedUnitConfig()
Getter for selected unit config
|
java.lang.String |
getSpotId()
Returns the attached spot id
|
InneractiveUserConfig |
getUserParams()
Getter for user parameters
|
void |
setKeywords(java.lang.String keywords)
Set mKeywords specific to this ad
|
void |
setMuteVideo(boolean muteVideo)
Set muteVideo for full screen videos
|
void |
setSelectedUnitConfig(com.fyber.inneractive.sdk.config.IAUnitConfigProvider unitConfig)
Call this if you want this request to use a specific unit configuration
|
void |
setUserParams(InneractiveUserConfig userParams)
Set user related parameters specific for this ad
|
public InneractiveAdRequest(java.lang.String spotId)
spotId - AKA appId. As provided in the Inneractive consolepublic java.lang.String getSpotId()
public void setUserParams(InneractiveUserConfig userParams)
userParams - InneractiveUserConfig object, defining user related parameterspublic void setKeywords(java.lang.String keywords)
keywords - Comma separated string of wordspublic void setMuteVideo(boolean muteVideo)
muteVideo - set to true or falsepublic InneractiveUserConfig getUserParams()
public java.lang.String getKeywords()
public void setSelectedUnitConfig(com.fyber.inneractive.sdk.config.IAUnitConfigProvider unitConfig)
public com.fyber.inneractive.sdk.config.IAUnitConfigProvider getSelectedUnitConfig()
public boolean getMuteVideo()