@ExperimentalTestApi
class PropertyFile


Constants to access property file data (holding name/value pairs) and convenience methods for build URIs.

Summary

Nested types

Enumerates authorities for property-based (i.e. key/value pair) content providers.

Represents columns returned by the property file service.

Public functions

java-static Uri!

Returns URI for retrieving all properties.

java-static Uri!
buildUri(host: PropertyFile.Authority!, property: String!)

Returns URI for retrieving a specific property.

Public functions

buildUri

java-static fun buildUri(host: PropertyFile.Authority!): Uri!

Returns URI for retrieving all properties.

buildUri

java-static fun buildUri(host: PropertyFile.Authority!, property: String!): Uri!

Returns URI for retrieving a specific property.