All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AndroidAppInfoFactory.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 #include "AndroidNativeState.h"
6 #include <string>
7 #include "AppInfo.h"
8 
9 namespace Eegeo
10 {
11  namespace Android
12  {
13  Eegeo::AppInfo CreateAppInfo(AndroidNativeState& nativeState, const std::string &apiKey);
14  }
15 }