<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Google Play Billing Library thread annotations]]></title><description><![CDATA[<p dir="auto">Google docs on BillingClient notes:</p>
<blockquote>
<p dir="auto">All methods annotated with AnyThread can be called from any thread and all the asynchronous callbacks will be returned on the same thread. Methods annotated with UiThread should be called from the Ui thread and all the asynchronous callbacks will be returned on the Ui thread as well.<br />
(<a href="https://developer.android.com/reference/com/android/billingclient/api/BillingClient" target="_blank" rel="noopener noreferrer nofollow ugc">https://developer.android.com/reference/com/android/billingclient/api/BillingClient</a>)</p>
</blockquote>
<p dir="auto">Where i can find those annotations for methods (i didnt find any in docs)?</p>
<p dir="auto">P.S. In Qt's "hangman" example everything runs from Qt thread (e.g. as from AnyThread), but they can miss that thing when writing example.</p>
]]></description><link>https://forum.qt.io/topic/142927/google-play-billing-library-thread-annotations</link><generator>RSS for Node</generator><lastBuildDate>Fri, 19 Jun 2026 15:22:14 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/142927.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 Feb 2023 06:29:32 GMT</pubDate><ttl>60</ttl></channel></rss>