Class FullScreenActivity

  • All Implemented Interfaces:
    android.content.ComponentCallbacks , android.content.ComponentCallbacks2 , android.view.KeyEvent.Callback , android.view.LayoutInflater.Factory , android.view.LayoutInflater.Factory2 , android.view.View.OnCreateContextMenuListener , android.view.Window.Callback , androidx.activity.OnBackPressedDispatcherOwner , androidx.activity.contextaware.ContextAware , androidx.activity.result.ActivityResultCaller , androidx.activity.result.ActivityResultRegistryOwner , androidx.appcompat.app.ActionBarDrawerToggle.DelegateProvider , androidx.appcompat.app.AppCompatCallback , androidx.core.app.ActivityCompat.OnRequestPermissionsResultCallback , androidx.core.app.ActivityCompat.RequestPermissionsRequestCodeValidator , androidx.core.app.OnMultiWindowModeChangedProvider , androidx.core.app.OnNewIntentProvider , androidx.core.app.OnPictureInPictureModeChangedProvider , androidx.core.app.TaskStackBuilder.SupportParentable , androidx.core.content.OnConfigurationChangedProvider , androidx.core.content.OnTrimMemoryProvider , androidx.core.view.KeyEventDispatcher.Component , androidx.core.view.MenuHost , androidx.lifecycle.HasDefaultViewModelProviderFactory , androidx.lifecycle.LifecycleOwner , androidx.lifecycle.ViewModelStoreOwner , androidx.savedstate.SavedStateRegistryOwner

    
    public class FullScreenActivity
    extends FullScreenActivityImpl
                        

    The FullScreenActivity of the player.

    • This activity can be customized by overriding and using the Activity class methods.
    • Add an overlay to this activity by using the addContentView method.
    • Constructor Detail

      • FullScreenActivity

        FullScreenActivity()
    • Method Detail

      • getFullScreenVisibilityFlags

         int getFullScreenVisibilityFlags()

        The system ui visibility flags when the FullScreenActivity is active.

        • The FullScreenActivity implementation will use this value to set the visibility flags when going fullscreen.
        Returns:

        The system ui visibility flags, in a bitwise representation.

      • getTHEOplayerView

        @Nullable() final THEOplayerView getTHEOplayerView()

        The THEOplayerView which is coupled to this FullScreenActivity.

        • Only the FullScreenView is contained in the contentview of this activity.
        • The THEOplayerView is not contained and doesn't migrate.
        Returns:

        The THEOplayerView which is coupled to this activity. (Nullable)