Skip to content

Instantly share code, notes, and snippets.

@dkhmelenko
Created March 11, 2019 21:51
Show Gist options
  • Save dkhmelenko/549d3bf28b3b52f5c2bfd8a6cdbd7859 to your computer and use it in GitHub Desktop.
Save dkhmelenko/549d3bf28b3b52f5c2bfd8a6cdbd7859 to your computer and use it in GitHub Desktop.
RxGoogleSmartLockManager.retrieveCredentials(context)
.subscribe({
Toast.makeText(this, "Retrieved: name ${it.name}, pass ${it.password}", Toast.LENGTH_SHORT).show()
}, {
Toast.makeText(this, "Failed retrieving credentials: $it", Toast.LENGTH_SHORT).show()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment