From 457ca11d67fbeb74cb38afabcde5831e4da32009 Mon Sep 17 00:00:00 2001 From: Thomas Hunter II Date: Sat, 17 Mar 2018 16:01:28 -0700 Subject: [PATCH] Adding showRewardVideoAd() arguments to README Currently it's impossible to know the arguments to showRewardVideoAd without looking at the code. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d36fa4..613c58c 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ isInterstitialReady(function(ready){ if(ready){ } }); // use reward video prepareRewardVideoAd(adId/options, success, fail); -showRewardVideoAd(); +showRewardVideoAd(successCallback, failureCallback); // set values for configuration and targeting setOptions(options, success, fail);