Interface IStatusBarTapListener

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 IStatusBarTapListener
Listener used to process when the user taps the status bar in iiziRun.

Status bar tap events are only fired for devices using iiziRun with status bars available, using iOS devices.

Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the status bar is tapped.
  • Method Details

    • onStatusBarTapped

      void onStatusBarTapped(IClientSessionGyro clientGyro)
      Called when the status bar is tapped.

      Status bar tap events are only fired for devices using iiziRun with status bars available, using iOS devices.

      Parameters:
      clientGyro - The client session gyro.