Skip to content

Instantly share code, notes, and snippets.

@burkido
Last active August 19, 2024 13:21
Show Gist options
  • Save burkido/f5b20a90783a2c4618c8bcb3b8abee4a to your computer and use it in GitHub Desktop.
Save burkido/f5b20a90783a2c4618c8bcb3b8abee4a to your computer and use it in GitHub Desktop.
otp-reader-lib-sms-consent-client
LaunchedEffect(key1 = true) {
SmsRetriever
.getClient(context)
.startSmsUserConsent(null)
.addOnSuccessListener {
shouldRegisterReceiver = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment