Package com.my.target.ads
Class InterstitialAd.InterstitialVideoListener
-
- All Implemented Interfaces:
public abstract class InterstitialAd.InterstitialVideoListener
-
-
Constructor Summary
Constructors Constructor Description InterstitialAd.InterstitialVideoListener()
-
Method Summary
Modifier and Type Method Description voidonVideoCompleted(@NonNull() InterstitialAd ad, @Nullable() InterstitialAd.BannerInfo banner)Calls when ad video completes (if exists) voidonVideoVolumeChanged(@NonNull() InterstitialAd ad, @NonNull() InterstitialAd.BannerInfo banner, float volume)Calls when ad return current volume changed (if exists) -
-
Method Detail
-
onVideoCompleted
void onVideoCompleted(@NonNull() InterstitialAd ad, @Nullable() InterstitialAd.BannerInfo banner)
Calls when ad video completes (if exists)
- Parameters:
ad- current instancebanner- that triggered the video completed event
-
onVideoVolumeChanged
void onVideoVolumeChanged(@NonNull() InterstitialAd ad, @NonNull() InterstitialAd.BannerInfo banner, float volume)
Calls when ad return current volume changed (if exists)
- Parameters:
ad- current instancebanner- that triggered the video completed eventvolume- volume level range 0 to 1, in case of error, -1 is returned
-
-
-
-