Stay organized with collections
Save and categorize content based on your preferences.
public final class EngagementCluster
Creates an Engagement cluster.
Summary
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 2025-01-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-01-10 UTC."],[],[],null,["# EngagementCluster\n=================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/com/google/android/engage/common/datamodel/EngagementCluster \"View this page in Kotlin\") \\|Java \n\n\n```\npublic final class EngagementCluster\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nCreates an Engagement cluster.\n\nSummary\n-------\n\n| ### Public methods |\n|-------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `int` | [getClusterType](/reference/com/google/android/engage/common/datamodel/EngagementCluster#getClusterType())`()` |\n| [List](https://developer.android.com/reference/java/util/List.html)`\u003c`[Entity](/reference/com/google/android/engage/common/datamodel/Entity)`\u003e` | [getEntities](/reference/com/google/android/engage/common/datamodel/EngagementCluster#getEntities())`()` Returns the list of [Entity](/reference/com/google/android/engage/common/datamodel/Entity) in the Cluster. |\n\nPublic methods\n--------------\n\n### getClusterType\n\n```\npublic int getClusterType()\n``` \n\n### getEntities\n\n```\npublic List\u003cEntity\u003e getEntities()\n```\n\nReturns the list of [Entity](/reference/com/google/android/engage/common/datamodel/Entity) in the Cluster."]]