Banuba SDK
BNBRenderInfo.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file was generated by Djinni from scene.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 
7 /** Information getters */
8 
9 #ifndef DJINNI_EXPORT
10  #define DJINNI_EXPORT __attribute__((__visibility__("default")))
11 #endif
12 
14 @interface BNBRenderInfo : NSObject
15 
16 /** Recognition engine version */
17 + (int32_t)getFrxVersion;
18 
19 /** Platfrom name: ios, android */
20 + (nonnull NSString *)getPlatform;
21 
22 /** Render engine versio. Currently the same as SDK version. E.g.: `1.2.1-g8970518da` */
23 + (nonnull NSString *)getEngineVersion;
24 
25 @end
+[BNBRenderInfo getPlatform]
nonnull NSString * getPlatform()
Platfrom name: ios, android.
DJINNI_EXPORT
#define DJINNI_EXPORT
Information getters.
Definition: BNBRenderInfo.h:10
+[BNBRenderInfo getEngineVersion]
nonnull NSString * getEngineVersion()
Render engine versio.
+[BNBRenderInfo getFrxVersion]
int32_t getFrxVersion()
Recognition engine version.
BNBRenderInfo
Definition: BNBRenderInfo.h:14