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()
Deprecated.
|
boolean |
getMuteVideo()
Deprecated.
|
com.fyber.inneractive.sdk.config.IAUnitConfigProvider |
getSelectedUnitConfig()
Getter for selected unit config
|
java.lang.String |
getSpotId()
Returns the attached spot id
|
InneractiveUserConfig |
getUserParams()
Deprecated.
|
void |
setKeywords(java.lang.String keywords)
Deprecated.
use
InneractiveAdManager.setKeywords(String)
Set mKeywords specific to this ad |
void |
setMuteVideo(boolean muteVideo)
Deprecated.
use
InneractiveAdManager.setMuteVideo(boolean)
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)
Deprecated.
use
InneractiveAdManager.setUserParams(InneractiveUserConfig))}
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()
@Deprecated public void setUserParams(InneractiveUserConfig userParams)
InneractiveAdManager.setUserParams(InneractiveUserConfig))}
Set user related parameters specific for this aduserParams - InneractiveUserConfig object, defining user related parameters@Deprecated public void setKeywords(java.lang.String keywords)
InneractiveAdManager.setKeywords(String)
Set mKeywords specific to this adkeywords - Comma separated string of words@Deprecated public void setMuteVideo(boolean muteVideo)
InneractiveAdManager.setMuteVideo(boolean)
Set muteVideo for full screen videosmuteVideo - set to true or false@Deprecated public InneractiveUserConfig getUserParams()
@Deprecated public java.lang.String getKeywords()
public void setSelectedUnitConfig(com.fyber.inneractive.sdk.config.IAUnitConfigProvider unitConfig)
public com.fyber.inneractive.sdk.config.IAUnitConfigProvider getSelectedUnitConfig()
@Deprecated public boolean getMuteVideo()