RewardedAd
The RewardedAd class represents a full-screen rewarded ad format where users can choose to watch an ad in exchange for in-game/in-app rewards.
Properties
full_screen_content_callback / FullScreenContentCallback
The callback listener to receive events about presentation, dismissal, or failure to show. See FullScreenContentCallback.
on_ad_paid / OnAdPaid
Triggered when an ad impression is recorded and revenue has been generated. Receives an AdValue.
Methods
show / Show
Presents the full-screen rewarded ad overlay.
Usage:
destroy / Destroy
Destroys the native ad object and frees up resources.
get_response_info / GetResponseInfo
Returns the mediation response info containing adapter history for the loaded ad.
set_server_side_verification_options / SetServerSideVerificationOptions
Configures the verification parameters used for server-side reward callbacks.