Display Admob Rewarded Video

I am new to implementing rewarded video so would appreciate some advice.

When I display a rewarded video, how do I pause the rest of the program codes till the rewarded video ends or cancelled?  This is important because how the user acts to the rewarded video affects how the game runs moving forward.

To verify if a reward should be given, you only need to look for event.phase == “reward” in your AdMob listener.

To verify if a reward should be given, you only need to look for event.phase == “reward” in your AdMob listener.