Update iap.script_api

This commit is contained in:
Björn Ritzl 2020-08-03 13:54:02 +02:00
parent 16f0057399
commit ecbc807978

View File

@ -61,6 +61,18 @@
type: table
desc: transaction table parameter as supplied in listener callback
#*****************************************************************************************************
- name: acknowledge
type: function
desc: Acknowledge a transaction.
[icon:attention] Calling iap.acknowledge is required on a successful transaction on Google
Play unless iap.finish is called. The transaction.state field must equal iap.TRANS_STATE_PURCHASED.
parameters:
- name: transaction
type: table
desc: transaction table parameter as supplied in listener callback
#*****************************************************************************************************
- name: get_provider_id
@ -295,5 +307,3 @@
- name: TRANS_STATE_UNVERIFIED
type: number
desc: transaction unverified state, requires verification of purchase