KOTLIN
Parameters
Example
Availing Vault Manager can be done using following code:KOTLIN
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
fun showVaultManager(context: Context, clientToken: String)
Hide Parameters
class CheckoutActivity : AppCompatActivity() {
// ...
private fun showVaultManager(clientToken: String) {
// 👇 Add this
Primer.instance.showVaultManager(context, clientToken)
}
}