Package 

Class MediaControlsVisibilityManager

    • Method Summary

      Modifier and Type Method Description
      void initListeners(EventEmitter eventEmitter) Initializes the event handlers that hide and show the media controls and manage theActivity lifecycle save/restore operations for a given event emitter object.
      void setVisibilityState() Sets the media controls visibility state for the established state.
      • Methods inherited from class java.lang.Object

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

      • MediaControlsVisibilityManager

        MediaControlsVisibilityManager(BaseVideoView videoView)
        Builds a media controls visibility manager for a given video view object.
    • Method Detail

      • initListeners

         void initListeners(EventEmitter eventEmitter)

        Initializes the event handlers that hide and show the media controls and manage theActivity lifecycle save/restore operations for a given event emitter object.

      • setVisibilityState

         void setVisibilityState()

        Sets the media controls visibility state for the established state.