BlazeDataSourcePersonalizedType - Android
BlazeDataSourcePersonalizedType is a sealed class that represents optional ID or label filtering when configuring Blaze data sources (for example, with BlazeDataSourceType.Labels). It isn't the same as the Concepts term personalization; see Content recommendations.
| Values | Associated values | Behavior |
|---|---|---|
| Ids |
| The content is filtered based on provided IDs grouped by content type (e.g., players, teams). It can be used when the app knows specific entities of interest. |
| Labels |
| The content is filtered using a mandatory filter expression and prioritized using an array of label expressions. |
ContentType
Enum to define the supported content types for ID-based filtering with BlazeDataSourcePersonalizedType.Ids. Used as keys in the idsMap Map.
| Value | Description |
|---|---|
| PLAYERS | Use player IDs for filtering |
| TEAMS | Use team IDs for filtering |
Updated 22 days ago
Did this page help you?
