Package com.my.target.instreamads
Interface InstreamAdVideoMotionPlayer
-
- All Implemented Interfaces:
public interface InstreamAdVideoMotionPlayerThis interface must be implemented in advertisement videoMotionPlayer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceInstreamAdVideoMotionPlayer.VideoMotionPlayerListenerCalls from this listener must be implemented in videoplayer for calculating video ad statistics
-
Method Summary
Modifier and Type Method Description abstract voidplayVideoMotionBanner(@NonNull() InstreamAd.InstreamAdVideoMotionBanner instreamAdVideoMotionBanner)show InstreamAdVideoMotionBanner when it called abstract voidsetVideoMotionPlayerListener(@Nullable() InstreamAdVideoMotionPlayer.VideoMotionPlayerListener videoMotionPlayerListener)Sets listener for ad playing events -
-
Method Detail
-
playVideoMotionBanner
abstract void playVideoMotionBanner(@NonNull() InstreamAd.InstreamAdVideoMotionBanner instreamAdVideoMotionBanner)
show InstreamAdVideoMotionBanner when it called
-
setVideoMotionPlayerListener
abstract void setVideoMotionPlayerListener(@Nullable() InstreamAdVideoMotionPlayer.VideoMotionPlayerListener videoMotionPlayerListener)
Sets listener for ad playing events
- Parameters:
videoMotionPlayerListener- listener should be set
-
-
-
-