Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ActionBuilderClient struct + func NewActionBuilderClient(cc grpc.ClientConnInterface) *ActionBuilderClient + func (c *ActionBuilderClient) Build(ctx context.Context) (int64, error) + type ActionClient struct + func NewActionClient(cc grpc.ClientConnInterface) *ActionClient + func (c *ActionClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ActionClient) GetAction(ctx context.Context) (int64, error) + func (c *ActionClient) GetIcon(ctx context.Context) (int64, error) + func (c *ActionClient) GetLabel(ctx context.Context) (int64, error) + func (c *ActionClient) ToString(ctx context.Context) (string, error) + func (c *ActionClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ResultClient struct + func NewResultClient(cc grpc.ClientConnInterface) *ResultClient + func (c *ResultClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ResultClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *ResultClient) GetSelectedComponent(ctx context.Context) (int64, error) + func (c *ResultClient) GetType(ctx context.Context) (int32, error) + func (c *ResultClient) HashCode(ctx context.Context) (int32, error) + func (c *ResultClient) IsShortcut(ctx context.Context) (bool, error) + func (c *ResultClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TargetClient struct + func NewTargetClient(cc grpc.ClientConnInterface) *TargetClient + func (c *TargetClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *TargetClient) GetComponentName(ctx context.Context, handle int64) (int64, error) + func (c *TargetClient) GetIcon(ctx context.Context, handle int64) (int64, error) + func (c *TargetClient) GetIntentExtras(ctx context.Context, handle int64) (int64, error) + func (c *TargetClient) GetScore(ctx context.Context, handle int64) (float32, error) + func (c *TargetClient) GetTitle(ctx context.Context, handle int64) (int64, error) + func (c *TargetClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *TargetClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type TargetServiceClient struct + func NewTargetServiceClient(cc grpc.ClientConnInterface) *TargetServiceClient + func (c *TargetServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error) + func (c *TargetServiceClient) OnGetChooserTargets(ctx context.Context, arg0 int64, arg1 int64) (int64, error)