Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
StoreKit.SetUpdatedTransactionsTrigger
Sets the script to trigger when transactions change.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
StoreKit | 8.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "StoreKit.SetUpdatedTransactionsTrigger"; Filename; ScriptName { ; Parameter } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
Filename | The database file name where the script is located. | "test.fmp12" | |
ScriptName | The script name. | "MyScript" | |
Parameter | Parameter to pass. | Optional |
Result
Returns OK or error.
Description
Sets the script to trigger when transactions change.This method may be called often when something changes on the transactions. So you can check if they still match your state and process changes.
This function is free to use.
Created 22nd April 2018, last changed 22nd April 2018
StoreKit.SetRestoreCompletedTransactionsTrigger - StoreKit.ShowProductView
