com.google.android.gms.appindex.builders
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 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 2024-10-31 UTC."],[[["The `IndexableBuilder` is an abstract class used for constructing `Indexable` objects for App Indexing."],["It provides a base structure for creating different types of indexable content, enabling developers to add specific attributes to make the content searchable and discoverable."]]],["The content describes a core class, `IndexableBuilder`, which is an abstract builder. This builder's function is to construct an `Indexable` object. It is a generic class, represented as `IndexableBuilder\u003cT\u003e`, where `T` extends `IndexableBuilder`. This allows for the creation of various types of indexable entities through a common, structured building process.\n"]]