WatchNextType


@Retention(value = RetentionPolicy.SOURCE)
@IntDef(value = [WatchNextType.TYPE_UNKNOWN, WatchNextType.TYPE_CONTINUE, WatchNextType.TYPE_NEXT, WatchNextType.TYPE_NEW, WatchNextType.TYPE_WATCHLIST])
public annotation WatchNextType


Type of a watch next entity.

Summary

Constants

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

Constants

TYPE_CONTINUE

public static final int TYPE_CONTINUE = 1

TYPE_NEW

public static final int TYPE_NEW = 3

TYPE_NEXT

public static final int TYPE_NEXT = 2

TYPE_UNKNOWN

public static final int TYPE_UNKNOWN = 0

TYPE_WATCHLIST

public static final int TYPE_WATCHLIST = 4