Package com.pubmatic.sdk.rewardedad
Class POBRewardedUtil
-
- All Implemented Interfaces:
public final class POBRewardedUtilHelper class to provide the util methods for Rewarded Ad workflow.
-
-
Constructor Summary
Constructors Constructor Description POBRewardedUtil()
-
Method Summary
Modifier and Type Method Description static POBRewardedAdRenderinggetRewardedRenderer(@NonNull() Context context, int expiryTimeout, @NonNull() POBSkipConfirmationInfo skipAlertInfo)To get Renderer for Interstitial Ad -
-
Method Detail
-
getRewardedRenderer
@NonNull() static POBRewardedAdRendering getRewardedRenderer(@NonNull() Context context, int expiryTimeout, @NonNull() POBSkipConfirmationInfo skipAlertInfo)
To get Renderer for Interstitial Ad
- Parameters:
context- provide activity contextexpiryTimeout- the rewarded ad expiry timeoutskipAlertInfo- the skip alert information- Returns:
reference of POBInterstitialRendering
-
-
-
-