Nimbus Android SDK
Toggle table of contents
2.35.2
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Nimbus Android SDK
nimbus-extension-mintegral
/
com.adsbynimbus.request
/
MintegralDemandProvider
Mintegral
Demand
Provider
class
MintegralDemandProvider
(
val
placementId
:
String
,
val
adUnitId
:
String
)
:
AsyncInterceptor
Members
Constructors
Mintegral
Demand
Provider
Link copied to clipboard
constructor
(
placementId
:
String
,
adUnitId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ad
Unit
Id
Link copied to clipboard
val
adUnitId
:
String
placement
Id
Link copied to clipboard
val
placementId
:
String
Functions
intercept
Request
Link copied to clipboard
open
suspend override
fun
interceptRequest
(
request
:
NimbusRequest
)
:
NimbusRequestChange
?
modify
Request
Link copied to clipboard
open
fun
modifyRequest
(
request
:
NimbusRequest
)
on
Ad
Response
Link copied to clipboard
open
override
fun
onAdResponse
(
nimbusResponse
:
NimbusResponse
)
on
Error
Link copied to clipboard
open
fun
onError
(
error
:
NimbusError
)