Add in-app purchase methods
This commit is contained in:
parent
369e08844f
commit
63cd18dd9e
5 changed files with 186 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue