I have tried the basic example code:
if (Advertisement.IsReady())
{
Advertisement.Show();
}
Which shows me a fullscreen page saying Unity Ads is working fine.
Can I also create a fullscreen video (interstitial)?
How would I get a callback when the video is over/was skipped by the user?
The Unity Ads documentation seems not to mention this…(???)