Add method to get the list of offers

This commit is contained in:
albexk 2024-10-03 19:47:39 +03:00
parent 3bd6f704e9
commit bad9327ffa
14 changed files with 336 additions and 16 deletions

View file

@ -49,6 +49,7 @@ public:
void requestNotificationPermission();
bool requestAuthentication();
bool isPlay();
QJsonObject getSubscriptionPlans();
static bool initLogging();
static void messageHandler(QtMsgType type, const QMessageLogContext &context, const QString &message);