Stay organized with collections
Save and categorize content based on your preferences.
public interface PromptContentItem
An item shown on PromptContentView
.
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-20 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-20 UTC."],[],[],null,["# PromptContentItem\n=================\n\nArtifact: [androidx.biometric:biometric](/jetpack/androidx/releases/biometric) \n[View Source](https://cs.android.com/search?q=file:androidx/biometric/PromptContentItem.java+class:androidx.biometric.PromptContentItem) \nAdded in [1.4.0-alpha04](/jetpack/androidx/releases/biometric#1.4.0-alpha04)\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/biometric/PromptContentItem \"View this page in Kotlin\") \\|Java\n\n\n```\npublic interface PromptContentItem\n```\n\n\u003cbr /\u003e\n\nKnown direct subclasses \n[PromptContentItemBulletedText](/reference/androidx/biometric/PromptContentItemBulletedText), [PromptContentItemPlainText](/reference/androidx/biometric/PromptContentItemPlainText) \n\n|----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|\n| [PromptContentItemBulletedText](/reference/androidx/biometric/PromptContentItemBulletedText) | A list item with bulleted text shown on [PromptVerticalListContentView](/reference/androidx/biometric/PromptVerticalListContentView). |\n| [PromptContentItemPlainText](/reference/androidx/biometric/PromptContentItemPlainText) | A list item with plain text shown on [PromptVerticalListContentView](/reference/androidx/biometric/PromptVerticalListContentView). |\n\n*** ** * ** ***\n\nAn item shown on [PromptContentView](/reference/androidx/biometric/PromptContentView)."]]