Android Question BCTextEngine link to procedure?

sn_nn

Member
Licensed User
Longtime User
Hi, everybody!
BCTextEngine makes possible to create link to any URL. Also we have possibility to add View (f.e. button or panel) into BCTextEngine.
But, Is it possible make link from string (clickable Link) to any procedure of application?

Thank's for help!
 
Solution
The LinkClicked event is raised when the user presses on a link. It is up to you to do whatever you like after this event.
Top