Stay organized with collections
Save and categorize content based on your preferences.
public final class Preferences.Pair<T extends Object>
Key Value pairs for Preferences. Type T is the type of the value.
Construct these using the infix function to
.
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-05-15 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-05-15 UTC."],[],[],null,["# Preferences.Pair\n================\n\nArtifact: [androidx.datastore:datastore-preferences-core](/jetpack/androidx/releases/datastore) \n[View Source](https://cs.android.com/search?q=file:androidx/datastore/preferences/core/Preferences.kt+class:androidx.datastore.preferences.core.Preferences.Pair) \nAdded in [1.0.0](/jetpack/androidx/releases/datastore#1.0.0)\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/datastore/preferences/core/Preferences.Pair \"View this page in Kotlin\") \\|Java\n\n\n```\npublic final class Preferences.Pair\u003cT extends Object\u003e\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nKey Value pairs for Preferences. Type T is the type of the value.\n\nConstruct these using the infix function [to](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/index.html)."]]