MaxstARSDK  4.1.x
All Classes Files Functions Variables Enumerations Enumerator Macros
MasMaxstAR.h
Go to the documentation of this file.
1 //
2 // MTMaxstAR.h
3 // MTMaxstAR
4 //
5 // Created by Kimseunglee on 2017. 12. 7..
6 // Copyright © 2017년 Maxst. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 
12 @interface MasMaxstAR : NSObject
13 
14 typedef NS_ENUM(int, MasScreenOrientation) {
15  UNKNOWN = 0,
16  PORTRAIT = 1,
19  LANDSCAPE = 3,
22 };
23 
28 + (void) init:(NSString*) appKey;
29 
33 + (void) deinit;
34 
38 + (bool) isInitialized;
39 
45 + (void) onSurfaceChanged:(int)viewWidth height:(int)viewHeight;
46 
52 + (void) setScreenOrientation:(MasScreenOrientation)orientation;
53 @end
LANDSCAPE_LEFT
Definition: MasMaxstAR.h:20
PORTRAIT_UP
Definition: MasMaxstAR.h:17
LANDSCAPE_RIGHT
Definition: MasMaxstAR.h:21
UNKNOWN
Definition: MasMaxstAR.h:15
PORTRAIT
Definition: MasMaxstAR.h:16
Definition: MasMaxstAR.h:12
PORTRAIT_DOWN
Definition: MasMaxstAR.h:18
LANDSCAPE
Definition: MasMaxstAR.h:19