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?
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?