Skip to content

5. Closing service connection

Ali Nasrabadi edited this page Oct 21, 2025 · 1 revision

After getting and consuming the referrer content, call the endConnection() method on your ReferrerClient instance to close the connection. Closing the connection will help you avoid leaks and performance problems.

    referrerClient.endConnection()

Clone this wiki locally