Package com.banuba.sdk.license_utils
Class Informer.CppProxy
- java.lang.Object
-
- com.banuba.sdk.license_utils.Informer.CppProxy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.banuba.sdk.license_utils.Informer
Informer.CppProxy
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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 value
-
-
-
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
-
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
-
-