Update iap.script_api
This commit is contained in:
parent
16f0057399
commit
ecbc807978
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user