Display SDK
7.25.0
androidJvm
Display SDK
/
com.smartadserver.android.library.mediation
/
SASMediationRewardedVideoAdapterListener
SASMediation
Rewarded
Video
Adapter
Listener
interface
SASMediationRewardedVideoAdapterListener
:
SASMediationAdapterListener
Interface for Objects implementing mediation rewarded video ads callbacks.
Members
Functions
on
Reward
Link copied to clipboard
abstract
fun
onReward
(
@
Nullable
reward
:
SASReward
)
Notifies the Smart SDK that the user earned a reward
on
Rewarded
Video
Failed
To
Show
Link copied to clipboard
abstract
fun
onRewardedVideoFailedToShow
(
@
NonNull
error
:
String
)
Method called when the mediated rewarded video failed to show.
on
Rewarded
Video
Loaded
Link copied to clipboard
abstract
fun
onRewardedVideoLoaded
(
)
Notifies the Smart SDK that an mediated rewarded video ad is loaded.
on
Rewarded
Video
Shown
Link copied to clipboard
abstract
fun
onRewardedVideoShown
(
)
Method called when the mediated rewarded video is shown.