KOTLIN
Parameters
Example
KOTLIN
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
fun cleanup(cleanClientSessionCache: Boolean = true)
class CheckoutActivity : AppCompatActivity() {
// ...
private fun cleanupUniversalCheckout() {
// 👇 Add this
Primer.instance.cleanup()
}
}