Package-level declarations
Types
Link copied to clipboard
class GmsLicenseInfoRepository(appContext: Context, mainCoroutineDispatcher: CoroutineDispatcher = Dispatchers.Main, ioCoroutineDispatcher: CoroutineDispatcher = Dispatchers.IO, thirdPartyLicensesResourceName: String = "third_party_licenses", thirdPartyLicenseMetadataResourceName: String = "third_party_license_metadata") : LicenseInfoRepository
Retrieve License information stored in application resources
Link copied to clipboard
class OssLicenseParser(thirdPartyLicensesSource: Source, thirdPartyLicensesMetadataSource: Source) : AutoCloseable
Parse licences data generated by the "com.google.android.gms.oss-licenses-plugin" gradle plugin.