Package com.banuba.sdk.license_utils
Class Informer.CppProxy
java.lang.Object
com.banuba.sdk.license_utils.Informer.CppProxy
- All Implemented Interfaces:
Informer
- Enclosing interface:
- Informer
public static final class Informer.CppProxy extends java.lang.Object implements Informer
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.banuba.sdk.license_utils.Informer
Informer.CppProxy
-
Method Summary
Modifier and Type Method Description void
_djinni_private_destroy()
protected void
finalize()
static void
sendEvent(LicenseManager manager, java.lang.String key, java.lang.String value)
Send event to Banuba Servers with custom key and valueMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
_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
-
sendEvent
public static void sendEvent(@Nullable LicenseManager manager, @NonNull java.lang.String key, @NonNull java.lang.String value)Description copied from interface:Informer
Send event to Banuba Servers with custom key and value
-