Documentation
¶
Index ¶
- type Client
- func (c *Client) AcceptStylusHandwritingDelegation1(ctx context.Context, arg0 int64) (bool, error)
- func (c *Client) AcceptStylusHandwritingDelegation2_1(ctx context.Context, arg0 int64, arg1 string) (bool, error)
- func (c *Client) AcceptStylusHandwritingDelegation4_3(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) error
- func (c *Client) AcceptStylusHandwritingDelegation5_2(ctx context.Context, arg0 int64, arg1 string, arg2 int32, arg3 int64, ...) error
- func (c *Client) DispatchKeyEventFromInputMethod(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Client) DisplayCompletions(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Client) GetCurrentInputMethodInfo(ctx context.Context) (int64, error)
- func (c *Client) GetCurrentInputMethodSubtype(ctx context.Context) (int64, error)
- func (c *Client) GetEnabledInputMethodList(ctx context.Context) (int64, error)
- func (c *Client) GetEnabledInputMethodSubtypeList(ctx context.Context, arg0 int64, arg1 bool) (int64, error)
- func (c *Client) GetInputMethodList(ctx context.Context) (int64, error)
- func (c *Client) GetLastInputMethodSubtype(ctx context.Context) (int64, error)
- func (c *Client) HideSoftInputFromInputMethod(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *Client) HideSoftInputFromWindow2(ctx context.Context, arg0 int64, arg1 int32) (bool, error)
- func (c *Client) HideSoftInputFromWindow3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (bool, error)
- func (c *Client) HideStatusIcon(ctx context.Context, arg0 int64) error
- func (c *Client) InvalidateInput(ctx context.Context, arg0 int64) error
- func (c *Client) IsAcceptingText(ctx context.Context) (bool, error)
- func (c *Client) IsActive0(ctx context.Context) (bool, error)
- func (c *Client) IsActive1_1(ctx context.Context, arg0 int64) (bool, error)
- func (c *Client) IsConnectionlessStylusHandwritingAvailable(ctx context.Context) (bool, error)
- func (c *Client) IsFullscreenMode(ctx context.Context) (bool, error)
- func (c *Client) IsInputMethodSuppressingSpellChecker(ctx context.Context) (bool, error)
- func (c *Client) IsStylusHandwritingAvailable(ctx context.Context) (bool, error)
- func (c *Client) IsWatchingCursor(ctx context.Context, arg0 int64) (bool, error)
- func (c *Client) PrepareStylusHandwritingDelegation1(ctx context.Context, arg0 int64) error
- func (c *Client) PrepareStylusHandwritingDelegation2_1(ctx context.Context, arg0 int64, arg1 string) error
- func (c *Client) RestartInput(ctx context.Context, arg0 int64) error
- func (c *Client) SendAppPrivateCommand(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error
- func (c *Client) SetAdditionalInputMethodSubtypes(ctx context.Context, arg0 string, arg1 int64) error
- func (c *Client) SetCurrentInputMethodSubtype(ctx context.Context, arg0 int64) (bool, error)
- func (c *Client) SetExplicitlyEnabledInputMethodSubtypes(ctx context.Context, arg0 string, arg1 int64) error
- func (c *Client) SetInputMethod(ctx context.Context, arg0 int64, arg1 string) error
- func (c *Client) SetInputMethodAndSubtype(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error
- func (c *Client) ShouldOfferSwitchingToNextInputMethod(ctx context.Context, arg0 int64) (bool, error)
- func (c *Client) ShowInputMethodAndSubtypeEnabler(ctx context.Context, arg0 string) error
- func (c *Client) ShowInputMethodPicker(ctx context.Context) error
- func (c *Client) ShowSoftInput2(ctx context.Context, arg0 int64, arg1 int32) (bool, error)
- func (c *Client) ShowSoftInput3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (bool, error)
- func (c *Client) ShowSoftInputFromInputMethod(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *Client) ShowStatusIcon(ctx context.Context, arg0 int64, arg1 string, arg2 int32) error
- func (c *Client) StartConnectionlessStylusHandwriting(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error
- func (c *Client) StartConnectionlessStylusHandwritingForDelegation4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error
- func (c *Client) StartConnectionlessStylusHandwritingForDelegation5(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, ...) error
- func (c *Client) StartStylusHandwriting(ctx context.Context, arg0 int64) error
- func (c *Client) SwitchToLastInputMethod(ctx context.Context, arg0 int64) (bool, error)
- func (c *Client) SwitchToNextInputMethod(ctx context.Context, arg0 int64, arg1 bool) (bool, error)
- func (c *Client) ToggleSoftInput(ctx context.Context, arg0 int32, arg1 int32) error
- func (c *Client) ToggleSoftInputFromWindow(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error
- func (c *Client) UpdateCursor(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, ...) error
- func (c *Client) UpdateCursorAnchorInfo(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Client) UpdateExtractedText(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
- func (c *Client) UpdateSelection(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, ...) error
- func (c *Client) ViewClicked(ctx context.Context, arg0 int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps the gRPC InputMethodManagerService client.
func NewClient ¶
func NewClient(cc grpc.ClientConnInterface) *Client
NewClient creates a new inputmethod client.
func (*Client) AcceptStylusHandwritingDelegation1 ¶
AcceptStylusHandwritingDelegation1 calls the AcceptStylusHandwritingDelegation1 RPC.
func (*Client) AcceptStylusHandwritingDelegation2_1 ¶
func (c *Client) AcceptStylusHandwritingDelegation2_1(ctx context.Context, arg0 int64, arg1 string) (bool, error)
AcceptStylusHandwritingDelegation2_1 calls the AcceptStylusHandwritingDelegation2_1 RPC.
func (*Client) AcceptStylusHandwritingDelegation4_3 ¶
func (c *Client) AcceptStylusHandwritingDelegation4_3(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) error
AcceptStylusHandwritingDelegation4_3 calls the AcceptStylusHandwritingDelegation4_3 RPC.
func (*Client) AcceptStylusHandwritingDelegation5_2 ¶
func (c *Client) AcceptStylusHandwritingDelegation5_2(ctx context.Context, arg0 int64, arg1 string, arg2 int32, arg3 int64, arg4 int64) error
AcceptStylusHandwritingDelegation5_2 calls the AcceptStylusHandwritingDelegation5_2 RPC.
func (*Client) DispatchKeyEventFromInputMethod ¶
DispatchKeyEventFromInputMethod calls the DispatchKeyEventFromInputMethod RPC.
func (*Client) DisplayCompletions ¶
DisplayCompletions calls the DisplayCompletions RPC.
func (*Client) GetCurrentInputMethodInfo ¶
GetCurrentInputMethodInfo calls the GetCurrentInputMethodInfo RPC.
func (*Client) GetCurrentInputMethodSubtype ¶
GetCurrentInputMethodSubtype calls the GetCurrentInputMethodSubtype RPC.
func (*Client) GetEnabledInputMethodList ¶
GetEnabledInputMethodList calls the GetEnabledInputMethodList RPC.
func (*Client) GetEnabledInputMethodSubtypeList ¶
func (c *Client) GetEnabledInputMethodSubtypeList(ctx context.Context, arg0 int64, arg1 bool) (int64, error)
GetEnabledInputMethodSubtypeList calls the GetEnabledInputMethodSubtypeList RPC.
func (*Client) GetInputMethodList ¶
GetInputMethodList calls the GetInputMethodList RPC.
func (*Client) GetLastInputMethodSubtype ¶
GetLastInputMethodSubtype calls the GetLastInputMethodSubtype RPC.
func (*Client) HideSoftInputFromInputMethod ¶
HideSoftInputFromInputMethod calls the HideSoftInputFromInputMethod RPC.
func (*Client) HideSoftInputFromWindow2 ¶
func (c *Client) HideSoftInputFromWindow2(ctx context.Context, arg0 int64, arg1 int32) (bool, error)
HideSoftInputFromWindow2 calls the HideSoftInputFromWindow2 RPC.
func (*Client) HideSoftInputFromWindow3_1 ¶
func (c *Client) HideSoftInputFromWindow3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (bool, error)
HideSoftInputFromWindow3_1 calls the HideSoftInputFromWindow3_1 RPC.
func (*Client) HideStatusIcon ¶
HideStatusIcon calls the HideStatusIcon RPC.
func (*Client) InvalidateInput ¶
InvalidateInput calls the InvalidateInput RPC.
func (*Client) IsAcceptingText ¶
IsAcceptingText calls the IsAcceptingText RPC.
func (*Client) IsActive1_1 ¶
IsActive1_1 calls the IsActive1_1 RPC.
func (*Client) IsConnectionlessStylusHandwritingAvailable ¶
IsConnectionlessStylusHandwritingAvailable calls the IsConnectionlessStylusHandwritingAvailable RPC.
func (*Client) IsFullscreenMode ¶
IsFullscreenMode calls the IsFullscreenMode RPC.
func (*Client) IsInputMethodSuppressingSpellChecker ¶
IsInputMethodSuppressingSpellChecker calls the IsInputMethodSuppressingSpellChecker RPC.
func (*Client) IsStylusHandwritingAvailable ¶
IsStylusHandwritingAvailable calls the IsStylusHandwritingAvailable RPC.
func (*Client) IsWatchingCursor ¶
IsWatchingCursor calls the IsWatchingCursor RPC.
func (*Client) PrepareStylusHandwritingDelegation1 ¶
PrepareStylusHandwritingDelegation1 calls the PrepareStylusHandwritingDelegation1 RPC.
func (*Client) PrepareStylusHandwritingDelegation2_1 ¶
func (c *Client) PrepareStylusHandwritingDelegation2_1(ctx context.Context, arg0 int64, arg1 string) error
PrepareStylusHandwritingDelegation2_1 calls the PrepareStylusHandwritingDelegation2_1 RPC.
func (*Client) RestartInput ¶
RestartInput calls the RestartInput RPC.
func (*Client) SendAppPrivateCommand ¶
func (c *Client) SendAppPrivateCommand(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error
SendAppPrivateCommand calls the SendAppPrivateCommand RPC.
func (*Client) SetAdditionalInputMethodSubtypes ¶
func (c *Client) SetAdditionalInputMethodSubtypes(ctx context.Context, arg0 string, arg1 int64) error
SetAdditionalInputMethodSubtypes calls the SetAdditionalInputMethodSubtypes RPC.
func (*Client) SetCurrentInputMethodSubtype ¶
SetCurrentInputMethodSubtype calls the SetCurrentInputMethodSubtype RPC.
func (*Client) SetExplicitlyEnabledInputMethodSubtypes ¶
func (c *Client) SetExplicitlyEnabledInputMethodSubtypes(ctx context.Context, arg0 string, arg1 int64) error
SetExplicitlyEnabledInputMethodSubtypes calls the SetExplicitlyEnabledInputMethodSubtypes RPC.
func (*Client) SetInputMethod ¶
SetInputMethod calls the SetInputMethod RPC.
func (*Client) SetInputMethodAndSubtype ¶
func (c *Client) SetInputMethodAndSubtype(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error
SetInputMethodAndSubtype calls the SetInputMethodAndSubtype RPC.
func (*Client) ShouldOfferSwitchingToNextInputMethod ¶
func (c *Client) ShouldOfferSwitchingToNextInputMethod(ctx context.Context, arg0 int64) (bool, error)
ShouldOfferSwitchingToNextInputMethod calls the ShouldOfferSwitchingToNextInputMethod RPC.
func (*Client) ShowInputMethodAndSubtypeEnabler ¶
ShowInputMethodAndSubtypeEnabler calls the ShowInputMethodAndSubtypeEnabler RPC.
func (*Client) ShowInputMethodPicker ¶
ShowInputMethodPicker calls the ShowInputMethodPicker RPC.
func (*Client) ShowSoftInput2 ¶
ShowSoftInput2 calls the ShowSoftInput2 RPC.
func (*Client) ShowSoftInput3_1 ¶
func (c *Client) ShowSoftInput3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (bool, error)
ShowSoftInput3_1 calls the ShowSoftInput3_1 RPC.
func (*Client) ShowSoftInputFromInputMethod ¶
ShowSoftInputFromInputMethod calls the ShowSoftInputFromInputMethod RPC.
func (*Client) ShowStatusIcon ¶
ShowStatusIcon calls the ShowStatusIcon RPC.
func (*Client) StartConnectionlessStylusHandwriting ¶
func (c *Client) StartConnectionlessStylusHandwriting(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error
StartConnectionlessStylusHandwriting calls the StartConnectionlessStylusHandwriting RPC.
func (*Client) StartConnectionlessStylusHandwritingForDelegation4_1 ¶
func (c *Client) StartConnectionlessStylusHandwritingForDelegation4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error
StartConnectionlessStylusHandwritingForDelegation4_1 calls the StartConnectionlessStylusHandwritingForDelegation4_1 RPC.
func (*Client) StartConnectionlessStylusHandwritingForDelegation5 ¶
func (c *Client) StartConnectionlessStylusHandwritingForDelegation5(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 int64) error
StartConnectionlessStylusHandwritingForDelegation5 calls the StartConnectionlessStylusHandwritingForDelegation5 RPC.
func (*Client) StartStylusHandwriting ¶
StartStylusHandwriting calls the StartStylusHandwriting RPC.
func (*Client) SwitchToLastInputMethod ¶
SwitchToLastInputMethod calls the SwitchToLastInputMethod RPC.
func (*Client) SwitchToNextInputMethod ¶
SwitchToNextInputMethod calls the SwitchToNextInputMethod RPC.
func (*Client) ToggleSoftInput ¶
ToggleSoftInput calls the ToggleSoftInput RPC.
func (*Client) ToggleSoftInputFromWindow ¶
func (c *Client) ToggleSoftInputFromWindow(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error
ToggleSoftInputFromWindow calls the ToggleSoftInputFromWindow RPC.
func (*Client) UpdateCursor ¶
func (c *Client) UpdateCursor(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, arg4 int32) error
UpdateCursor calls the UpdateCursor RPC.
func (*Client) UpdateCursorAnchorInfo ¶
UpdateCursorAnchorInfo calls the UpdateCursorAnchorInfo RPC.
func (*Client) UpdateExtractedText ¶
UpdateExtractedText calls the UpdateExtractedText RPC.