LeviLamina
Loading...
Searching...
No Matches
IContentCatalogPackSourceService.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/http/RequestPriority.h"
7#include "mc/deps/core/threading/Async.h"
8
9// auto generated forward declare list
10// clang-format off
13class SearchQuery;
16// clang-format on
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 0
23 virtual ~IContentCatalogPackSourceService() = default;
24
25 // vIndex: 1
26 virtual ::Bedrock::Threading::Async<::FetchImageDataResult>
27 fetchImageData(::FetchImageParams const&, ::Bedrock::Http::RequestPriority) = 0;
28
29 // vIndex: 2
30 virtual ::Bedrock::Threading::Async<::DurableSearchResults> searchCatalog(::SearchQuery const&) = 0;
31
32 // vIndex: 3
33 virtual bool isRealmsPlusExpired(::IEntitlementManager&) = 0;
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39
40 // NOLINTEND
41};
Definition FetchImageParams.h:5
Definition IContentCatalogPackSourceService.h:18
Definition IEntitlementManager.h:25
Definition SearchQuery.h:5
Definition DurableSearchResults.h:5
Definition FetchImageDataResult.h:5