Package com.banuba.sdk.scene
Class RenderInfo.CppProxy
- java.lang.Object
-
- com.banuba.sdk.scene.RenderInfo.CppProxy
-
- All Implemented Interfaces:
RenderInfo
- Enclosing interface:
- RenderInfo
public static final class RenderInfo.CppProxy extends java.lang.Object implements RenderInfo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.RenderInfo
RenderInfo.CppProxy
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_djinni_private_destroy()
protected void
finalize()
static java.lang.String
getEngineVersion()
Render engine versio.static int
getFrxVersion()
Recognition engine versionstatic java.lang.String
getPlatform()
Platfrom name: ios, android
-
-
-
Method Detail
-
_djinni_private_destroy
public void _djinni_private_destroy()
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
getFrxVersion
public static int getFrxVersion()
Description copied from interface:RenderInfo
Recognition engine version
-
getPlatform
@NonNull public static java.lang.String getPlatform()
Description copied from interface:RenderInfo
Platfrom name: ios, android
-
getEngineVersion
@NonNull public static java.lang.String getEngineVersion()
Description copied from interface:RenderInfo
Render engine versio. Currently the same as SDK version. E.g.: `1.2.1-g8970518da`
-
-