-
-
Save hitherejoe/05606a6dc3e40522c9b9656f7d870208 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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