Based on your Game or app, put onclick on the reward button to load video Ad :
Example:
<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Reward Video"
android:onClick="rewardVideo"/>