ERIS CORE

◆ requestPopUp()

bool AppManager::requestPopUp ( uint16_t  id,
bool  exclusive = false 
)

provides an interface for apps to request pop up focus with or without exclusive screen access

Parameters
id
exclusive
Returns
true
false

Definition at line 394 of file AppManager.cpp.

394  {
395  if (app_popup_stack_index == 8) return false;
398  exclusive_app_render = exclusive;
399  return true;
400 }
bool exclusive_app_render
Definition: AppManager.h:55
uint8_t app_popup_stack_index
Definition: AppManager.h:54
uint16_t app_popup_stack[8]
Definition: AppManager.h:52

References app_popup_stack, app_popup_stack_index, and exclusive_app_render.

Referenced by AppBaseClass::requestPopUp().

+ Here is the caller graph for this function: