Since: API Level 11
public static interface

View.OnSystemUiVisibilityChangeListener

android.view.View.OnSystemUiVisibilityChangeListener

Class Overview

Interface definition for a callback to be invoked when the status bar changes visibility.

Summary

Public Methods
abstract void onSystemUiVisibilityChange(int visibility)
Called when the status bar changes visibility because of a call to setSystemUiVisibility(int).

Public Methods

public abstract void onSystemUiVisibilityChange (int visibility)

Since: API Level 11

Called when the status bar changes visibility because of a call to setSystemUiVisibility(int).

Parameters
visibility STATUS_BAR_VISIBLE or STATUS_BAR_HIDDEN.