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
11
class
FetchImageParams
;
12
class
IEntitlementManager
;
13
class
SearchQuery
;
14
struct
DurableSearchResults
;
15
struct
FetchImageDataResult
;
16
// clang-format on
17
18
class
IContentCatalogPackSourceService
{
19
public
:
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
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
};
FetchImageParams
Definition
FetchImageParams.h:5
IContentCatalogPackSourceService
Definition
IContentCatalogPackSourceService.h:18
IEntitlementManager
Definition
IEntitlementManager.h:25
SearchQuery
Definition
SearchQuery.h:5
DurableSearchResults
Definition
DurableSearchResults.h:5
FetchImageDataResult
Definition
FetchImageDataResult.h:5
src
mc
client
resources
IContentCatalogPackSourceService.h
Generated on Fri Jun 13 2025 05:04:18 for LeviLamina by
1.12.0