ClusterType


@Retention(value = RetentionPolicy.SOURCE)
@IntDef(value = [ClusterType.TYPE_UNKNOWN, ClusterType.TYPE_RECOMMENDATION, ClusterType.TYPE_FEATURED, ClusterType.TYPE_CONTINUATION, ClusterType.TYPE_SHOPPING_CART, ClusterType.TYPE_FOOD_REORDER, ClusterType.TYPE_FOOD_SHOPPING_CART, ClusterType.TYPE_FOOD_SHOPPING_LIST, ClusterType.TYPE_ENGAGEMENT, ClusterType.TYPE_SHOPPING_LIST, ClusterType.TYPE_SHOPPING_REORDER, ClusterType.TYPE_SHOPPING_ORDER_TRACKING, ClusterType.TYPE_SUBSCRIPTION, ClusterType.TYPE_CONTINUE_SEARCH, ClusterType.TYPE_RESERVATION])
public annotation ClusterType


Type of the cluster.

Summary

Constants

static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int

Constants

TYPE_CONTINUATION

public static final int TYPE_CONTINUATION = 3

TYPE_CONTINUE_SEARCH

public static final int TYPE_CONTINUE_SEARCH = 13

TYPE_ENGAGEMENT

public static final int TYPE_ENGAGEMENT = 8

TYPE_FEATURED

public static final int TYPE_FEATURED = 2

TYPE_FOOD_REORDER

public static final int TYPE_FOOD_REORDER = 5

TYPE_FOOD_SHOPPING_CART

public static final int TYPE_FOOD_SHOPPING_CART = 6

TYPE_FOOD_SHOPPING_LIST

public static final int TYPE_FOOD_SHOPPING_LIST = 7

TYPE_RECOMMENDATION

public static final int TYPE_RECOMMENDATION = 1

TYPE_RESERVATION

public static final int TYPE_RESERVATION = 14

TYPE_SHOPPING_CART

public static final int TYPE_SHOPPING_CART = 4

TYPE_SHOPPING_LIST

public static final int TYPE_SHOPPING_LIST = 9

TYPE_SHOPPING_ORDER_TRACKING

public static final int TYPE_SHOPPING_ORDER_TRACKING = 11

TYPE_SHOPPING_REORDER

public static final int TYPE_SHOPPING_REORDER = 10

TYPE_SUBSCRIPTION

public static final int TYPE_SUBSCRIPTION = 12

TYPE_UNKNOWN

public static final int TYPE_UNKNOWN = 0