-
public final class NativeLib
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNativeLib.Companion
-
Constructor Summary
Constructors Constructor Description NativeLib()
-
Method Summary
Modifier and Type Method Description final StringstringFromJNI()A native method that is implemented by the 'dittocpp' native library, which is packaged with this application. -
-
Method Detail
-
stringFromJNI
final String stringFromJNI()
A native method that is implemented by the 'dittocpp' native library, which is packaged with this application.
-
-
-
-