A C D F G H I L M N O P R S U 

A

adUnitId - Variable in class com.mopub.mobileads.MoPubRewardedVideoManager.RewardedVideoRequestListener
 
API_VERSION - Static variable in class com.mopub.mobileads.MoPubRewardedVideoManager
This must an integer because the backend only supports int types for api version.

C

checkAndInitializeSdk(Activity, Map<String, Object>, Map<String, String>) - Method in class com.mopub.mobileads.CustomEventRewardedVideo
Sets up the 3rd party ads SDK if it needs configuration.
checkAndInitializeSdk(Activity, Map<String, Object>, Map<String, String>) - Method in class com.mopub.mobileads.MoPubRewardedVideo
 
com.mopub.common - package com.mopub.common
 
com.mopub.mobileads - package com.mopub.mobileads
 
CustomEventRewardedVideo - Class in com.mopub.mobileads
 
CustomEventRewardedVideo() - Constructor for class com.mopub.mobileads.CustomEventRewardedVideo
 
CustomEventRewardedVideo.CustomEventRewardedVideoListener - Interface in com.mopub.mobileads
This marker interface is used to indicate that an object is a listener for a 3rd party SDKs rewarded video system.

D

DEFAULT_REWARD_AMOUNT - Static variable in class com.mopub.common.MoPubReward
The default amount if nothing or an invalid amount is specified.
deliverResponse(Integer) - Method in class com.mopub.mobileads.RewardedVideoCompletionRequest
 

F

failure() - Static method in class com.mopub.common.MoPubReward
 

G

getAdNetworkId() - Method in class com.mopub.mobileads.CustomEventRewardedVideo
Called by the MoPubRewardedVideoManager after loading the custom event.
getAdNetworkId() - Method in class com.mopub.mobileads.MoPubRewardedVideo
 
getAmount() - Method in class com.mopub.common.MoPubReward
 
getGlobalMediationSettings(Class<T>) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
Returns a global MediationSettings object of the type 'clazz', if one is registered.
getInstanceMediationSettings(Class<T>, String) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
Returns an instance MediationSettings object of the type 'clazz', if one is registered.
getIntentFilter() - Method in class com.mopub.mobileads.RewardedVideoBroadcastReceiver
 
getLabel() - Method in class com.mopub.common.MoPubReward
 
getLifecycleListener() - Method in class com.mopub.mobileads.CustomEventRewardedVideo
Provides a LifecycleListener if the custom event's ad network wishes to be notified of activity lifecycle events in the application.
getLifecycleListener() - Method in class com.mopub.mobileads.MoPubRewardedVideo
 
getVideoListenerForSdk() - Method in class com.mopub.mobileads.CustomEventRewardedVideo
Called by the MoPubRewardedVideoManager after loading the custom event.
getVideoListenerForSdk() - Method in class com.mopub.mobileads.MoPubRewardedVideo
 

H

hasRewardedVideo(String) - Static method in class com.mopub.mobileads.MoPubRewardedVideos
 
hasVideo(String) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
 
hasVideoAvailable() - Method in class com.mopub.mobileads.CustomEventRewardedVideo
Implementers should query the 3rd party SDK for whether there is a video available for the 3rd party SDK & ID represented by the custom event.
hasVideoAvailable() - Method in class com.mopub.mobileads.MoPubRewardedVideo
 

I

init(Activity, MediationSettings...) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
 
initializeRewardedVideo(Activity, MediationSettings...) - Static method in class com.mopub.mobileads.MoPubRewardedVideos
 
isSuccessful() - Method in class com.mopub.common.MoPubReward
 

L

loadRewardedVideo(String, MediationSettings...) - Static method in class com.mopub.mobileads.MoPubRewardedVideos
 
loadRewardedVideo(String, MoPubRewardedVideoManager.RequestParameters, MediationSettings...) - Static method in class com.mopub.mobileads.MoPubRewardedVideos
 
loadVideo(String, MoPubRewardedVideoManager.RequestParameters, MediationSettings...) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
Builds an AdRequest for the given adUnitId and adds it to the singleton RequestQueue.
loadWithSdkInitialized(Activity, Map<String, Object>, Map<String, String>) - Method in class com.mopub.mobileads.CustomEventRewardedVideo
Runs the ad-loading logic for the 3rd party SDK.
loadWithSdkInitialized(Activity, Map<String, Object>, Map<String, String>) - Method in class com.mopub.mobileads.MoPubRewardedVideo
 

M

makeRewardedVideoCompletionRequest(Context, String, String) - Static method in class com.mopub.mobileads.RewardedVideoCompletionRequestHandler
 
mCustomerId - Variable in class com.mopub.mobileads.MoPubRewardedVideoManager.RequestParameters
 
mKeywords - Variable in class com.mopub.mobileads.MoPubRewardedVideoManager.RequestParameters
 
mLocation - Variable in class com.mopub.mobileads.MoPubRewardedVideoManager.RequestParameters
 
MoPubReward - Class in com.mopub.common
Represents a reward to the user for completing a rewarded task like watching a video.
MoPubRewardedVideo - Class in com.mopub.mobileads
A custom event for showing MoPub rewarded videos.
MoPubRewardedVideo() - Constructor for class com.mopub.mobileads.MoPubRewardedVideo
 
MoPubRewardedVideoListener - Interface in com.mopub.mobileads
Listener for rewarded video events.
MoPubRewardedVideoManager - Class in com.mopub.mobileads
Handles requesting Rewarded Video ads and mapping Rewarded Video SDK settings to the CustomEvent that is being loaded.
MoPubRewardedVideoManager.RequestParameters - Class in com.mopub.mobileads
 
MoPubRewardedVideoManager.RequestParameters(String) - Constructor for class com.mopub.mobileads.MoPubRewardedVideoManager.RequestParameters
 
MoPubRewardedVideoManager.RequestParameters(String, Location) - Constructor for class com.mopub.mobileads.MoPubRewardedVideoManager.RequestParameters
 
MoPubRewardedVideoManager.RequestParameters(String, Location, String) - Constructor for class com.mopub.mobileads.MoPubRewardedVideoManager.RequestParameters
 
MoPubRewardedVideoManager.RewardedVideoRequestListener - Class in com.mopub.mobileads
 
MoPubRewardedVideoManager.RewardedVideoRequestListener(MoPubRewardedVideoManager, String) - Constructor for class com.mopub.mobileads.MoPubRewardedVideoManager.RewardedVideoRequestListener
 
MoPubRewardedVideos - Class in com.mopub.mobileads
MoPubRewardedVideos is a utility class that holds controller methods for other MoPub rewarded video classes.
MoPubRewardedVideos() - Constructor for class com.mopub.mobileads.MoPubRewardedVideos
 

N

NO_REWARD_AMOUNT - Static variable in class com.mopub.common.MoPubReward
Legacy amount for certain custom events that don't take a reward amount.
NO_REWARD_LABEL - Static variable in class com.mopub.common.MoPubReward
This should be used if there is no reward label specified.

O

onErrorResponse(VolleyError) - Method in class com.mopub.mobileads.MoPubRewardedVideoManager.RewardedVideoRequestListener
 
onErrorResponse(VolleyError) - Method in class com.mopub.mobileads.RewardedVideoCompletionRequestHandler
 
onInvalidate() - Method in class com.mopub.mobileads.CustomEventRewardedVideo
Called to when the custom event is no longer used.
onInvalidate() - Method in class com.mopub.mobileads.MoPubRewardedVideo
 
onReceive(Context, Intent) - Method in class com.mopub.mobileads.RewardedVideoBroadcastReceiver
 
onResponse(Integer) - Method in interface com.mopub.mobileads.RewardedVideoCompletionRequest.RewardedVideoCompletionRequestListener
 
onResponse(Integer) - Method in class com.mopub.mobileads.RewardedVideoCompletionRequestHandler
 
onRewardedVideoClicked(Class<T>, String) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
 
onRewardedVideoClosed(String) - Method in interface com.mopub.mobileads.MoPubRewardedVideoListener
Called when a rewarded video is closed.
onRewardedVideoClosed(Class<T>, String) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
 
onRewardedVideoCompleted(Set<String>, MoPubReward) - Method in interface com.mopub.mobileads.MoPubRewardedVideoListener
Called when a rewarded video is completed and the user should be rewarded.
onRewardedVideoCompleted(Class<T>, String, MoPubReward) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
 
onRewardedVideoLoadFailure(String, MoPubErrorCode) - Method in interface com.mopub.mobileads.MoPubRewardedVideoListener
Called when a video fails to load for the given ad unit id.
onRewardedVideoLoadFailure(Class<T>, String, MoPubErrorCode) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
 
onRewardedVideoLoadSuccess(String) - Method in interface com.mopub.mobileads.MoPubRewardedVideoListener
Called when the adUnitId has loaded.
onRewardedVideoLoadSuccess(Class<T>, String) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
Notify the manager that a rewarded video loaded successfully.
onRewardedVideoPlaybackError(String, MoPubErrorCode) - Method in interface com.mopub.mobileads.MoPubRewardedVideoListener
Called when there is an error during video playback.
onRewardedVideoPlaybackError(Class<T>, String, MoPubErrorCode) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
 
onRewardedVideoStarted(String) - Method in interface com.mopub.mobileads.MoPubRewardedVideoListener
Called when a rewarded video starts playing.
onRewardedVideoStarted(Class<T>, String) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
 
onSuccess(AdResponse) - Method in class com.mopub.mobileads.MoPubRewardedVideoManager.RewardedVideoRequestListener
 

P

parseNetworkResponse(NetworkResponse) - Method in class com.mopub.mobileads.RewardedVideoCompletionRequest
 

R

RewardedVideoBroadcastReceiver - Class in com.mopub.mobileads
 
RewardedVideoBroadcastReceiver(RewardedVastVideoInterstitial.CustomEventRewardedVideoInterstitialListener, long) - Constructor for class com.mopub.mobileads.RewardedVideoBroadcastReceiver
 
RewardedVideoCompletionRequest - Class in com.mopub.mobileads
The actual class making the video completion request.
RewardedVideoCompletionRequest(String, RetryPolicy, RewardedVideoCompletionRequest.RewardedVideoCompletionRequestListener) - Constructor for class com.mopub.mobileads.RewardedVideoCompletionRequest
 
RewardedVideoCompletionRequest.RewardedVideoCompletionRequestListener - Interface in com.mopub.mobileads
 
RewardedVideoCompletionRequestHandler - Class in com.mopub.mobileads
Handles the server-to-server rewarded video completion handshake.

S

setRewardedVideoListener(MoPubRewardedVideoListener) - Static method in class com.mopub.mobileads.MoPubRewardedVideos
 
setVideoListener(MoPubRewardedVideoListener) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
Sets the MoPubRewardedVideoListener that will receive events from the rewarded video system.
showRewardedVideo(String) - Static method in class com.mopub.mobileads.MoPubRewardedVideos
 
showVideo() - Method in class com.mopub.mobileads.CustomEventRewardedVideo
Implementers should now play the rewarded video for this custom event.
showVideo() - Method in class com.mopub.mobileads.MoPubRewardedVideo
 
showVideo(String) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
 
success(String, int) - Static method in class com.mopub.common.MoPubReward
 

U

updateActivity(Activity) - Static method in class com.mopub.mobileads.MoPubRewardedVideoManager
 
A C D F G H I L M N O P R S U