Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["\u003cp\u003e\u003ccode\u003eModuleInstallStatusUpdate.ProgressInfo\u003c/code\u003e provides download progress information for a module installation status update.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two properties: \u003ccode\u003ebytesDownloaded\u003c/code\u003e and \u003ccode\u003etotalBytesToDownload\u003c/code\u003e, both represented as Long values.\u003c/p\u003e\n"],["\u003cp\u003eThese properties allow tracking the progress of a module download by indicating the number of bytes downloaded and the total size of the download.\u003c/p\u003e\n"]]],[],null,["# ModuleInstallStatusUpdate.ProgressInfo\n======================================\n\nKotlin \\|[Java](/android/reference/com/google/android/gms/common/moduleinstall/ModuleInstallStatusUpdate.ProgressInfo \"View this page in Java\") \n\n\n```\nclass ModuleInstallStatusUpdate.ProgressInfo\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nDownload progress information for an [ModuleInstallStatusUpdate](/android/reference/kotlin/com/google/android/gms/common/moduleinstall/ModuleInstallStatusUpdate).\n\nSummary\n-------\n\n| ### Public properties |\n|------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) | [bytesDownloaded](/android/reference/kotlin/com/google/android/gms/common/moduleinstall/ModuleInstallStatusUpdate.ProgressInfo#bytesDownloaded()) |\n| [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) | [totalBytesToDownload](/android/reference/kotlin/com/google/android/gms/common/moduleinstall/ModuleInstallStatusUpdate.ProgressInfo#totalBytesToDownload()) |\n\nPublic properties\n-----------------\n\n### bytesDownloaded\n\n```\nval bytesDownloaded: Long\n``` \n\n### totalBytesToDownload\n\n```\nval totalBytesToDownload: Long\n```"]]