Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ContentClient struct + func NewContentClient(cc grpc.ClientConnInterface) *ContentClient + func (c *ContentClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *ContentClient) GetClipData(ctx context.Context, handle int64) (int64, error) + func (c *ContentClient) GetExtras(ctx context.Context, handle int64) (int64, error) + func (c *ContentClient) GetIntent(ctx context.Context, handle int64) (int64, error) + func (c *ContentClient) GetSessionTransferUri(ctx context.Context, handle int64) (int64, error) + func (c *ContentClient) GetStructuredData(ctx context.Context, handle int64) (string, error) + func (c *ContentClient) GetWebUri(ctx context.Context, handle int64) (int64, error) + func (c *ContentClient) IsAppProvidedIntent(ctx context.Context, handle int64) (bool, error) + func (c *ContentClient) IsAppProvidedWebUri(ctx context.Context, handle int64) (bool, error) + func (c *ContentClient) SetClipData(ctx context.Context, handle int64, arg0 int64) error + func (c *ContentClient) SetIntent(ctx context.Context, handle int64, arg0 int64) error + func (c *ContentClient) SetSessionTransferUri(ctx context.Context, handle int64, arg0 int64) error + func (c *ContentClient) SetStructuredData(ctx context.Context, handle int64, arg0 string) error + func (c *ContentClient) SetWebUri(ctx context.Context, handle int64, arg0 int64) error + func (c *ContentClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type StructureClient struct + func NewStructureClient(cc grpc.ClientConnInterface) *StructureClient + func (c *StructureClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *StructureClient) GetAcquisitionEndTime(ctx context.Context, handle int64) (int64, error) + func (c *StructureClient) GetAcquisitionStartTime(ctx context.Context, handle int64) (int64, error) + func (c *StructureClient) GetActivityComponent(ctx context.Context, handle int64) (int64, error) + func (c *StructureClient) GetWindowNodeAt(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *StructureClient) GetWindowNodeCount(ctx context.Context, handle int64) (int32, error) + func (c *StructureClient) IsHomeActivity(ctx context.Context, handle int64) (bool, error) + func (c *StructureClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type StructureViewNodeClient struct + func NewStructureViewNodeClient(cc grpc.ClientConnInterface) *StructureViewNodeClient + func (c *StructureViewNodeClient) GetAlpha(ctx context.Context) (float32, error) + func (c *StructureViewNodeClient) GetAutofillHints(ctx context.Context) (int64, error) + func (c *StructureViewNodeClient) GetAutofillId(ctx context.Context) (int64, error) + func (c *StructureViewNodeClient) GetAutofillOptions(ctx context.Context) (int64, error) + func (c *StructureViewNodeClient) GetAutofillType(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetAutofillValue(ctx context.Context) (int64, error) + func (c *StructureViewNodeClient) GetChildAt(ctx context.Context, arg0 int32) (int64, error) + func (c *StructureViewNodeClient) GetChildCount(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetClassName(ctx context.Context) (string, error) + func (c *StructureViewNodeClient) GetContentDescription(ctx context.Context) (int64, error) + func (c *StructureViewNodeClient) GetElevation(ctx context.Context) (float32, error) + func (c *StructureViewNodeClient) GetExtras(ctx context.Context) (int64, error) + func (c *StructureViewNodeClient) GetHeight(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetHint(ctx context.Context) (string, error) + func (c *StructureViewNodeClient) GetHintIdEntry(ctx context.Context) (string, error) + func (c *StructureViewNodeClient) GetHtmlInfo(ctx context.Context) (int64, error) + func (c *StructureViewNodeClient) GetId(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetIdEntry(ctx context.Context) (string, error) + func (c *StructureViewNodeClient) GetIdPackage(ctx context.Context) (string, error) + func (c *StructureViewNodeClient) GetIdType(ctx context.Context) (string, error) + func (c *StructureViewNodeClient) GetImportantForAutofill(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetInputType(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetLeft(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetLocaleList(ctx context.Context) (int64, error) + func (c *StructureViewNodeClient) GetMaxTextEms(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetMaxTextLength(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetMinTextEms(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetReceiveContentMimeTypes(ctx context.Context) (int64, error) + func (c *StructureViewNodeClient) GetScrollX(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetScrollY(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetText(ctx context.Context) (int64, error) + func (c *StructureViewNodeClient) GetTextBackgroundColor(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetTextColor(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetTextIdEntry(ctx context.Context) (string, error) + func (c *StructureViewNodeClient) GetTextLineBaselines(ctx context.Context) (int64, error) + func (c *StructureViewNodeClient) GetTextLineCharOffsets(ctx context.Context) (int64, error) + func (c *StructureViewNodeClient) GetTextSelectionEnd(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetTextSelectionStart(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetTextSize(ctx context.Context) (float32, error) + func (c *StructureViewNodeClient) GetTextStyle(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetTop(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetTransformation(ctx context.Context) (int64, error) + func (c *StructureViewNodeClient) GetVisibility(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) GetWebDomain(ctx context.Context) (string, error) + func (c *StructureViewNodeClient) GetWebScheme(ctx context.Context) (string, error) + func (c *StructureViewNodeClient) GetWidth(ctx context.Context) (int32, error) + func (c *StructureViewNodeClient) IsAccessibilityFocused(ctx context.Context) (bool, error) + func (c *StructureViewNodeClient) IsActivated(ctx context.Context) (bool, error) + func (c *StructureViewNodeClient) IsAssistBlocked(ctx context.Context) (bool, error) + func (c *StructureViewNodeClient) IsCheckable(ctx context.Context) (bool, error) + func (c *StructureViewNodeClient) IsChecked(ctx context.Context) (bool, error) + func (c *StructureViewNodeClient) IsClickable(ctx context.Context) (bool, error) + func (c *StructureViewNodeClient) IsContextClickable(ctx context.Context) (bool, error) + func (c *StructureViewNodeClient) IsEnabled(ctx context.Context) (bool, error) + func (c *StructureViewNodeClient) IsFocusable(ctx context.Context) (bool, error) + func (c *StructureViewNodeClient) IsFocused(ctx context.Context) (bool, error) + func (c *StructureViewNodeClient) IsLongClickable(ctx context.Context) (bool, error) + func (c *StructureViewNodeClient) IsOpaque(ctx context.Context) (bool, error) + func (c *StructureViewNodeClient) IsSelected(ctx context.Context) (bool, error) + type StructureWindowNodeClient struct + func NewStructureWindowNodeClient(cc grpc.ClientConnInterface) *StructureWindowNodeClient + func (c *StructureWindowNodeClient) GetDisplayId(ctx context.Context) (int32, error) + func (c *StructureWindowNodeClient) GetHeight(ctx context.Context) (int32, error) + func (c *StructureWindowNodeClient) GetLeft(ctx context.Context) (int32, error) + func (c *StructureWindowNodeClient) GetRootViewNode(ctx context.Context) (int64, error) + func (c *StructureWindowNodeClient) GetTitle(ctx context.Context) (int64, error) + func (c *StructureWindowNodeClient) GetTop(ctx context.Context) (int32, error) + func (c *StructureWindowNodeClient) GetWidth(ctx context.Context) (int32, error)