Interface IScreenOrientationListener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IScreenOrientationListener
Interface used to listen to screen orientation changes.
Author:
Christopher Mindus
  • Method Details

    • onScreenOrientationChanged

      void onScreenOrientationChanged(IClientSessionGyro clientSessionGyro, ScreenOrientation orientation)
      Called when the screen orientation changes.
      Parameters:
      clientSessionGyro - The client session gyro instance.
      orientation - The new orientation.