Stay organized with collections
Save and categorize content based on your preferences.
NamedContentValues
class NamedContentValues
Summary
Public constructors
Properties
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# Entity.NamedContentValues\n\nAdded in [API level 8](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nNamedContentValues\n==================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/content/Entity.NamedContentValues \"View this page in Java\") \n\n```\nclass NamedContentValues\n```\n\n|---|------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.content.Entity.NamedContentValues](#) |\n\nSummary\n-------\n\n| Public constructors ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [NamedContentValues](#NamedContentValues(android.net.Uri,%20android.content.ContentValues))`(`uri:` `[Uri](../net/Uri.html#)!`, `values:` `[ContentValues](/reference/kotlin/android/content/ContentValues)!`)` \u003cbr /\u003e |\n\n| Properties ||\n|-------------------------------------------------------------------|--------------------------------------------------------|\n| [Uri](../net/Uri.html#)! | [uri](#uri:android.net.Uri) \u003cbr /\u003e |\n| [ContentValues](/reference/kotlin/android/content/ContentValues)! | [values](#values:android.content.ContentValues) \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### NamedContentValues\n\nAdded in [API level 8](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nNamedContentValues(\n uri: Uri!, \n values: ContentValues!)\n```\n\nProperties\n----------\n\n### uri\n\nAdded in [API level 8](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nval uri: Uri!\n``` \n\n### values\n\nAdded in [API level 8](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nval values: ContentValues!\n```"]]