Start.io Rewarded Ad¶
Non-Visible component| Category | Requires | Version |
|---|---|---|
| Monetization > Advertising | API 21, Android 5.0 Lollipop | 1 |
Overview¶
A non-visible component that shows Start.io rewarded video ads. Users watch a video and receive a reward.
Permissions
- com.google.android.gms.permission.AD_ID
- android.permission.INTERNET
- android.permission.ACCESS_NETWORK_STATE
- com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE
- android.permission.ACCESS_WIFI_STATE
- android.permission.ACCESS_ADSERVICES_TOPICS
- android.permission.RECEIVE_BOOT_COMPLETED
Events¶
Ad Clicked¶
Indicates that the user has clicked on the ad.
Ad Displayed¶
Indicates that an Ad is shown to the user.
Ad Failed To Show¶
Called when an attempt was made to display the ad, but the ad was not ready.
| Params | |
|---|---|
| error Message | Text |
Ad Hidden¶
Indicates that an Ad which was shown is now hidden.
On Failed To Receive Ad¶
Called when an ad request failed to load.
| Params | |
|---|---|
| error Message | Text |
On Receive Ad¶
Called when an ad request succeeds.
On Video Completed¶
Called when the user has completed watching the rewarded video. Grant the reward here.
Methods¶
Load Ad¶
Load a new Start.io Rewarded Video ad.
Show Rewarded Ad¶
Show the Rewarded Video Ad.
Properties¶
Enable Consent¶
Boolean Default: True Write - Designer Blocks
Enables the Start.io disclosure/consent box.
Set User Consent¶
Boolean Default: False Write - Designer Blocks
Explicitly sets user's consent.
Test Mode¶
Boolean Read Write - Designer Blocks
If enabled, test ads will be shown. This should be used during development to avoid generating false impressions. Always enabled when in companion.