Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Last active May 17, 2019 09:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitherejoe/05606a6dc3e40522c9b9656f7d870208 to your computer and use it in GitHub Desktop.
Save hitherejoe/05606a6dc3e40522c9b9656f7d870208 to your computer and use it in GitHub Desktop.
val dialog = FingerprintDialog.Builder()
.setTitle(getString(R.string.dialog_title))
.setSubtitle(getString(R.string.dialog_subtitle))
.setDescription(getString(R.string.dialog_description))
.setNegativeButton(getString(R.string.dialog_negative_text), mainExecutor, DialogInterface.OnClickListener { dialogInterface, i -> })
.build(this)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment