{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
class PropertyFile
Constants to access property file data (holding name/value pairs) and convenience methods for build URIs.
Nested types |
|
|---|---|
PropertyFile.Authority |
Enumerates authorities for property-based (i.e. key/value pair) content providers. |
PropertyFile.Column |
Represents columns returned by the property file service. |
Public constructors |
|
|---|---|
Public functions |
|
|---|---|
java-static Uri! |
buildUri(host: PropertyFile.Authority!)Returns URI for retrieving all properties. |
java-static Uri! |
buildUri(host: PropertyFile.Authority!, property: String!)Returns URI for retrieving a specific property. |
java-static fun buildUri(host: PropertyFile.Authority!): Uri!
Returns URI for retrieving all properties.
java-static fun buildUri(host: PropertyFile.Authority!, property: String!): Uri!
Returns URI for retrieving a specific property.