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.

Functions

Link copied to clipboard

Open the default third_party_licenses file stored in app resources

Link copied to clipboard

Open the default third_party_licenses_metadata file stored in app resources

Link copied to clipboard

Open the a raw resource file stored in app resources