Streaming service content category.

Represents a streaming service category for a user.

interface StreamingCategory {
    name: string;
    equals(obj): boolean;
}

Properties

Methods

Properties

name: string

Category name.

Methods

  • Tests for equality.

    Parameters

    Returns boolean