7z99
(cody)
1
The AdReward instance is nonexistent and therefore undocumented.
Example URL shows a link that references AdReward but clicking on it does nothing.
Page URL: <Any page that references AdReward (eg. https://create.roblox.com/docs/reference/engine/classes/AdService#ShowRewardedVideoAsync)>
1 Like
Hi Cody, sorry for the extremely late reply, and thanks for flagging this!
AdReward is a datatype that doesn’t expose any readable properties, which is why clicking it doesn’t take you anywhere.
The typical flow is:
- Create an
AdReward using CreateAdRewardFromDevProductId() .
- Pass that
AdReward into ShowRewardedVideoAdAsync() to show the ad.
So there’s not much you can do with the object itself beyond creating it and passing it along to the next API.
Hope that clears things up!
2 Likes
7z99 waiting for the reply:
jeopardy theme song
system
(system)
Closed
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.