• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps InputMethodService Callback for GoogleTalk 'Send' Button

boboon

Lurker
Hi Folks, I'm working on an app that uses InputMethodService, however I can't find any Callbacks that I can grab onto if a user is in Messaging or Google Talk and hits 'send'. In other words, the user hits 'send', the EditorInfo field gets cleared, and I'm not told by the OS.

I've searched the forums already, and while OnUpdateSelection() gets called, it does not in-and-of-itself contain enough information about the send key press to distinguish it from the many other times I use OnUpdateSelection().

Any ideas? It seems like Google should have implemented an additional call to OnStartInput() or something, but there's just no love I can get atm.

-bob
 
Back
Top Bottom