Nimbus Android SDK
Toggle table of contents
2.35.2
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Nimbus Android SDK
nimbus-android
/
com.adsbynimbus.render
/
VideoAdRenderer
/
PlayerProvider
Player
Provider
interface
PlayerProvider
Provider allowing for customizing the creation and reuse of ExoPlayer instances
Inheritors
VastExoPlayerProvider
Members
Functions
acquire
Player
Link copied to clipboard
abstract
fun
acquirePlayer
(
context
:
Context
)
:
ExoPlayer
cache
Video
Link copied to clipboard
abstract
fun
cacheVideo
(
url
:
String
)
create
Player
Link copied to clipboard
abstract
fun
createPlayer
(
context
:
Context
)
:
ExoPlayer
offer
Player
Link copied to clipboard
abstract
fun
offerPlayer
(
player
:
ExoPlayer
)