Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type AbstractInputMethodServiceAbstractInputMethodImplClient struct + func NewAbstractInputMethodServiceAbstractInputMethodImplClient(cc grpc.ClientConnInterface) *AbstractInputMethodServiceAbstractInputMethodImplClient + func (c *AbstractInputMethodServiceAbstractInputMethodImplClient) CreateSession(ctx context.Context, arg0 int64) error + func (c *AbstractInputMethodServiceAbstractInputMethodImplClient) RevokeSession(ctx context.Context, arg0 int64) error + func (c *AbstractInputMethodServiceAbstractInputMethodImplClient) SetSessionEnabled(ctx context.Context, arg0 int64, arg1 bool) error + type AbstractInputMethodServiceAbstractInputMethodSessionImplClient struct + func NewAbstractInputMethodServiceAbstractInputMethodSessionImplClient(cc grpc.ClientConnInterface) *AbstractInputMethodServiceAbstractInputMethodSessionImplClient + func (c *AbstractInputMethodServiceAbstractInputMethodSessionImplClient) DispatchGenericMotionEvent(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) error + func (c *AbstractInputMethodServiceAbstractInputMethodSessionImplClient) DispatchKeyEvent(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) error + func (c *AbstractInputMethodServiceAbstractInputMethodSessionImplClient) DispatchTrackballEvent(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) error + func (c *AbstractInputMethodServiceAbstractInputMethodSessionImplClient) IsEnabled(ctx context.Context) (bool, error) + func (c *AbstractInputMethodServiceAbstractInputMethodSessionImplClient) IsRevoked(ctx context.Context) (bool, error) + func (c *AbstractInputMethodServiceAbstractInputMethodSessionImplClient) OnShouldVerifyKeyEvent(ctx context.Context, arg0 int64) (bool, error) + func (c *AbstractInputMethodServiceAbstractInputMethodSessionImplClient) RevokeSelf(ctx context.Context) error + func (c *AbstractInputMethodServiceAbstractInputMethodSessionImplClient) SetEnabled(ctx context.Context, arg0 bool) error + type AbstractInputMethodServiceClient struct + func NewAbstractInputMethodServiceClient(cc grpc.ClientConnInterface) *AbstractInputMethodServiceClient + func (c *AbstractInputMethodServiceClient) GetKeyDispatcherState(ctx context.Context) (int64, error) + func (c *AbstractInputMethodServiceClient) GetSystemService(ctx context.Context, arg0 string) (int64, error) + func (c *AbstractInputMethodServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error) + func (c *AbstractInputMethodServiceClient) OnConfigurationChanged(ctx context.Context, arg0 int64) error + func (c *AbstractInputMethodServiceClient) OnCreateInputMethodInterface(ctx context.Context) (int64, error) + func (c *AbstractInputMethodServiceClient) OnCreateInputMethodSessionInterface(ctx context.Context) (int64, error) + func (c *AbstractInputMethodServiceClient) OnDestroy(ctx context.Context) error + func (c *AbstractInputMethodServiceClient) OnGenericMotionEvent(ctx context.Context, arg0 int64) (bool, error) + func (c *AbstractInputMethodServiceClient) OnLowMemory(ctx context.Context) error + func (c *AbstractInputMethodServiceClient) OnShouldVerifyKeyEvent(ctx context.Context, arg0 int64) (bool, error) + func (c *AbstractInputMethodServiceClient) OnTrackballEvent(ctx context.Context, arg0 int64) (bool, error) + func (c *AbstractInputMethodServiceClient) OnTrimMemory(ctx context.Context, arg0 int32) error + func (c *AbstractInputMethodServiceClient) RegisterComponentCallbacks(ctx context.Context, arg0 int64) error + func (c *AbstractInputMethodServiceClient) UnregisterComponentCallbacks(ctx context.Context, arg0 int64) error + type ExtractEditTextClient struct + func NewExtractEditTextClient(cc grpc.ClientConnInterface) *ExtractEditTextClient + func (c *ExtractEditTextClient) FinishInternalChanges(ctx context.Context, handle int64) error + func (c *ExtractEditTextClient) HasFocus(ctx context.Context, handle int64) (bool, error) + func (c *ExtractEditTextClient) HasVerticalScrollBar(ctx context.Context, handle int64) (bool, error) + func (c *ExtractEditTextClient) HasWindowFocus(ctx context.Context, handle int64) (bool, error) + func (c *ExtractEditTextClient) IsFocused(ctx context.Context, handle int64) (bool, error) + func (c *ExtractEditTextClient) IsInputMethodTarget(ctx context.Context, handle int64) (bool, error) + func (c *ExtractEditTextClient) OnTextContextMenuItem(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *ExtractEditTextClient) PerformClick(ctx context.Context, handle int64) (bool, error) + func (c *ExtractEditTextClient) SetExtractedText(ctx context.Context, handle int64, arg0 int64) error + func (c *ExtractEditTextClient) StartInternalChanges(ctx context.Context, handle int64) error + type InputMethodServiceClient struct + func NewInputMethodServiceClient(cc grpc.ClientConnInterface) *InputMethodServiceClient + func (c *InputMethodServiceClient) EnableHardwareAcceleration(ctx context.Context, handle int64) (bool, error) + func (c *InputMethodServiceClient) FinishConnectionlessStylusHandwriting(ctx context.Context, handle int64, arg0 string) error + func (c *InputMethodServiceClient) FinishStylusHandwriting(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) GetBackDisposition(ctx context.Context, handle int64) (int32, error) + func (c *InputMethodServiceClient) GetCandidatesHiddenVisibility(ctx context.Context, handle int64) (int32, error) + func (c *InputMethodServiceClient) GetCurrentInputBinding(ctx context.Context, handle int64) (int64, error) + func (c *InputMethodServiceClient) GetCurrentInputConnection(ctx context.Context, handle int64) (int64, error) + func (c *InputMethodServiceClient) GetCurrentInputEditorInfo(ctx context.Context, handle int64) (int64, error) + func (c *InputMethodServiceClient) GetCurrentInputStarted(ctx context.Context, handle int64) (bool, error) + func (c *InputMethodServiceClient) GetInputMethodWindowRecommendedHeight(ctx context.Context, handle int64) (int32, error) + func (c *InputMethodServiceClient) GetLayoutInflater(ctx context.Context, handle int64) (int64, error) + func (c *InputMethodServiceClient) GetMaxWidth(ctx context.Context, handle int64) (int32, error) + func (c *InputMethodServiceClient) GetStylusHandwritingIdleTimeoutMax(ctx context.Context, handle int64) (int64, error) + func (c *InputMethodServiceClient) GetStylusHandwritingSessionTimeout(ctx context.Context, handle int64) (int64, error) + func (c *InputMethodServiceClient) GetStylusHandwritingWindow(ctx context.Context, handle int64) (int64, error) + func (c *InputMethodServiceClient) GetSystemService(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *InputMethodServiceClient) GetTextForImeAction(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *InputMethodServiceClient) GetWindow(ctx context.Context, handle int64) (int64, error) + func (c *InputMethodServiceClient) HideStatusIcon(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) HideWindow(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) IsExtractViewShown(ctx context.Context, handle int64) (bool, error) + func (c *InputMethodServiceClient) IsFullscreenMode(ctx context.Context, handle int64) (bool, error) + func (c *InputMethodServiceClient) IsInputViewShown(ctx context.Context, handle int64) (bool, error) + func (c *InputMethodServiceClient) IsShowInputRequested(ctx context.Context, handle int64) (bool, error) + func (c *InputMethodServiceClient) OnAppPrivateCommand(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *InputMethodServiceClient) OnBindInput(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) OnComputeInsets(ctx context.Context, handle int64, arg0 int64) error + func (c *InputMethodServiceClient) OnConfigurationChanged(ctx context.Context, handle int64, arg0 int64) error + func (c *InputMethodServiceClient) OnConfigureWindow(ctx context.Context, handle int64, arg0 int64, arg1 bool, arg2 bool) error + func (c *InputMethodServiceClient) OnCreate(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) OnCreateCandidatesView(ctx context.Context, handle int64) (int64, error) + func (c *InputMethodServiceClient) OnCreateExtractTextView(ctx context.Context, handle int64) (int64, error) + func (c *InputMethodServiceClient) OnCreateInlineSuggestionsRequest(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *InputMethodServiceClient) OnCreateInputMethodInterface(ctx context.Context, handle int64) (int64, error) + func (c *InputMethodServiceClient) OnCreateInputMethodSessionInterface(ctx context.Context, handle int64) (int64, error) + func (c *InputMethodServiceClient) OnCreateInputView(ctx context.Context, handle int64) (int64, error) + func (c *InputMethodServiceClient) OnCustomImeSwitcherButtonRequestedVisible(ctx context.Context, handle int64, arg0 bool) error + func (c *InputMethodServiceClient) OnDestroy(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) OnDisplayCompletions(ctx context.Context, handle int64, arg0 int64) error + func (c *InputMethodServiceClient) OnEvaluateFullscreenMode(ctx context.Context, handle int64) (bool, error) + func (c *InputMethodServiceClient) OnEvaluateInputViewShown(ctx context.Context, handle int64) (bool, error) + func (c *InputMethodServiceClient) OnExtractTextContextMenuItem(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *InputMethodServiceClient) OnExtractedCursorMovement(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *InputMethodServiceClient) OnExtractedSelectionChanged(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *InputMethodServiceClient) OnExtractedTextClicked(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) OnExtractingInputChanged(ctx context.Context, handle int64, arg0 int64) error + func (c *InputMethodServiceClient) OnFinishCandidatesView(ctx context.Context, handle int64, arg0 bool) error + func (c *InputMethodServiceClient) OnFinishInput(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) OnFinishInputView(ctx context.Context, handle int64, arg0 bool) error + func (c *InputMethodServiceClient) OnFinishStylusHandwriting(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) OnGenericMotionEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *InputMethodServiceClient) OnInitializeInterface(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) OnInlineSuggestionsResponse(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *InputMethodServiceClient) OnKeyDown(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *InputMethodServiceClient) OnKeyLongPress(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *InputMethodServiceClient) OnKeyMultiple(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (bool, error) + func (c *InputMethodServiceClient) OnKeyUp(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *InputMethodServiceClient) OnPrepareStylusHandwriting(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) OnShouldVerifyKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *InputMethodServiceClient) OnShowInputRequested(ctx context.Context, handle int64, arg0 int32, arg1 bool) (bool, error) + func (c *InputMethodServiceClient) OnStartCandidatesView(ctx context.Context, handle int64, arg0 int64, arg1 bool) error + func (c *InputMethodServiceClient) OnStartConnectionlessStylusHandwriting(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *InputMethodServiceClient) OnStartInput(ctx context.Context, handle int64, arg0 int64, arg1 bool) error + func (c *InputMethodServiceClient) OnStartInputView(ctx context.Context, handle int64, arg0 int64, arg1 bool) error + func (c *InputMethodServiceClient) OnStartStylusHandwriting(ctx context.Context, handle int64) (bool, error) + func (c *InputMethodServiceClient) OnStylusHandwritingMotionEvent(ctx context.Context, handle int64, arg0 int64) error + func (c *InputMethodServiceClient) OnTrackballEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *InputMethodServiceClient) OnUnbindInput(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) OnUpdateCursor(ctx context.Context, handle int64, arg0 int64) error + func (c *InputMethodServiceClient) OnUpdateCursorAnchorInfo(ctx context.Context, handle int64, arg0 int64) error + func (c *InputMethodServiceClient) OnUpdateEditorToolType(ctx context.Context, handle int64, arg0 int32) error + func (c *InputMethodServiceClient) OnUpdateExtractedText(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *InputMethodServiceClient) OnUpdateExtractingViews(ctx context.Context, handle int64, arg0 int64) error + func (c *InputMethodServiceClient) OnUpdateExtractingVisibility(ctx context.Context, handle int64, arg0 int64) error + func (c *InputMethodServiceClient) OnUpdateSelection(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *InputMethodServiceClient) OnViewClicked(ctx context.Context, handle int64, arg0 bool) error + func (c *InputMethodServiceClient) OnWindowHidden(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) OnWindowShown(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) RequestHideSelf(ctx context.Context, handle int64, arg0 int32) error + func (c *InputMethodServiceClient) RequestShowSelf(ctx context.Context, handle int64, arg0 int32) error + func (c *InputMethodServiceClient) SendDefaultEditorAction(ctx context.Context, handle int64, arg0 bool) (bool, error) + func (c *InputMethodServiceClient) SendDownUpKeyEvents(ctx context.Context, handle int64, arg0 int32) error + func (c *InputMethodServiceClient) SendKeyChar(ctx context.Context, handle int64, arg0 uint16) error + func (c *InputMethodServiceClient) SetBackDisposition(ctx context.Context, handle int64, arg0 int32) error + func (c *InputMethodServiceClient) SetCandidatesView(ctx context.Context, handle int64, arg0 int64) error + func (c *InputMethodServiceClient) SetCandidatesViewShown(ctx context.Context, handle int64, arg0 bool) error + func (c *InputMethodServiceClient) SetExtractView(ctx context.Context, handle int64, arg0 int64) error + func (c *InputMethodServiceClient) SetExtractViewShown(ctx context.Context, handle int64, arg0 bool) error + func (c *InputMethodServiceClient) SetInputView(ctx context.Context, handle int64, arg0 int64) error + func (c *InputMethodServiceClient) SetStylusHandwritingRegion(ctx context.Context, handle int64, arg0 int64) error + func (c *InputMethodServiceClient) SetStylusHandwritingSessionTimeout(ctx context.Context, handle int64, arg0 int64) error + func (c *InputMethodServiceClient) SetTheme(ctx context.Context, handle int64, arg0 int32) error + func (c *InputMethodServiceClient) ShouldOfferSwitchingToNextInputMethod(ctx context.Context, handle int64) (bool, error) + func (c *InputMethodServiceClient) ShowStatusIcon(ctx context.Context, handle int64, arg0 int32) error + func (c *InputMethodServiceClient) ShowWindow(ctx context.Context, handle int64, arg0 bool) error + func (c *InputMethodServiceClient) SwitchInputMethod1(ctx context.Context, handle int64, arg0 string) error + func (c *InputMethodServiceClient) SwitchInputMethod2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *InputMethodServiceClient) SwitchToNextInputMethod(ctx context.Context, handle int64, arg0 bool) (bool, error) + func (c *InputMethodServiceClient) SwitchToPreviousInputMethod(ctx context.Context, handle int64) (bool, error) + func (c *InputMethodServiceClient) UpdateFullscreenMode(ctx context.Context, handle int64) error + func (c *InputMethodServiceClient) UpdateInputViewShown(ctx context.Context, handle int64) error + type InputMethodServiceInputMethodImplClient struct + func NewInputMethodServiceInputMethodImplClient(cc grpc.ClientConnInterface) *InputMethodServiceInputMethodImplClient + func (c *InputMethodServiceInputMethodImplClient) AttachToken(ctx context.Context, arg0 int64) error + func (c *InputMethodServiceInputMethodImplClient) BindInput(ctx context.Context, arg0 int64) error + func (c *InputMethodServiceInputMethodImplClient) ChangeInputMethodSubtype(ctx context.Context, arg0 int64) error + func (c *InputMethodServiceInputMethodImplClient) HideSoftInput(ctx context.Context, arg0 int32, arg1 int64) error + func (c *InputMethodServiceInputMethodImplClient) RestartInput(ctx context.Context, arg0 int64, arg1 int64) error + func (c *InputMethodServiceInputMethodImplClient) ShowSoftInput(ctx context.Context, arg0 int32, arg1 int64) error + func (c *InputMethodServiceInputMethodImplClient) StartInput(ctx context.Context, arg0 int64, arg1 int64) error + func (c *InputMethodServiceInputMethodImplClient) UnbindInput(ctx context.Context) error + type InputMethodServiceInputMethodSessionImplClient struct + func NewInputMethodServiceInputMethodSessionImplClient(cc grpc.ClientConnInterface) *InputMethodServiceInputMethodSessionImplClient + func (c *InputMethodServiceInputMethodSessionImplClient) AppPrivateCommand(ctx context.Context, arg0 string, arg1 int64) error + func (c *InputMethodServiceInputMethodSessionImplClient) DisplayCompletions(ctx context.Context, arg0 int64) error + func (c *InputMethodServiceInputMethodSessionImplClient) FinishInput(ctx context.Context) error + func (c *InputMethodServiceInputMethodSessionImplClient) ToggleSoftInput(ctx context.Context, arg0 int32, arg1 int32) error + func (c *InputMethodServiceInputMethodSessionImplClient) UpdateCursor(ctx context.Context, arg0 int64) error + func (c *InputMethodServiceInputMethodSessionImplClient) UpdateCursorAnchorInfo(ctx context.Context, arg0 int64) error + func (c *InputMethodServiceInputMethodSessionImplClient) UpdateExtractedText(ctx context.Context, arg0 int32, arg1 int64) error + func (c *InputMethodServiceInputMethodSessionImplClient) UpdateSelection(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *InputMethodServiceInputMethodSessionImplClient) ViewClicked(ctx context.Context, arg0 bool) error + type KeyboardClient struct + func NewKeyboardClient(cc grpc.ClientConnInterface) *KeyboardClient + func (c *KeyboardClient) GetHeight(ctx context.Context, handle int64) (int32, error) + func (c *KeyboardClient) GetKeys(ctx context.Context, handle int64) (int64, error) + func (c *KeyboardClient) GetMinWidth(ctx context.Context, handle int64) (int32, error) + func (c *KeyboardClient) GetModifierKeys(ctx context.Context, handle int64) (int64, error) + func (c *KeyboardClient) GetNearestKeys(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error) + func (c *KeyboardClient) GetShiftKeyIndex(ctx context.Context, handle int64) (int32, error) + func (c *KeyboardClient) IsShifted(ctx context.Context, handle int64) (bool, error) + func (c *KeyboardClient) SetShifted(ctx context.Context, handle int64, arg0 bool) (bool, error) + type KeyboardKeyClient struct + func NewKeyboardKeyClient(cc grpc.ClientConnInterface) *KeyboardKeyClient + func (c *KeyboardKeyClient) GetCurrentDrawableState(ctx context.Context) (int64, error) + func (c *KeyboardKeyClient) IsInside(ctx context.Context, arg0 int32, arg1 int32) (bool, error) + func (c *KeyboardKeyClient) OnPressed(ctx context.Context) error + func (c *KeyboardKeyClient) OnReleased(ctx context.Context, arg0 bool) error + func (c *KeyboardKeyClient) SquaredDistanceFrom(ctx context.Context, arg0 int32, arg1 int32) (int32, error) + type KeyboardViewClient struct + func NewKeyboardViewClient(cc grpc.ClientConnInterface) *KeyboardViewClient + func (c *KeyboardViewClient) Closing(ctx context.Context, handle int64) error + func (c *KeyboardViewClient) GetKeyboard(ctx context.Context, handle int64) (int64, error) + func (c *KeyboardViewClient) HandleBack(ctx context.Context, handle int64) (bool, error) + func (c *KeyboardViewClient) InvalidateAllKeys(ctx context.Context, handle int64) error + func (c *KeyboardViewClient) InvalidateKey(ctx context.Context, handle int64, arg0 int32) error + func (c *KeyboardViewClient) IsPreviewEnabled(ctx context.Context, handle int64) (bool, error) + func (c *KeyboardViewClient) IsProximityCorrectionEnabled(ctx context.Context, handle int64) (bool, error) + func (c *KeyboardViewClient) IsShifted(ctx context.Context, handle int64) (bool, error) + func (c *KeyboardViewClient) OnClick(ctx context.Context, handle int64, arg0 int64) error + func (c *KeyboardViewClient) OnDetachedFromWindow(ctx context.Context, handle int64) error + func (c *KeyboardViewClient) OnDraw(ctx context.Context, handle int64, arg0 int64) error + func (c *KeyboardViewClient) OnHoverEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *KeyboardViewClient) OnMeasure(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *KeyboardViewClient) OnSizeChanged(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *KeyboardViewClient) OnTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *KeyboardViewClient) SetKeyboard(ctx context.Context, handle int64, arg0 int64) error + func (c *KeyboardViewClient) SetOnKeyboardActionListener(ctx context.Context, handle int64, arg0 int64) error + func (c *KeyboardViewClient) SetPopupOffset(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *KeyboardViewClient) SetPopupParent(ctx context.Context, handle int64, arg0 int64) error + func (c *KeyboardViewClient) SetPreviewEnabled(ctx context.Context, handle int64, arg0 bool) error + func (c *KeyboardViewClient) SetProximityCorrectionEnabled(ctx context.Context, handle int64, arg0 bool) error + func (c *KeyboardViewClient) SetShifted(ctx context.Context, handle int64, arg0 bool) (bool, error) + func (c *KeyboardViewClient) SetVerticalCorrection(ctx context.Context, handle int64, arg0 int32) error + type KeyboardViewOnKeyboardActionListenerClient struct + func NewKeyboardViewOnKeyboardActionListenerClient(cc grpc.ClientConnInterface) *KeyboardViewOnKeyboardActionListenerClient + func (c *KeyboardViewOnKeyboardActionListenerClient) OnKey(ctx context.Context, arg0 int32, arg1 int64) error + func (c *KeyboardViewOnKeyboardActionListenerClient) OnPress(ctx context.Context, arg0 int32) error + func (c *KeyboardViewOnKeyboardActionListenerClient) OnRelease(ctx context.Context, arg0 int32) error + func (c *KeyboardViewOnKeyboardActionListenerClient) OnText(ctx context.Context, arg0 string) error + func (c *KeyboardViewOnKeyboardActionListenerClient) SwipeDown(ctx context.Context) error + func (c *KeyboardViewOnKeyboardActionListenerClient) SwipeLeft(ctx context.Context) error + func (c *KeyboardViewOnKeyboardActionListenerClient) SwipeRight(ctx context.Context) error + func (c *KeyboardViewOnKeyboardActionListenerClient) SwipeUp(ctx context.Context) error