SLProject  4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SENSiOSPermissions.h
Go to the documentation of this file.
1 #ifndef SENS_IOSPERMISSIONS_H
2 #define SENS_IOSPERMISSIONS_H
3 
4 #include <SENSPermissions.h>
5 
6 #import <CoreLocation/CoreLocation.h>
7 #import <AVFoundation/AVCaptureDevice.h>
8 
9 #include "SENSiOSGps.h"
10 
12 {
13 public:
15 
16  void askPermissions();
17 
18  bool hasCameraPermission();
19  bool hasGPSPermission();
20  bool hasInternetPermission();
21  bool hasStoragePermission();
26 
27  bool isLocationEnabled();
28  void askEnabledLocation();
29 
30 private:
32 };
33 
34 #endif
SENSiOSPermissions(SENSiOSGps *gps)
bool canShowInternetPermissionDialog()