DownloadLibrariesEvent
Gets fired every time a new library file has been downloaded.
Fields
Section titled “Fields”progressDoubleThe overall download progress as a value from 0.0 to 1.0
downloadedByteslongThe total number of bytes downloaded so far.
totalByteslongThe total size of all libraries in bytes.
currentFileStringThe name or path of the library currently being downloaded.
currentFileByteslongThe number of bytes downloaded for the current file.
currentFileSizelongThe total size of the current file in bytes.