Package com.vivoka.vsdk.common
Interface IEngineCallback
public interface IEngineCallback
Deprecated.
Interface for engine callbacks.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCompleted(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.
-