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 Object implements ReloadResult
  • Method Details

    • _djinni_private_destroy

      public void _djinni_private_destroy()
    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      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 interface ReloadResult
    • 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 interface ReloadResult