showRewardedAd
fun showRewardedAd(request: NimbusRequest, @IntRange(from = 0, to = 3600) closeButtonDelaySeconds: Int, activity: Activity, listener: NimbusAdManager.Listener)
Makes a rewarded request to Nimbus and renders the result into an AdController.
This call will immediately render the ad into a dialog attached to the activity passed into this method upon a successful response.
This method will modify the request passed into it to mark the impression as a rewarded impression. While it is possible to pass any NimbusRequest into this method, NimbusRequest.forRewardedVideoAd() should be used with this method.
If updating to this method from the deprecated showRewardedVideoAd call, please ensure the close button delay is passed in seconds instead of milliseconds.