public interface

AppVisibilityListener

com.google.android.gms.cast.framework.AppVisibilityListener

Class Overview

A listener interface for monitoring the sender application's UI visibility.

Summary

Public Methods
abstract void onAppEnteredBackground()
Called when the application's UI enters the background.
abstract void onAppEnteredForeground()
Called when the application's UI enters the foreground.

Public Methods

public abstract void onAppEnteredBackground ()

Called when the application's UI enters the background.

public abstract void onAppEnteredForeground ()

Called when the application's UI enters the foreground.