All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AndroidStorageFullAlertBoxHandler.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 
6 #include "AndroidAlertBoxFactory.h"
7 #include "ISingleOptionAlertBoxDismissedHandler.h"
8 
9 namespace Eegeo
10 {
11  namespace Android
12  {
14  {
15  public:
17 
18  void ShowAlertBox();
19 
20  private:
23  bool m_didShowAlertBox;
24 
25  void OnFailAlertBoxDismissed();
26  };
27  }
28 }