inputmethodservice

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbstractInputMethodServiceAbstractInputMethodImplClient

type AbstractInputMethodServiceAbstractInputMethodImplClient struct {
	// contains filtered or unexported fields
}

AbstractInputMethodServiceAbstractInputMethodImplClient wraps the gRPC AbstractInputMethodServiceAbstractInputMethodImplService client.

func NewAbstractInputMethodServiceAbstractInputMethodImplClient

func NewAbstractInputMethodServiceAbstractInputMethodImplClient(cc grpc.ClientConnInterface) *AbstractInputMethodServiceAbstractInputMethodImplClient

NewAbstractInputMethodServiceAbstractInputMethodImplClient creates a new AbstractInputMethodServiceAbstractInputMethodImpl client.

func (*AbstractInputMethodServiceAbstractInputMethodImplClient) CreateSession

CreateSession calls the CreateSession RPC.

func (*AbstractInputMethodServiceAbstractInputMethodImplClient) RevokeSession

RevokeSession calls the RevokeSession RPC.

func (*AbstractInputMethodServiceAbstractInputMethodImplClient) SetSessionEnabled

SetSessionEnabled calls the SetSessionEnabled RPC.

type AbstractInputMethodServiceAbstractInputMethodSessionImplClient

type AbstractInputMethodServiceAbstractInputMethodSessionImplClient struct {
	// contains filtered or unexported fields
}

AbstractInputMethodServiceAbstractInputMethodSessionImplClient wraps the gRPC AbstractInputMethodServiceAbstractInputMethodSessionImplService client.

func NewAbstractInputMethodServiceAbstractInputMethodSessionImplClient

func NewAbstractInputMethodServiceAbstractInputMethodSessionImplClient(cc grpc.ClientConnInterface) *AbstractInputMethodServiceAbstractInputMethodSessionImplClient

NewAbstractInputMethodServiceAbstractInputMethodSessionImplClient creates a new AbstractInputMethodServiceAbstractInputMethodSessionImpl client.

func (*AbstractInputMethodServiceAbstractInputMethodSessionImplClient) DispatchGenericMotionEvent

func (c *AbstractInputMethodServiceAbstractInputMethodSessionImplClient) DispatchGenericMotionEvent(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) error

DispatchGenericMotionEvent calls the DispatchGenericMotionEvent RPC.

func (*AbstractInputMethodServiceAbstractInputMethodSessionImplClient) DispatchKeyEvent

DispatchKeyEvent calls the DispatchKeyEvent RPC.

func (*AbstractInputMethodServiceAbstractInputMethodSessionImplClient) DispatchTrackballEvent

func (c *AbstractInputMethodServiceAbstractInputMethodSessionImplClient) DispatchTrackballEvent(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) error

DispatchTrackballEvent calls the DispatchTrackballEvent RPC.

func (*AbstractInputMethodServiceAbstractInputMethodSessionImplClient) IsEnabled

IsEnabled calls the IsEnabled RPC.

func (*AbstractInputMethodServiceAbstractInputMethodSessionImplClient) IsRevoked

IsRevoked calls the IsRevoked RPC.

func (*AbstractInputMethodServiceAbstractInputMethodSessionImplClient) OnShouldVerifyKeyEvent

OnShouldVerifyKeyEvent calls the OnShouldVerifyKeyEvent RPC.

func (*AbstractInputMethodServiceAbstractInputMethodSessionImplClient) RevokeSelf

RevokeSelf calls the RevokeSelf RPC.

func (*AbstractInputMethodServiceAbstractInputMethodSessionImplClient) SetEnabled

SetEnabled calls the SetEnabled RPC.

type AbstractInputMethodServiceClient

type AbstractInputMethodServiceClient struct {
	// contains filtered or unexported fields
}

AbstractInputMethodServiceClient wraps the gRPC AbstractInputMethodServiceService client.

func NewAbstractInputMethodServiceClient

func NewAbstractInputMethodServiceClient(cc grpc.ClientConnInterface) *AbstractInputMethodServiceClient

NewAbstractInputMethodServiceClient creates a new AbstractInputMethodService client.

func (*AbstractInputMethodServiceClient) GetKeyDispatcherState

func (c *AbstractInputMethodServiceClient) GetKeyDispatcherState(ctx context.Context) (int64, error)

GetKeyDispatcherState calls the GetKeyDispatcherState RPC.

func (*AbstractInputMethodServiceClient) GetSystemService

func (c *AbstractInputMethodServiceClient) GetSystemService(ctx context.Context, arg0 string) (int64, error)

GetSystemService calls the GetSystemService RPC.

func (*AbstractInputMethodServiceClient) OnBind

OnBind calls the OnBind RPC.

func (*AbstractInputMethodServiceClient) OnConfigurationChanged

func (c *AbstractInputMethodServiceClient) OnConfigurationChanged(ctx context.Context, arg0 int64) error

OnConfigurationChanged calls the OnConfigurationChanged RPC.

func (*AbstractInputMethodServiceClient) OnCreateInputMethodInterface

func (c *AbstractInputMethodServiceClient) OnCreateInputMethodInterface(ctx context.Context) (int64, error)

OnCreateInputMethodInterface calls the OnCreateInputMethodInterface RPC.

func (*AbstractInputMethodServiceClient) OnCreateInputMethodSessionInterface

func (c *AbstractInputMethodServiceClient) OnCreateInputMethodSessionInterface(ctx context.Context) (int64, error)

OnCreateInputMethodSessionInterface calls the OnCreateInputMethodSessionInterface RPC.

func (*AbstractInputMethodServiceClient) OnDestroy

OnDestroy calls the OnDestroy RPC.

func (*AbstractInputMethodServiceClient) OnGenericMotionEvent

func (c *AbstractInputMethodServiceClient) OnGenericMotionEvent(ctx context.Context, arg0 int64) (bool, error)

OnGenericMotionEvent calls the OnGenericMotionEvent RPC.

func (*AbstractInputMethodServiceClient) OnLowMemory

OnLowMemory calls the OnLowMemory RPC.

func (*AbstractInputMethodServiceClient) OnShouldVerifyKeyEvent

func (c *AbstractInputMethodServiceClient) OnShouldVerifyKeyEvent(ctx context.Context, arg0 int64) (bool, error)

OnShouldVerifyKeyEvent calls the OnShouldVerifyKeyEvent RPC.

func (*AbstractInputMethodServiceClient) OnTrackballEvent

func (c *AbstractInputMethodServiceClient) OnTrackballEvent(ctx context.Context, arg0 int64) (bool, error)

OnTrackballEvent calls the OnTrackballEvent RPC.

func (*AbstractInputMethodServiceClient) OnTrimMemory

func (c *AbstractInputMethodServiceClient) OnTrimMemory(ctx context.Context, arg0 int32) error

OnTrimMemory calls the OnTrimMemory RPC.

func (*AbstractInputMethodServiceClient) RegisterComponentCallbacks

func (c *AbstractInputMethodServiceClient) RegisterComponentCallbacks(ctx context.Context, arg0 int64) error

RegisterComponentCallbacks calls the RegisterComponentCallbacks RPC.

func (*AbstractInputMethodServiceClient) UnregisterComponentCallbacks

func (c *AbstractInputMethodServiceClient) UnregisterComponentCallbacks(ctx context.Context, arg0 int64) error

UnregisterComponentCallbacks calls the UnregisterComponentCallbacks RPC.

type ExtractEditTextClient

type ExtractEditTextClient struct {
	// contains filtered or unexported fields
}

ExtractEditTextClient wraps the gRPC ExtractEditTextService client.

func NewExtractEditTextClient

func NewExtractEditTextClient(cc grpc.ClientConnInterface) *ExtractEditTextClient

NewExtractEditTextClient creates a new ExtractEditText client.

func (*ExtractEditTextClient) FinishInternalChanges

func (c *ExtractEditTextClient) FinishInternalChanges(ctx context.Context, handle int64) error

FinishInternalChanges calls the FinishInternalChanges RPC.

func (*ExtractEditTextClient) HasFocus

func (c *ExtractEditTextClient) HasFocus(ctx context.Context, handle int64) (bool, error)

HasFocus calls the HasFocus RPC.

func (*ExtractEditTextClient) HasVerticalScrollBar

func (c *ExtractEditTextClient) HasVerticalScrollBar(ctx context.Context, handle int64) (bool, error)

HasVerticalScrollBar calls the HasVerticalScrollBar RPC.

func (*ExtractEditTextClient) HasWindowFocus

func (c *ExtractEditTextClient) HasWindowFocus(ctx context.Context, handle int64) (bool, error)

HasWindowFocus calls the HasWindowFocus RPC.

func (*ExtractEditTextClient) IsFocused

func (c *ExtractEditTextClient) IsFocused(ctx context.Context, handle int64) (bool, error)

IsFocused calls the IsFocused RPC.

func (*ExtractEditTextClient) IsInputMethodTarget

func (c *ExtractEditTextClient) IsInputMethodTarget(ctx context.Context, handle int64) (bool, error)

IsInputMethodTarget calls the IsInputMethodTarget RPC.

func (*ExtractEditTextClient) OnTextContextMenuItem

func (c *ExtractEditTextClient) OnTextContextMenuItem(ctx context.Context, handle int64, arg0 int32) (bool, error)

OnTextContextMenuItem calls the OnTextContextMenuItem RPC.

func (*ExtractEditTextClient) PerformClick

func (c *ExtractEditTextClient) PerformClick(ctx context.Context, handle int64) (bool, error)

PerformClick calls the PerformClick RPC.

func (*ExtractEditTextClient) SetExtractedText

func (c *ExtractEditTextClient) SetExtractedText(ctx context.Context, handle int64, arg0 int64) error

SetExtractedText calls the SetExtractedText RPC.

func (*ExtractEditTextClient) StartInternalChanges

func (c *ExtractEditTextClient) StartInternalChanges(ctx context.Context, handle int64) error

StartInternalChanges calls the StartInternalChanges RPC.

type InputMethodServiceClient

type InputMethodServiceClient struct {
	// contains filtered or unexported fields
}

InputMethodServiceClient wraps the gRPC InputMethodServiceService client.

func NewInputMethodServiceClient

func NewInputMethodServiceClient(cc grpc.ClientConnInterface) *InputMethodServiceClient

NewInputMethodServiceClient creates a new InputMethodService client.

func (*InputMethodServiceClient) EnableHardwareAcceleration

func (c *InputMethodServiceClient) EnableHardwareAcceleration(ctx context.Context, handle int64) (bool, error)

EnableHardwareAcceleration calls the EnableHardwareAcceleration RPC.

func (*InputMethodServiceClient) FinishConnectionlessStylusHandwriting

func (c *InputMethodServiceClient) FinishConnectionlessStylusHandwriting(ctx context.Context, handle int64, arg0 string) error

FinishConnectionlessStylusHandwriting calls the FinishConnectionlessStylusHandwriting RPC.

func (*InputMethodServiceClient) FinishStylusHandwriting

func (c *InputMethodServiceClient) FinishStylusHandwriting(ctx context.Context, handle int64) error

FinishStylusHandwriting calls the FinishStylusHandwriting RPC.

func (*InputMethodServiceClient) GetBackDisposition

func (c *InputMethodServiceClient) GetBackDisposition(ctx context.Context, handle int64) (int32, error)

GetBackDisposition calls the GetBackDisposition RPC.

func (*InputMethodServiceClient) GetCandidatesHiddenVisibility

func (c *InputMethodServiceClient) GetCandidatesHiddenVisibility(ctx context.Context, handle int64) (int32, error)

GetCandidatesHiddenVisibility calls the GetCandidatesHiddenVisibility RPC.

func (*InputMethodServiceClient) GetCurrentInputBinding

func (c *InputMethodServiceClient) GetCurrentInputBinding(ctx context.Context, handle int64) (int64, error)

GetCurrentInputBinding calls the GetCurrentInputBinding RPC.

func (*InputMethodServiceClient) GetCurrentInputConnection

func (c *InputMethodServiceClient) GetCurrentInputConnection(ctx context.Context, handle int64) (int64, error)

GetCurrentInputConnection calls the GetCurrentInputConnection RPC.

func (*InputMethodServiceClient) GetCurrentInputEditorInfo

func (c *InputMethodServiceClient) GetCurrentInputEditorInfo(ctx context.Context, handle int64) (int64, error)

GetCurrentInputEditorInfo calls the GetCurrentInputEditorInfo RPC.

func (*InputMethodServiceClient) GetCurrentInputStarted

func (c *InputMethodServiceClient) GetCurrentInputStarted(ctx context.Context, handle int64) (bool, error)

GetCurrentInputStarted calls the GetCurrentInputStarted RPC.

func (*InputMethodServiceClient) GetInputMethodWindowRecommendedHeight

func (c *InputMethodServiceClient) GetInputMethodWindowRecommendedHeight(ctx context.Context, handle int64) (int32, error)

GetInputMethodWindowRecommendedHeight calls the GetInputMethodWindowRecommendedHeight RPC.

func (*InputMethodServiceClient) GetLayoutInflater

func (c *InputMethodServiceClient) GetLayoutInflater(ctx context.Context, handle int64) (int64, error)

GetLayoutInflater calls the GetLayoutInflater RPC.

func (*InputMethodServiceClient) GetMaxWidth

func (c *InputMethodServiceClient) GetMaxWidth(ctx context.Context, handle int64) (int32, error)

GetMaxWidth calls the GetMaxWidth RPC.

func (*InputMethodServiceClient) GetStylusHandwritingIdleTimeoutMax

func (c *InputMethodServiceClient) GetStylusHandwritingIdleTimeoutMax(ctx context.Context, handle int64) (int64, error)

GetStylusHandwritingIdleTimeoutMax calls the GetStylusHandwritingIdleTimeoutMax RPC.

func (*InputMethodServiceClient) GetStylusHandwritingSessionTimeout

func (c *InputMethodServiceClient) GetStylusHandwritingSessionTimeout(ctx context.Context, handle int64) (int64, error)

GetStylusHandwritingSessionTimeout calls the GetStylusHandwritingSessionTimeout RPC.

func (*InputMethodServiceClient) GetStylusHandwritingWindow

func (c *InputMethodServiceClient) GetStylusHandwritingWindow(ctx context.Context, handle int64) (int64, error)

GetStylusHandwritingWindow calls the GetStylusHandwritingWindow RPC.

func (*InputMethodServiceClient) GetSystemService

func (c *InputMethodServiceClient) GetSystemService(ctx context.Context, handle int64, arg0 string) (int64, error)

GetSystemService calls the GetSystemService RPC.

func (*InputMethodServiceClient) GetTextForImeAction

func (c *InputMethodServiceClient) GetTextForImeAction(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetTextForImeAction calls the GetTextForImeAction RPC.

func (*InputMethodServiceClient) GetWindow

func (c *InputMethodServiceClient) GetWindow(ctx context.Context, handle int64) (int64, error)

GetWindow calls the GetWindow RPC.

func (*InputMethodServiceClient) HideStatusIcon

func (c *InputMethodServiceClient) HideStatusIcon(ctx context.Context, handle int64) error

HideStatusIcon calls the HideStatusIcon RPC.

func (*InputMethodServiceClient) HideWindow

func (c *InputMethodServiceClient) HideWindow(ctx context.Context, handle int64) error

HideWindow calls the HideWindow RPC.

func (*InputMethodServiceClient) IsExtractViewShown

func (c *InputMethodServiceClient) IsExtractViewShown(ctx context.Context, handle int64) (bool, error)

IsExtractViewShown calls the IsExtractViewShown RPC.

func (*InputMethodServiceClient) IsFullscreenMode

func (c *InputMethodServiceClient) IsFullscreenMode(ctx context.Context, handle int64) (bool, error)

IsFullscreenMode calls the IsFullscreenMode RPC.

func (*InputMethodServiceClient) IsInputViewShown

func (c *InputMethodServiceClient) IsInputViewShown(ctx context.Context, handle int64) (bool, error)

IsInputViewShown calls the IsInputViewShown RPC.

func (*InputMethodServiceClient) IsShowInputRequested

func (c *InputMethodServiceClient) IsShowInputRequested(ctx context.Context, handle int64) (bool, error)

IsShowInputRequested calls the IsShowInputRequested RPC.

func (*InputMethodServiceClient) OnAppPrivateCommand

func (c *InputMethodServiceClient) OnAppPrivateCommand(ctx context.Context, handle int64, arg0 string, arg1 int64) error

OnAppPrivateCommand calls the OnAppPrivateCommand RPC.

func (*InputMethodServiceClient) OnBindInput

func (c *InputMethodServiceClient) OnBindInput(ctx context.Context, handle int64) error

OnBindInput calls the OnBindInput RPC.

func (*InputMethodServiceClient) OnComputeInsets

func (c *InputMethodServiceClient) OnComputeInsets(ctx context.Context, handle int64, arg0 int64) error

OnComputeInsets calls the OnComputeInsets RPC.

func (*InputMethodServiceClient) OnConfigurationChanged

func (c *InputMethodServiceClient) OnConfigurationChanged(ctx context.Context, handle int64, arg0 int64) error

OnConfigurationChanged calls the OnConfigurationChanged RPC.

func (*InputMethodServiceClient) OnConfigureWindow

func (c *InputMethodServiceClient) OnConfigureWindow(ctx context.Context, handle int64, arg0 int64, arg1 bool, arg2 bool) error

OnConfigureWindow calls the OnConfigureWindow RPC.

func (*InputMethodServiceClient) OnCreate

func (c *InputMethodServiceClient) OnCreate(ctx context.Context, handle int64) error

OnCreate calls the OnCreate RPC.

func (*InputMethodServiceClient) OnCreateCandidatesView

func (c *InputMethodServiceClient) OnCreateCandidatesView(ctx context.Context, handle int64) (int64, error)

OnCreateCandidatesView calls the OnCreateCandidatesView RPC.

func (*InputMethodServiceClient) OnCreateExtractTextView

func (c *InputMethodServiceClient) OnCreateExtractTextView(ctx context.Context, handle int64) (int64, error)

OnCreateExtractTextView calls the OnCreateExtractTextView RPC.

func (*InputMethodServiceClient) OnCreateInlineSuggestionsRequest

func (c *InputMethodServiceClient) OnCreateInlineSuggestionsRequest(ctx context.Context, handle int64, arg0 int64) (int64, error)

OnCreateInlineSuggestionsRequest calls the OnCreateInlineSuggestionsRequest RPC.

func (*InputMethodServiceClient) OnCreateInputMethodInterface

func (c *InputMethodServiceClient) OnCreateInputMethodInterface(ctx context.Context, handle int64) (int64, error)

OnCreateInputMethodInterface calls the OnCreateInputMethodInterface RPC.

func (*InputMethodServiceClient) OnCreateInputMethodSessionInterface

func (c *InputMethodServiceClient) OnCreateInputMethodSessionInterface(ctx context.Context, handle int64) (int64, error)

OnCreateInputMethodSessionInterface calls the OnCreateInputMethodSessionInterface RPC.

func (*InputMethodServiceClient) OnCreateInputView

func (c *InputMethodServiceClient) OnCreateInputView(ctx context.Context, handle int64) (int64, error)

OnCreateInputView calls the OnCreateInputView RPC.

func (*InputMethodServiceClient) OnCustomImeSwitcherButtonRequestedVisible

func (c *InputMethodServiceClient) OnCustomImeSwitcherButtonRequestedVisible(ctx context.Context, handle int64, arg0 bool) error

OnCustomImeSwitcherButtonRequestedVisible calls the OnCustomImeSwitcherButtonRequestedVisible RPC.

func (*InputMethodServiceClient) OnDestroy

func (c *InputMethodServiceClient) OnDestroy(ctx context.Context, handle int64) error

OnDestroy calls the OnDestroy RPC.

func (*InputMethodServiceClient) OnDisplayCompletions

func (c *InputMethodServiceClient) OnDisplayCompletions(ctx context.Context, handle int64, arg0 int64) error

OnDisplayCompletions calls the OnDisplayCompletions RPC.

func (*InputMethodServiceClient) OnEvaluateFullscreenMode

func (c *InputMethodServiceClient) OnEvaluateFullscreenMode(ctx context.Context, handle int64) (bool, error)

OnEvaluateFullscreenMode calls the OnEvaluateFullscreenMode RPC.

func (*InputMethodServiceClient) OnEvaluateInputViewShown

func (c *InputMethodServiceClient) OnEvaluateInputViewShown(ctx context.Context, handle int64) (bool, error)

OnEvaluateInputViewShown calls the OnEvaluateInputViewShown RPC.

func (*InputMethodServiceClient) OnExtractTextContextMenuItem

func (c *InputMethodServiceClient) OnExtractTextContextMenuItem(ctx context.Context, handle int64, arg0 int32) (bool, error)

OnExtractTextContextMenuItem calls the OnExtractTextContextMenuItem RPC.

func (*InputMethodServiceClient) OnExtractedCursorMovement

func (c *InputMethodServiceClient) OnExtractedCursorMovement(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

OnExtractedCursorMovement calls the OnExtractedCursorMovement RPC.

func (*InputMethodServiceClient) OnExtractedSelectionChanged

func (c *InputMethodServiceClient) OnExtractedSelectionChanged(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

OnExtractedSelectionChanged calls the OnExtractedSelectionChanged RPC.

func (*InputMethodServiceClient) OnExtractedTextClicked

func (c *InputMethodServiceClient) OnExtractedTextClicked(ctx context.Context, handle int64) error

OnExtractedTextClicked calls the OnExtractedTextClicked RPC.

func (*InputMethodServiceClient) OnExtractingInputChanged

func (c *InputMethodServiceClient) OnExtractingInputChanged(ctx context.Context, handle int64, arg0 int64) error

OnExtractingInputChanged calls the OnExtractingInputChanged RPC.

func (*InputMethodServiceClient) OnFinishCandidatesView

func (c *InputMethodServiceClient) OnFinishCandidatesView(ctx context.Context, handle int64, arg0 bool) error

OnFinishCandidatesView calls the OnFinishCandidatesView RPC.

func (*InputMethodServiceClient) OnFinishInput

func (c *InputMethodServiceClient) OnFinishInput(ctx context.Context, handle int64) error

OnFinishInput calls the OnFinishInput RPC.

func (*InputMethodServiceClient) OnFinishInputView

func (c *InputMethodServiceClient) OnFinishInputView(ctx context.Context, handle int64, arg0 bool) error

OnFinishInputView calls the OnFinishInputView RPC.

func (*InputMethodServiceClient) OnFinishStylusHandwriting

func (c *InputMethodServiceClient) OnFinishStylusHandwriting(ctx context.Context, handle int64) error

OnFinishStylusHandwriting calls the OnFinishStylusHandwriting RPC.

func (*InputMethodServiceClient) OnGenericMotionEvent

func (c *InputMethodServiceClient) OnGenericMotionEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnGenericMotionEvent calls the OnGenericMotionEvent RPC.

func (*InputMethodServiceClient) OnInitializeInterface

func (c *InputMethodServiceClient) OnInitializeInterface(ctx context.Context, handle int64) error

OnInitializeInterface calls the OnInitializeInterface RPC.

func (*InputMethodServiceClient) OnInlineSuggestionsResponse

func (c *InputMethodServiceClient) OnInlineSuggestionsResponse(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnInlineSuggestionsResponse calls the OnInlineSuggestionsResponse RPC.

func (*InputMethodServiceClient) OnKeyDown

func (c *InputMethodServiceClient) OnKeyDown(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)

OnKeyDown calls the OnKeyDown RPC.

func (*InputMethodServiceClient) OnKeyLongPress

func (c *InputMethodServiceClient) OnKeyLongPress(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)

OnKeyLongPress calls the OnKeyLongPress RPC.

func (*InputMethodServiceClient) OnKeyMultiple

func (c *InputMethodServiceClient) OnKeyMultiple(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (bool, error)

OnKeyMultiple calls the OnKeyMultiple RPC.

func (*InputMethodServiceClient) OnKeyUp

func (c *InputMethodServiceClient) OnKeyUp(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)

OnKeyUp calls the OnKeyUp RPC.

func (*InputMethodServiceClient) OnPrepareStylusHandwriting

func (c *InputMethodServiceClient) OnPrepareStylusHandwriting(ctx context.Context, handle int64) error

OnPrepareStylusHandwriting calls the OnPrepareStylusHandwriting RPC.

func (*InputMethodServiceClient) OnShouldVerifyKeyEvent

func (c *InputMethodServiceClient) OnShouldVerifyKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnShouldVerifyKeyEvent calls the OnShouldVerifyKeyEvent RPC.

func (*InputMethodServiceClient) OnShowInputRequested

func (c *InputMethodServiceClient) OnShowInputRequested(ctx context.Context, handle int64, arg0 int32, arg1 bool) (bool, error)

OnShowInputRequested calls the OnShowInputRequested RPC.

func (*InputMethodServiceClient) OnStartCandidatesView

func (c *InputMethodServiceClient) OnStartCandidatesView(ctx context.Context, handle int64, arg0 int64, arg1 bool) error

OnStartCandidatesView calls the OnStartCandidatesView RPC.

func (*InputMethodServiceClient) OnStartConnectionlessStylusHandwriting

func (c *InputMethodServiceClient) OnStartConnectionlessStylusHandwriting(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)

OnStartConnectionlessStylusHandwriting calls the OnStartConnectionlessStylusHandwriting RPC.

func (*InputMethodServiceClient) OnStartInput

func (c *InputMethodServiceClient) OnStartInput(ctx context.Context, handle int64, arg0 int64, arg1 bool) error

OnStartInput calls the OnStartInput RPC.

func (*InputMethodServiceClient) OnStartInputView

func (c *InputMethodServiceClient) OnStartInputView(ctx context.Context, handle int64, arg0 int64, arg1 bool) error

OnStartInputView calls the OnStartInputView RPC.

func (*InputMethodServiceClient) OnStartStylusHandwriting

func (c *InputMethodServiceClient) OnStartStylusHandwriting(ctx context.Context, handle int64) (bool, error)

OnStartStylusHandwriting calls the OnStartStylusHandwriting RPC.

func (*InputMethodServiceClient) OnStylusHandwritingMotionEvent

func (c *InputMethodServiceClient) OnStylusHandwritingMotionEvent(ctx context.Context, handle int64, arg0 int64) error

OnStylusHandwritingMotionEvent calls the OnStylusHandwritingMotionEvent RPC.

func (*InputMethodServiceClient) OnTrackballEvent

func (c *InputMethodServiceClient) OnTrackballEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnTrackballEvent calls the OnTrackballEvent RPC.

func (*InputMethodServiceClient) OnUnbindInput

func (c *InputMethodServiceClient) OnUnbindInput(ctx context.Context, handle int64) error

OnUnbindInput calls the OnUnbindInput RPC.

func (*InputMethodServiceClient) OnUpdateCursor

func (c *InputMethodServiceClient) OnUpdateCursor(ctx context.Context, handle int64, arg0 int64) error

OnUpdateCursor calls the OnUpdateCursor RPC.

func (*InputMethodServiceClient) OnUpdateCursorAnchorInfo

func (c *InputMethodServiceClient) OnUpdateCursorAnchorInfo(ctx context.Context, handle int64, arg0 int64) error

OnUpdateCursorAnchorInfo calls the OnUpdateCursorAnchorInfo RPC.

func (*InputMethodServiceClient) OnUpdateEditorToolType

func (c *InputMethodServiceClient) OnUpdateEditorToolType(ctx context.Context, handle int64, arg0 int32) error

OnUpdateEditorToolType calls the OnUpdateEditorToolType RPC.

func (*InputMethodServiceClient) OnUpdateExtractedText

func (c *InputMethodServiceClient) OnUpdateExtractedText(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

OnUpdateExtractedText calls the OnUpdateExtractedText RPC.

func (*InputMethodServiceClient) OnUpdateExtractingViews

func (c *InputMethodServiceClient) OnUpdateExtractingViews(ctx context.Context, handle int64, arg0 int64) error

OnUpdateExtractingViews calls the OnUpdateExtractingViews RPC.

func (*InputMethodServiceClient) OnUpdateExtractingVisibility

func (c *InputMethodServiceClient) OnUpdateExtractingVisibility(ctx context.Context, handle int64, arg0 int64) error

OnUpdateExtractingVisibility calls the OnUpdateExtractingVisibility RPC.

func (*InputMethodServiceClient) OnUpdateSelection

func (c *InputMethodServiceClient) OnUpdateSelection(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int32, arg5 int32) error

OnUpdateSelection calls the OnUpdateSelection RPC.

func (*InputMethodServiceClient) OnViewClicked

func (c *InputMethodServiceClient) OnViewClicked(ctx context.Context, handle int64, arg0 bool) error

OnViewClicked calls the OnViewClicked RPC.

func (*InputMethodServiceClient) OnWindowHidden

func (c *InputMethodServiceClient) OnWindowHidden(ctx context.Context, handle int64) error

OnWindowHidden calls the OnWindowHidden RPC.

func (*InputMethodServiceClient) OnWindowShown

func (c *InputMethodServiceClient) OnWindowShown(ctx context.Context, handle int64) error

OnWindowShown calls the OnWindowShown RPC.

func (*InputMethodServiceClient) RequestHideSelf

func (c *InputMethodServiceClient) RequestHideSelf(ctx context.Context, handle int64, arg0 int32) error

RequestHideSelf calls the RequestHideSelf RPC.

func (*InputMethodServiceClient) RequestShowSelf

func (c *InputMethodServiceClient) RequestShowSelf(ctx context.Context, handle int64, arg0 int32) error

RequestShowSelf calls the RequestShowSelf RPC.

func (*InputMethodServiceClient) SendDefaultEditorAction

func (c *InputMethodServiceClient) SendDefaultEditorAction(ctx context.Context, handle int64, arg0 bool) (bool, error)

SendDefaultEditorAction calls the SendDefaultEditorAction RPC.

func (*InputMethodServiceClient) SendDownUpKeyEvents

func (c *InputMethodServiceClient) SendDownUpKeyEvents(ctx context.Context, handle int64, arg0 int32) error

SendDownUpKeyEvents calls the SendDownUpKeyEvents RPC.

func (*InputMethodServiceClient) SendKeyChar

func (c *InputMethodServiceClient) SendKeyChar(ctx context.Context, handle int64, arg0 uint16) error

SendKeyChar calls the SendKeyChar RPC.

func (*InputMethodServiceClient) SetBackDisposition

func (c *InputMethodServiceClient) SetBackDisposition(ctx context.Context, handle int64, arg0 int32) error

SetBackDisposition calls the SetBackDisposition RPC.

func (*InputMethodServiceClient) SetCandidatesView

func (c *InputMethodServiceClient) SetCandidatesView(ctx context.Context, handle int64, arg0 int64) error

SetCandidatesView calls the SetCandidatesView RPC.

func (*InputMethodServiceClient) SetCandidatesViewShown

func (c *InputMethodServiceClient) SetCandidatesViewShown(ctx context.Context, handle int64, arg0 bool) error

SetCandidatesViewShown calls the SetCandidatesViewShown RPC.

func (*InputMethodServiceClient) SetExtractView

func (c *InputMethodServiceClient) SetExtractView(ctx context.Context, handle int64, arg0 int64) error

SetExtractView calls the SetExtractView RPC.

func (*InputMethodServiceClient) SetExtractViewShown

func (c *InputMethodServiceClient) SetExtractViewShown(ctx context.Context, handle int64, arg0 bool) error

SetExtractViewShown calls the SetExtractViewShown RPC.

func (*InputMethodServiceClient) SetInputView

func (c *InputMethodServiceClient) SetInputView(ctx context.Context, handle int64, arg0 int64) error

SetInputView calls the SetInputView RPC.

func (*InputMethodServiceClient) SetStylusHandwritingRegion

func (c *InputMethodServiceClient) SetStylusHandwritingRegion(ctx context.Context, handle int64, arg0 int64) error

SetStylusHandwritingRegion calls the SetStylusHandwritingRegion RPC.

func (*InputMethodServiceClient) SetStylusHandwritingSessionTimeout

func (c *InputMethodServiceClient) SetStylusHandwritingSessionTimeout(ctx context.Context, handle int64, arg0 int64) error

SetStylusHandwritingSessionTimeout calls the SetStylusHandwritingSessionTimeout RPC.

func (*InputMethodServiceClient) SetTheme

func (c *InputMethodServiceClient) SetTheme(ctx context.Context, handle int64, arg0 int32) error

SetTheme calls the SetTheme RPC.

func (*InputMethodServiceClient) ShouldOfferSwitchingToNextInputMethod

func (c *InputMethodServiceClient) ShouldOfferSwitchingToNextInputMethod(ctx context.Context, handle int64) (bool, error)

ShouldOfferSwitchingToNextInputMethod calls the ShouldOfferSwitchingToNextInputMethod RPC.

func (*InputMethodServiceClient) ShowStatusIcon

func (c *InputMethodServiceClient) ShowStatusIcon(ctx context.Context, handle int64, arg0 int32) error

ShowStatusIcon calls the ShowStatusIcon RPC.

func (*InputMethodServiceClient) ShowWindow

func (c *InputMethodServiceClient) ShowWindow(ctx context.Context, handle int64, arg0 bool) error

ShowWindow calls the ShowWindow RPC.

func (*InputMethodServiceClient) SwitchInputMethod1

func (c *InputMethodServiceClient) SwitchInputMethod1(ctx context.Context, handle int64, arg0 string) error

SwitchInputMethod1 calls the SwitchInputMethod1 RPC.

func (*InputMethodServiceClient) SwitchInputMethod2_1

func (c *InputMethodServiceClient) SwitchInputMethod2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SwitchInputMethod2_1 calls the SwitchInputMethod2_1 RPC.

func (*InputMethodServiceClient) SwitchToNextInputMethod

func (c *InputMethodServiceClient) SwitchToNextInputMethod(ctx context.Context, handle int64, arg0 bool) (bool, error)

SwitchToNextInputMethod calls the SwitchToNextInputMethod RPC.

func (*InputMethodServiceClient) SwitchToPreviousInputMethod

func (c *InputMethodServiceClient) SwitchToPreviousInputMethod(ctx context.Context, handle int64) (bool, error)

SwitchToPreviousInputMethod calls the SwitchToPreviousInputMethod RPC.

func (*InputMethodServiceClient) UpdateFullscreenMode

func (c *InputMethodServiceClient) UpdateFullscreenMode(ctx context.Context, handle int64) error

UpdateFullscreenMode calls the UpdateFullscreenMode RPC.

func (*InputMethodServiceClient) UpdateInputViewShown

func (c *InputMethodServiceClient) UpdateInputViewShown(ctx context.Context, handle int64) error

UpdateInputViewShown calls the UpdateInputViewShown RPC.

type InputMethodServiceInputMethodImplClient

type InputMethodServiceInputMethodImplClient struct {
	// contains filtered or unexported fields
}

InputMethodServiceInputMethodImplClient wraps the gRPC InputMethodServiceInputMethodImplService client.

func NewInputMethodServiceInputMethodImplClient

func NewInputMethodServiceInputMethodImplClient(cc grpc.ClientConnInterface) *InputMethodServiceInputMethodImplClient

NewInputMethodServiceInputMethodImplClient creates a new InputMethodServiceInputMethodImpl client.

func (*InputMethodServiceInputMethodImplClient) AttachToken

AttachToken calls the AttachToken RPC.

func (*InputMethodServiceInputMethodImplClient) BindInput

BindInput calls the BindInput RPC.

func (*InputMethodServiceInputMethodImplClient) ChangeInputMethodSubtype

func (c *InputMethodServiceInputMethodImplClient) ChangeInputMethodSubtype(ctx context.Context, arg0 int64) error

ChangeInputMethodSubtype calls the ChangeInputMethodSubtype RPC.

func (*InputMethodServiceInputMethodImplClient) HideSoftInput

func (c *InputMethodServiceInputMethodImplClient) HideSoftInput(ctx context.Context, arg0 int32, arg1 int64) error

HideSoftInput calls the HideSoftInput RPC.

func (*InputMethodServiceInputMethodImplClient) RestartInput

func (c *InputMethodServiceInputMethodImplClient) RestartInput(ctx context.Context, arg0 int64, arg1 int64) error

RestartInput calls the RestartInput RPC.

func (*InputMethodServiceInputMethodImplClient) ShowSoftInput

func (c *InputMethodServiceInputMethodImplClient) ShowSoftInput(ctx context.Context, arg0 int32, arg1 int64) error

ShowSoftInput calls the ShowSoftInput RPC.

func (*InputMethodServiceInputMethodImplClient) StartInput

StartInput calls the StartInput RPC.

func (*InputMethodServiceInputMethodImplClient) UnbindInput

UnbindInput calls the UnbindInput RPC.

type InputMethodServiceInputMethodSessionImplClient

type InputMethodServiceInputMethodSessionImplClient struct {
	// contains filtered or unexported fields
}

InputMethodServiceInputMethodSessionImplClient wraps the gRPC InputMethodServiceInputMethodSessionImplService client.

func NewInputMethodServiceInputMethodSessionImplClient

func NewInputMethodServiceInputMethodSessionImplClient(cc grpc.ClientConnInterface) *InputMethodServiceInputMethodSessionImplClient

NewInputMethodServiceInputMethodSessionImplClient creates a new InputMethodServiceInputMethodSessionImpl client.

func (*InputMethodServiceInputMethodSessionImplClient) AppPrivateCommand

func (c *InputMethodServiceInputMethodSessionImplClient) AppPrivateCommand(ctx context.Context, arg0 string, arg1 int64) error

AppPrivateCommand calls the AppPrivateCommand RPC.

func (*InputMethodServiceInputMethodSessionImplClient) DisplayCompletions

DisplayCompletions calls the DisplayCompletions RPC.

func (*InputMethodServiceInputMethodSessionImplClient) FinishInput

FinishInput calls the FinishInput RPC.

func (*InputMethodServiceInputMethodSessionImplClient) ToggleSoftInput

func (c *InputMethodServiceInputMethodSessionImplClient) ToggleSoftInput(ctx context.Context, arg0 int32, arg1 int32) error

ToggleSoftInput calls the ToggleSoftInput RPC.

func (*InputMethodServiceInputMethodSessionImplClient) UpdateCursor

UpdateCursor calls the UpdateCursor RPC.

func (*InputMethodServiceInputMethodSessionImplClient) UpdateCursorAnchorInfo

func (c *InputMethodServiceInputMethodSessionImplClient) UpdateCursorAnchorInfo(ctx context.Context, arg0 int64) error

UpdateCursorAnchorInfo calls the UpdateCursorAnchorInfo RPC.

func (*InputMethodServiceInputMethodSessionImplClient) UpdateExtractedText

func (c *InputMethodServiceInputMethodSessionImplClient) UpdateExtractedText(ctx context.Context, arg0 int32, arg1 int64) error

UpdateExtractedText calls the UpdateExtractedText RPC.

func (*InputMethodServiceInputMethodSessionImplClient) UpdateSelection

func (c *InputMethodServiceInputMethodSessionImplClient) UpdateSelection(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int32, arg5 int32) error

UpdateSelection calls the UpdateSelection RPC.

func (*InputMethodServiceInputMethodSessionImplClient) ViewClicked

ViewClicked calls the ViewClicked RPC.

type KeyboardClient

type KeyboardClient struct {
	// contains filtered or unexported fields
}

KeyboardClient wraps the gRPC KeyboardService client.

func NewKeyboardClient

func NewKeyboardClient(cc grpc.ClientConnInterface) *KeyboardClient

NewKeyboardClient creates a new Keyboard client.

func (*KeyboardClient) GetHeight

func (c *KeyboardClient) GetHeight(ctx context.Context, handle int64) (int32, error)

GetHeight calls the GetHeight RPC.

func (*KeyboardClient) GetKeys

func (c *KeyboardClient) GetKeys(ctx context.Context, handle int64) (int64, error)

GetKeys calls the GetKeys RPC.

func (*KeyboardClient) GetMinWidth

func (c *KeyboardClient) GetMinWidth(ctx context.Context, handle int64) (int32, error)

GetMinWidth calls the GetMinWidth RPC.

func (*KeyboardClient) GetModifierKeys

func (c *KeyboardClient) GetModifierKeys(ctx context.Context, handle int64) (int64, error)

GetModifierKeys calls the GetModifierKeys RPC.

func (*KeyboardClient) GetNearestKeys

func (c *KeyboardClient) GetNearestKeys(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)

GetNearestKeys calls the GetNearestKeys RPC.

func (*KeyboardClient) GetShiftKeyIndex

func (c *KeyboardClient) GetShiftKeyIndex(ctx context.Context, handle int64) (int32, error)

GetShiftKeyIndex calls the GetShiftKeyIndex RPC.

func (*KeyboardClient) IsShifted

func (c *KeyboardClient) IsShifted(ctx context.Context, handle int64) (bool, error)

IsShifted calls the IsShifted RPC.

func (*KeyboardClient) SetShifted

func (c *KeyboardClient) SetShifted(ctx context.Context, handle int64, arg0 bool) (bool, error)

SetShifted calls the SetShifted RPC.

type KeyboardKeyClient

type KeyboardKeyClient struct {
	// contains filtered or unexported fields
}

KeyboardKeyClient wraps the gRPC KeyboardKeyService client.

func NewKeyboardKeyClient

func NewKeyboardKeyClient(cc grpc.ClientConnInterface) *KeyboardKeyClient

NewKeyboardKeyClient creates a new KeyboardKey client.

func (*KeyboardKeyClient) GetCurrentDrawableState

func (c *KeyboardKeyClient) GetCurrentDrawableState(ctx context.Context) (int64, error)

GetCurrentDrawableState calls the GetCurrentDrawableState RPC.

func (*KeyboardKeyClient) IsInside

func (c *KeyboardKeyClient) IsInside(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

IsInside calls the IsInside RPC.

func (*KeyboardKeyClient) OnPressed

func (c *KeyboardKeyClient) OnPressed(ctx context.Context) error

OnPressed calls the OnPressed RPC.

func (*KeyboardKeyClient) OnReleased

func (c *KeyboardKeyClient) OnReleased(ctx context.Context, arg0 bool) error

OnReleased calls the OnReleased RPC.

func (*KeyboardKeyClient) SquaredDistanceFrom

func (c *KeyboardKeyClient) SquaredDistanceFrom(ctx context.Context, arg0 int32, arg1 int32) (int32, error)

SquaredDistanceFrom calls the SquaredDistanceFrom RPC.

type KeyboardViewClient

type KeyboardViewClient struct {
	// contains filtered or unexported fields
}

KeyboardViewClient wraps the gRPC KeyboardViewService client.

func NewKeyboardViewClient

func NewKeyboardViewClient(cc grpc.ClientConnInterface) *KeyboardViewClient

NewKeyboardViewClient creates a new KeyboardView client.

func (*KeyboardViewClient) Closing

func (c *KeyboardViewClient) Closing(ctx context.Context, handle int64) error

Closing calls the Closing RPC.

func (*KeyboardViewClient) GetKeyboard

func (c *KeyboardViewClient) GetKeyboard(ctx context.Context, handle int64) (int64, error)

GetKeyboard calls the GetKeyboard RPC.

func (*KeyboardViewClient) HandleBack

func (c *KeyboardViewClient) HandleBack(ctx context.Context, handle int64) (bool, error)

HandleBack calls the HandleBack RPC.

func (*KeyboardViewClient) InvalidateAllKeys

func (c *KeyboardViewClient) InvalidateAllKeys(ctx context.Context, handle int64) error

InvalidateAllKeys calls the InvalidateAllKeys RPC.

func (*KeyboardViewClient) InvalidateKey

func (c *KeyboardViewClient) InvalidateKey(ctx context.Context, handle int64, arg0 int32) error

InvalidateKey calls the InvalidateKey RPC.

func (*KeyboardViewClient) IsPreviewEnabled

func (c *KeyboardViewClient) IsPreviewEnabled(ctx context.Context, handle int64) (bool, error)

IsPreviewEnabled calls the IsPreviewEnabled RPC.

func (*KeyboardViewClient) IsProximityCorrectionEnabled

func (c *KeyboardViewClient) IsProximityCorrectionEnabled(ctx context.Context, handle int64) (bool, error)

IsProximityCorrectionEnabled calls the IsProximityCorrectionEnabled RPC.

func (*KeyboardViewClient) IsShifted

func (c *KeyboardViewClient) IsShifted(ctx context.Context, handle int64) (bool, error)

IsShifted calls the IsShifted RPC.

func (*KeyboardViewClient) OnClick

func (c *KeyboardViewClient) OnClick(ctx context.Context, handle int64, arg0 int64) error

OnClick calls the OnClick RPC.

func (*KeyboardViewClient) OnDetachedFromWindow

func (c *KeyboardViewClient) OnDetachedFromWindow(ctx context.Context, handle int64) error

OnDetachedFromWindow calls the OnDetachedFromWindow RPC.

func (*KeyboardViewClient) OnDraw

func (c *KeyboardViewClient) OnDraw(ctx context.Context, handle int64, arg0 int64) error

OnDraw calls the OnDraw RPC.

func (*KeyboardViewClient) OnHoverEvent

func (c *KeyboardViewClient) OnHoverEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnHoverEvent calls the OnHoverEvent RPC.

func (*KeyboardViewClient) OnMeasure

func (c *KeyboardViewClient) OnMeasure(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

OnMeasure calls the OnMeasure RPC.

func (*KeyboardViewClient) OnSizeChanged

func (c *KeyboardViewClient) OnSizeChanged(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error

OnSizeChanged calls the OnSizeChanged RPC.

func (*KeyboardViewClient) OnTouchEvent

func (c *KeyboardViewClient) OnTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnTouchEvent calls the OnTouchEvent RPC.

func (*KeyboardViewClient) SetKeyboard

func (c *KeyboardViewClient) SetKeyboard(ctx context.Context, handle int64, arg0 int64) error

SetKeyboard calls the SetKeyboard RPC.

func (*KeyboardViewClient) SetOnKeyboardActionListener

func (c *KeyboardViewClient) SetOnKeyboardActionListener(ctx context.Context, handle int64, arg0 int64) error

SetOnKeyboardActionListener calls the SetOnKeyboardActionListener RPC.

func (*KeyboardViewClient) SetPopupOffset

func (c *KeyboardViewClient) SetPopupOffset(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

SetPopupOffset calls the SetPopupOffset RPC.

func (*KeyboardViewClient) SetPopupParent

func (c *KeyboardViewClient) SetPopupParent(ctx context.Context, handle int64, arg0 int64) error

SetPopupParent calls the SetPopupParent RPC.

func (*KeyboardViewClient) SetPreviewEnabled

func (c *KeyboardViewClient) SetPreviewEnabled(ctx context.Context, handle int64, arg0 bool) error

SetPreviewEnabled calls the SetPreviewEnabled RPC.

func (*KeyboardViewClient) SetProximityCorrectionEnabled

func (c *KeyboardViewClient) SetProximityCorrectionEnabled(ctx context.Context, handle int64, arg0 bool) error

SetProximityCorrectionEnabled calls the SetProximityCorrectionEnabled RPC.

func (*KeyboardViewClient) SetShifted

func (c *KeyboardViewClient) SetShifted(ctx context.Context, handle int64, arg0 bool) (bool, error)

SetShifted calls the SetShifted RPC.

func (*KeyboardViewClient) SetVerticalCorrection

func (c *KeyboardViewClient) SetVerticalCorrection(ctx context.Context, handle int64, arg0 int32) error

SetVerticalCorrection calls the SetVerticalCorrection RPC.

type KeyboardViewOnKeyboardActionListenerClient

type KeyboardViewOnKeyboardActionListenerClient struct {
	// contains filtered or unexported fields
}

KeyboardViewOnKeyboardActionListenerClient wraps the gRPC KeyboardViewOnKeyboardActionListenerService client.

func NewKeyboardViewOnKeyboardActionListenerClient

func NewKeyboardViewOnKeyboardActionListenerClient(cc grpc.ClientConnInterface) *KeyboardViewOnKeyboardActionListenerClient

NewKeyboardViewOnKeyboardActionListenerClient creates a new KeyboardViewOnKeyboardActionListener client.

func (*KeyboardViewOnKeyboardActionListenerClient) OnKey

OnKey calls the OnKey RPC.

func (*KeyboardViewOnKeyboardActionListenerClient) OnPress

OnPress calls the OnPress RPC.

func (*KeyboardViewOnKeyboardActionListenerClient) OnRelease

OnRelease calls the OnRelease RPC.

func (*KeyboardViewOnKeyboardActionListenerClient) OnText

OnText calls the OnText RPC.

func (*KeyboardViewOnKeyboardActionListenerClient) SwipeDown

SwipeDown calls the SwipeDown RPC.

func (*KeyboardViewOnKeyboardActionListenerClient) SwipeLeft

SwipeLeft calls the SwipeLeft RPC.

func (*KeyboardViewOnKeyboardActionListenerClient) SwipeRight

SwipeRight calls the SwipeRight RPC.

func (*KeyboardViewOnKeyboardActionListenerClient) SwipeUp

SwipeUp calls the SwipeUp RPC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL