Interface AppHiddenListener
- All Superinterfaces:
- EventListener,- SystemEventListener
Implementors are notified when the app is hidden or shown by the user. This
 notification is helpful for discontinuing a costly animation if it's not
 visible to the user.
- Since:
- 9
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalled when the app is hidden.voidCalled when the hidden app is shown again (but not necessarily brought to the foreground).
- 
Method Details- 
appHidden
 
-