Skip to content

Instantly share code, notes, and snippets.

@Arunshaik2001
Created November 20, 2022 13:51
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 Arunshaik2001/7db586b24e827d437d62a19cc3237cbb to your computer and use it in GitHub Desktop.
Save Arunshaik2001/7db586b24e827d437d62a19cc3237cbb to your computer and use it in GitHub Desktop.
private fun getMessageText(intent: Intent): CharSequence? {
return RemoteInput.getResultsFromIntent(intent)?.getCharSequence(Notification.KEY_TEXT_REPLY)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment