background_callback

The callback that is invoked when the app is put into the background.

Synopsis:

#include <glview/glview.h>
 
typedef void(* background_callback)(void *callback_data);

Library:

libglview

Description:

An app is put into the background whenever it no longer occupies the entire screen. An app is put into the background when:
  • the user puts the app into a thumbnail
  • the user switches to another app
  • an idle timeout occurs causing the device to go into standby mode