Is that possible to create a keyboard app sending some images on chat apps (like Whatsapp), which would be clickable by the receiver if he has the keyboard app installed? A click on an image should play a sound.
I have checked the doc on creating an input method, but can't find anything about clickable items. I guess the app should send some id to display the corresponding image, which could be used to get the right audio file too, but I have no idea how to do it.
Any pointers/comments anyone?