Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
NotificationCatalogueApi.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class NotificationCatalogueApi
13{
14 private void NotificationCatalogueApi();
15 private void ~NotificationCatalogueApi();
16
18 static proto void RequestProfileSettings(notnull BackendCallback pCallback);
20 static proto void MarkAllNotificationsAsRead(notnull BackendCallback pCallback);
22 static proto void MarkNotificationsAsRead(notnull BackendCallback pCallback, notnull array<int> aMarkAsReadIds);
24 static proto void DeleteAllNotifications(notnull BackendCallback pCallback);
26 static proto void DeleteNotifications(notnull BackendCallback pCallback, notnull array<int> aDeleteIds);
28 static proto void UpdateSettings(notnull BackendCallback pCallback, notnull array<string> aDisableCategories);
30 static proto int GetLastDeletedCount();
32 static proto int GetLastMarkedAsReadCount();
37 static proto int GetDisabledCategories(out notnull array<string> outCategories);
46 static proto void RequestOffset(BackendCallback pCallback, int iOffset, bool bClearCache);
52 static proto void SetFilters(NotificationCatalogueFilters pFilters);
58 static proto NotificationCatalogueFilters GetFilters();
63 static proto bool AppendOrderBy(EBackendCatalogueOrderDir orderDir, ENotificationCatalogueOrderBy orderBy);
65 static proto void ClearOrderBy();
67 static proto int GetPageCount();
74 static proto void SetSize(int size);
76 static proto int GetSize();
85 static proto void RequestPage(BackendCallback pCallback, int uPage, bool bClearCache);
91 static proto void RequestRefresh(BackendCallback pCallback);
96 static proto int GetPageNumber();
98 static proto int GetTotalItemCount();
103 static proto int GetOffsetIndex();
108 static proto int GetCurrentItemCount();
110 static proto int GetPageItems(out notnull array<NotificationInfo> outNotifications);
111}
112
int size
ENotificationCatalogueOrderBy
Notification Catalogue ordering values.
EBackendCatalogueOrderDir
Value specifying direction of ordering in Backend Catalogue.