Stay organized with collections
Save and categorize content based on your preferences.
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\nKotlin \\|[Java](/reference/com/google/android/engage/common/datamodel/EngagementCluster \"View this page in Java\") \n\n\n```\nclass EngagementCluster\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nCreates an Engagement cluster.\n\nSummary\n-------\n\n| ### Public functions |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [getClusterType](/reference/kotlin/com/google/android/engage/common/datamodel/EngagementCluster#getClusterType())`()` |\n| `(`[Mutable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html)`)`[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)`\u003c`[Entity](/reference/kotlin/com/google/android/engage/common/datamodel/Entity)`!\u003e!` | [getEntities](/reference/kotlin/com/google/android/engage/common/datamodel/EngagementCluster#getEntities())`()` Returns the list of [Entity](/reference/kotlin/com/google/android/engage/common/datamodel/Entity) in the Cluster. |\n\nPublic functions\n----------------\n\n### getClusterType\n\n```\nfun getClusterType(): Int\n``` \n\n### getEntities\n\n```\nfun getEntities(): (Mutable)List\u003cEntity!\u003e!\n```\n\nReturns the list of [Entity](/reference/kotlin/com/google/android/engage/common/datamodel/Entity) in the Cluster."]]