FileDocCategorySizeDatePackage
IInputMethodClient.javaAPI DocAndroid 5.1 API5797Sat Mar 14 05:48:08 GMT 2015com.android.internal.view

IInputMethodClient

public interface IInputMethodClient implements android.os.IInterface
Interface a client of the IInputMethodManager implements, to identify itself and receive information about changes to the global manager state.

Fields Summary
Constructors Summary
Methods Summary
public voidonBindMethod(com.android.internal.view.InputBindResult res)

public voidonUnbindMethod(int sequence)

public voidsetActive(boolean active)

public voidsetUserActionNotificationSequenceNumber(int sequenceNumber)

public voidsetUsingInputMethod(boolean state)