sdk-common / com.tomtom.online.sdk.common.jni / JniDataModel

JniDataModel

interface JniDataModel

Provides the API for NativeObject to create object on C++ level.

Functions

prepare

abstract fun prepare(): Long

Prepares the native counterpart for Java Object on JNI level.

Inheritors

BaseRequestQuery

abstract class BaseRequestQuery : NativeObject, JniDataModel