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

    Interface FetchContentCategoryServiceResult

    Fetch content category service result.

    Holds the results of a fetch content request for a given streaming service.

    interface FetchContentCategoryServiceResult {
        service: StreamingService;
        content: StreamingContent[];
    }
    Index

    Properties

    Properties

    Streaming service the content items belong to.

    content: StreamingContent[]

    Content items for service.