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.
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 TypeMethodDescriptionvoid
onStatusBarTapped
(IClientSessionGyro clientGyro) Called when the status bar is tapped.
Method Details
onStatusBarTapped
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.