Package com.iizix.gyro
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 IStatusBarTapListenerListener 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- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - void- onStatusBarTapped(IClientSessionGyro clientGyro)Called when the status bar is tapped.
 
- Method Detail- 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.