InputMethodImpl
InputMethodImpl(InputMethodService)
InputMethodImpl(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
AttachToken(IBinder)
BindInput(InputBinding)
ChangeInputMethodSubtype(InputMethodSubtype)
HideSoftInput(Int32, ResultReceiver)
RestartInput(IInputConnection, EditorInfo)
ShowSoftInput(ShowSoftInputFlags, ResultReceiver)
StartInput(IInputConnection, EditorInfo)
UnbindInput()
monoandroid
namespace Android.InputMethodServices
{
[Register("android/inputmethodservice/InputMethodService", DoNotGenerateAcw = true)]
public class InputMethodService : AbstractInputMethodService
{
[Register("android/inputmethodservice/InputMethodService$InputMethodImpl", DoNotGenerateAcw = true)]
public class InputMethodImpl : AbstractInputMethodImpl
{
[Register("hideSoftInput", "(ILandroid/os/ResultReceiver;)V", "GetHideSoftInput_ILandroid_os_ResultReceiver_Handler")]
public override void HideSoftInput(int flags, ResultReceiver? resultReceiver);
}
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API