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/IAsyncResult.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 ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::FetchImageDataResult>>
27 fetchImageData(::FetchImageParams const&, ::Bedrock::Http::RequestPriority) = 0;
28
29 // vIndex: 2
30 virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::DurableSearchResults>>
31 searchCatalog(::SearchQuery const&) = 0;
32
33 // vIndex: 3
34 virtual bool isRealmsPlusExpired(::IEntitlementManager&) = 0;
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40
41 // NOLINTEND
42};
Definition FetchImageParams.h:5
Definition IContentCatalogPackSourceService.h:18
Definition IEntitlementManager.h:25
Definition SearchQuery.h:5
Definition DurableSearchResults.h:5
Definition FetchImageDataResult.h:5