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

    Interface FetchContentCategoryResult

    Fetch content category result.

    Holds the results of a fetch content request for a category and each streaming service

    interface FetchContentCategoryResult {
        category: StreamingCategory;
        services: FetchContentCategoryServiceResult[];
    }
    Index

    Properties

    Properties

    Streaming category the results apply to.

    Service results for the specified category.