System calls
assetsAvailable - System
Since 5.5.0:
// PROTOTYPE
static spark::Vector<ApplicationAsset> assetsAvailable();
Get a vector of all the assets that were bundled with your application.
This can be called while the application runs, instead of registering an asset handler function using onAssetOta()
See ApplicationAsset
class for using the vector of application asset objects returned by this function.