RTB-SDK
Toggle table of contents
1.9.3
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
RTB-SDK
RTB-SDK
/
com.rtb.sdk
/
RTBNativeAdLoader
RTBNative
Ad
Loader
class
RTBNativeAdLoader
(
context
:
Context
,
val
loadListener
:
RTBNativeAdLoadDelegate
)
:
RTBBaseNativeAdLoader
Members
Constructors
RTBNative
Ad
Loader
Link copied to clipboard
constructor
(
context
:
Context
,
loadListener
:
RTBNativeAdLoadDelegate
)
Properties
load
Listener
Link copied to clipboard
val
loadListener
:
RTBNativeAdLoadDelegate
Inherited properties
network
Name
Link copied to clipboard
val
networkName
:
String
Functions
load
Link copied to clipboard
fun
load
(
configuration
:
RTBNativeAdRequestConfiguration
)
Loads a new ad with given request configuration.
Inherited functions
parse
Native
Ad
Assets
Link copied to clipboard
fun
parseNativeAdAssets
(
admString
:
String
,
clickUrl
:
String
?
,
impUrl
:
String
?
)
:
RTBNativeAd
?