Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
StoreKit.SetProductViewFinishedTrigger
Sets trigger for product view.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
StoreKit | 8.2 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "StoreKit.SetProductViewFinishedTrigger"; 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 trigger for product view.Script is triggered when the dialog showed via StoreKit.ShowProductView finished.
See also
This function is free to use.
Created 22nd April 2018, last changed 22nd April 2018
StoreKit.RestoreCompletedTransactions - StoreKit.SetRequestFailedTrigger
