Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
UI
NativeAlerts
iOS
iOSAlertBoxFactory.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "IAlertBoxFactory.h"
6
#include "AlertBox.h"
7
#include <string>
8
9
namespace
Eegeo
10
{
11
namespace
UI
12
{
13
namespace
NativeAlerts
14
{
15
namespace
iOS
16
{
17
class
iOSAlertBoxFactory
:
public
IAlertBoxFactory
18
{
19
public
:
20
virtual
~
iOSAlertBoxFactory
() {}
21
22
virtual
ISingleOptionAlertBox
* CreateSingleOptionAlertBox(
const
std::string& title,
23
const
std::string& message,
24
ISingleOptionAlertBoxDismissedHandler
& handler);
25
};
26
}
27
}
28
}
29
}
Generated on Sat Jun 10 2023 02:00:34 for eeGeo Platform SDK by
1.8.3.1