Skip to content

Commit

Permalink
Merge pull request #8688 from flametime/patch-1
Browse files Browse the repository at this point in the history
Update changed signals
  • Loading branch information
mhilbrunner committed Jan 25, 2024
1 parent 9d2bb40 commit 8e5812d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/platform/android/android_in_app_purchases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Initialization example:
payment.price_change_acknowledged.connect(_on_price_acknowledged) # Response ID (int)
payment.purchases_updated.connect(_on_purchases_updated) # Purchases (Dictionary[])
payment.purchase_error.connect(_on_purchase_error) # Response ID (int), Debug message (string)
payment.product_details_query_completed.connect(_on_product_details_query_completed) # Products (Dictionary[])
payment.product_details_query_error.connect(_on_product_details_query_error) # Response ID (int), Debug message (string), Queried SKUs (string[])
payment.sku_details_query_completed.connect(_on_product_details_query_completed) # Products (Dictionary[])
payment.sku_details_query_error.connect(_on_product_details_query_error) # Response ID (int), Debug message (string), Queried SKUs (string[])
payment.purchase_acknowledged.connect(_on_purchase_acknowledged) # Purchase token (string)
payment.purchase_acknowledgement_error.connect(_on_purchase_acknowledgement_error) # Response ID (int), Debug message (string), Purchase token (string)
payment.purchase_consumed.connect(_on_purchase_consumed) # Purchase token (string)
Expand Down

0 comments on commit 8e5812d

Please sign in to comment.