Package com.banuba.sdk.effect_player
Class ReloadResult.CppProxy
- java.lang.Object
-
- com.banuba.sdk.effect_player.ReloadResult.CppProxy
-
- All Implemented Interfaces:
ReloadResult
- Enclosing interface:
- ReloadResult
public static final class ReloadResult.CppProxy extends java.lang.Object implements ReloadResult
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.banuba.sdk.effect_player.ReloadResult
ReloadResult.CppProxy
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_djinni_private_destroy()
Effect
effect()
Effect with updated config applied.protected void
finalize()
boolean
hotReload()
In case it was possible to apply the new config on the same effect, this flag will be `true`.
-
-
-
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
-
effect
public Effect effect()
Description copied from interface:ReloadResult
Effect with updated config applied. Depending on changes it may be the effect already loaded or a new one.- Specified by:
effect
in interfaceReloadResult
-
hotReload
public boolean hotReload()
Description copied from interface:ReloadResult
In case it was possible to apply the new config on the same effect, this flag will be `true`.- Specified by:
hotReload
in interfaceReloadResult
-
-