Commit 4326bdb
Clarify rewarded video availability check timing (#1541)
## Changes
This surfaces the existing `GetAdAvailabilityNowAsync` timing guidance
next to the client implementation steps. Developers should call the
method as close as possible to showing the ad, such as when the user
opens the shop menu containing the video ad button.
The best practices now also avoid calling `GetAdAvailabilityNowAsync`
after an ad finishes unless another ad is being offered.
## Checks
By submitting your pull request for review, you agree to the following:
- [ ] This contribution was created in whole or in part by me, and I
have the right to submit it under the terms of this repository's open
source licenses.
- [ ] I understand and agree that this contribution and a record of it
are public, maintained indefinitely, and may be redistributed under the
terms of this repository's open source licenses.
- [ ] To the best of my knowledge, all proposed changes are accurate.
---------
Co-authored-by: IgnisRBX <43388550+IgnisRBX@users.noreply.github.com>1 parent 49e7485 commit 4326bdb
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
| |||
370 | 374 | | |
371 | 375 | | |
372 | 376 | | |
373 | | - | |
| 377 | + | |
374 | 378 | | |
375 | 379 | | |
376 | 380 | | |
| |||
0 commit comments