Fields Summary |
---|
static final String | TAG |
public final IInputMethodSession | methodThe input method service. |
public final android.view.InputChannel | channelThe input channel used to send input events to this IME. |
public final String | idThe ID for this input method, as found in InputMethodInfo; null if
no input method will be bound. |
public final int | sequenceSequence number of this binding. |
public final int | userActionNotificationSequenceNumberSequence number of user action notification. |
public static final Parcelable.Creator | CREATORUsed to make this class parcelable. |