react-native-younify-connect-sdk
    Preparing search index...

    Interface StreamingCategory

    Streaming service content category.

    Represents a streaming service category for a user.

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

    Properties

    Methods

    Properties

    name: string

    Category name.

    Methods