Skip to main content

android - Setting the input method -


i'm looking @ setinputmethod function of inputmethodmanager class, , see receives 2 arguments: token , id of input method. can id inputmethodinfo class, have no idea token from. it's not window token can view, kind of token, how can obtain it? thanks.

android - setting input method - stack overflow

learn, share, build

each month, on 50 million developers come stack overflow learn, share knowledge, , build careers.

join world’s largest developer community.

sign up

i'm looking @ setinputmethod function of inputmethodmanager class, , see receives 2 arguments: token , id of input method. can id inputmethodinfo class, have no idea token from. it's not window token can view, kind of token, how can obtain it? thanks.

share|improve question
    
i want call function: public void setinputmethod (ibinder token, string id) don't know can value first argument. – user940016 jul 7 '12 @ 13:21
    
are using aidl communication? ibinder used communicate remote service,, if u don't need pass null value.. – aankit jul 7 '12 @ 13:31

your answer

 
discard

posting answer, agree privacy policy , terms of service.

browse other questions tagged or ask own question.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -