Package io.anyline2.core
Class AssetDelegate
-
- All Implemented Interfaces:
public abstract class AssetDelegate
-
-
Constructor Summary
Constructors Constructor Description AssetDelegate()
Public constructor creates the AnylineCoreDelegate Object in C/C++ and passes the pointer to the creating of the AnylineCoreCallback
-
Method Summary
Modifier and Type Method Description synchronized void
destroy()
abstract void
onAssetUpdateAvailable(boolean updateAvailable)
abstract void
onAssetDownloadProgress(String assetName, float progress)
abstract void
onAssetUpdateError(String error)
abstract void
onAssetUpdateFinished()
-
-
Method Detail
-
destroy
synchronized void destroy()
-
onAssetUpdateAvailable
abstract void onAssetUpdateAvailable(boolean updateAvailable)
-
onAssetDownloadProgress
abstract void onAssetDownloadProgress(String assetName, float progress)
-
onAssetUpdateError
abstract void onAssetUpdateError(String error)
-
onAssetUpdateFinished
abstract void onAssetUpdateFinished()
-
-
-
-