Interface InstreamAdVideoMotionPlayer.VideoMotionPlayerListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onBannerComplete(@NonNull() Context context) Should be called when on videoMotionBanner has completed
      abstract void onBannerShow(@NonNull() Context context) Should be called when videoMotionData has showed
      abstract void onCloseByUser(@NonNull() Context context) Should be called when on videoMotionBanner has closed by user
      abstract void onError(@NonNull() String message, @NonNull() Context context) Should be called when happened some error with videoMotionBanner
      abstract void onHeaderClick(@NonNull() Context context) Should be called when on VideoMotionHeader has clicked
      abstract void onItemClick(@NonNull() String id, @NonNull() Context context) Should be called when on videoMotionItem has clicked
      abstract void onItemShow(@NonNull() String id, @NonNull() Context context) Should be called when videoMotionItem has showed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onBannerComplete

         abstract void onBannerComplete(@NonNull() Context context)

        Should be called when on videoMotionBanner has completed

        Parameters:
        context - Context.
      • onBannerShow

         abstract void onBannerShow(@NonNull() Context context)

        Should be called when videoMotionData has showed

        Parameters:
        context - Context.
      • onCloseByUser

         abstract void onCloseByUser(@NonNull() Context context)

        Should be called when on videoMotionBanner has closed by user

        Parameters:
        context - Context.
      • onError

         abstract void onError(@NonNull() String message, @NonNull() Context context)

        Should be called when happened some error with videoMotionBanner

        Parameters:
        message - Error message.
        context - Context.
      • onHeaderClick

         abstract void onHeaderClick(@NonNull() Context context)

        Should be called when on VideoMotionHeader has clicked

        Parameters:
        context - Context.
      • onItemClick

         abstract void onItemClick(@NonNull() String id, @NonNull() Context context)

        Should be called when on videoMotionItem has clicked

        Parameters:
        id - Item's id.
        context - Context.
      • onItemShow

         abstract void onItemShow(@NonNull() String id, @NonNull() Context context)

        Should be called when videoMotionItem has showed

        Parameters:
        id - Item's id.
        context - Context.