Add in-app purchase methods

This commit is contained in:
Yaroslav 2025-06-10 20:38:39 +03:00 committed by Yaroslav Yashin
parent 369e08844f
commit 63cd18dd9e
5 changed files with 186 additions and 0 deletions

View file

@ -54,6 +54,9 @@ public:
bool shareText(const QStringList &filesToSend);
QString openFile();
bool purchaseProduct(const QString &productId);
bool restorePurchases();
void requestInetAccess();
signals:
void connectionStateChanged(Vpn::ConnectionState state);