Skip to content

Instantly share code, notes, and snippets.

@dinorahto
Last active July 26, 2020 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dinorahto/82e558c144c8682b614e6b6fc38b483b to your computer and use it in GitHub Desktop.
Save dinorahto/82e558c144c8682b614e6b6fc38b483b to your computer and use it in GitHub Desktop.
val biometricPromptBuilder = BiometricPrompt.PromptInfo.Builder()
.setTitle("A nice title")
.setSubtitle("A nicer subtitle")
.setNegativeButtonText("Cancel")
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment