Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Android
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
{
13
class
AndroidStorageFullAlertBoxHandler
14
{
15
public
:
16
AndroidStorageFullAlertBoxHandler
(
Eegeo::UI::NativeAlerts::IAlertBoxFactory
& alertBoxFactory);
17
18
void
ShowAlertBox();
19
20
private
:
21
Eegeo::UI::NativeAlerts::IAlertBoxFactory
& m_alertBoxFactory;
22
Eegeo::UI::NativeAlerts::TSingleOptionAlertBoxDismissedHandler<AndroidStorageFullAlertBoxHandler>
m_failAlertHandler;
23
bool
m_didShowAlertBox;
24
25
void
OnFailAlertBoxDismissed();
26
};
27
}
28
}
Generated on Sat Jun 10 2023 02:00:28 for eeGeo Platform SDK by
1.8.3.1