- All Superinterfaces:
- EventListener,- SystemEventListener
public interface AppHiddenListener extends 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 Type Method Description voidappHidden(AppHiddenEvent e)Called when the app is hidden.voidappUnhidden(AppHiddenEvent e)Called when the hidden app is shown again (but not necessarily brought to the foreground).
- 
Method Details- 
appHiddenCalled when the app is hidden.- Parameters:
- e- event
 
- 
Called when the hidden app is shown again (but not necessarily brought to the foreground).- Parameters:
- e- event
 
 
-