Package com.my.target.instreamads
Interface InstreamAdVideoMotionPlayer.VideoMotionPlayerListener
- Enclosing interface:
- InstreamAdVideoMotionPlayer
public static interface InstreamAdVideoMotionPlayer.VideoMotionPlayerListener
Calls from this listener must be implemented in videoplayer for calculating video ad
statistics
-
Method Summary
Modifier and TypeMethodDescriptionvoidonBannerComplete(android.content.Context context) Should be called when on videoMotionBanner has completedvoidonBannerShow(android.content.Context context) Should be called when videoMotionData has showedvoidonCloseByUser(android.content.Context context) Should be called when on videoMotionBanner has closed by uservoidShould be called when happened some error with videoMotionBannervoidonHeaderClick(android.content.Context context) Should be called when on VideoMotionHeader has clickedvoidonItemClick(String id, android.content.Context context) Should be called when on videoMotionItem has clickedvoidonItemShow(String id, android.content.Context context) Should be called when videoMotionItem has showed
-
Method Details
-
onBannerShow
void onBannerShow(@NonNull android.content.Context context) Should be called when videoMotionData has showed- Parameters:
context-
-
onHeaderClick
void onHeaderClick(@NonNull android.content.Context context) Should be called when on VideoMotionHeader has clicked- Parameters:
context-
-
onItemClick
Should be called when on videoMotionItem has clicked- Parameters:
id-context-
-
onItemShow
Should be called when videoMotionItem has showed- Parameters:
id-context-
-
onError
Should be called when happened some error with videoMotionBanner- Parameters:
context-
-
onCloseByUser
void onCloseByUser(@NonNull android.content.Context context) Should be called when on videoMotionBanner has closed by user- Parameters:
context-
-
onBannerComplete
void onBannerComplete(@NonNull android.content.Context context) Should be called when on videoMotionBanner has completed- Parameters:
context-
-