Interface IEngineCallback


public interface IEngineCallback
Deprecated.
Interface for engine callbacks.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onCompleted(boolean success)
    Deprecated.
    Callback called when the engine initialization is complete.
  • Method Details

    • onCompleted

      void onCompleted(boolean success)
      Deprecated.
      Callback called when the engine initialization is complete.
      Parameters:
      success - True if the initialization was successful, false otherwise.