szweier / SZMentions

Library to help handle mentions
MIT License
11 stars 1 forks source link

[Question] Is there anything implemented to "read back" mentions from TextView? #16

Open alezoffoli opened 3 years ago

alezoffoli commented 3 years ago

Let's say I'm using your example and I type something like "A test with @Steven Zweier library"

When reading back the textView.text, it would read back as "A test with Steven Zweier library".

Is there anything implemented to return this String informing what was a mention and what is "plain text", for example, to be able to set differently in Labels later, identifying the mention? Or is this something that should be implemented at a high level?

If so, do you recommend anything specific to be able to identify this?