Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type BuilderClient struct + func NewBuilderClient(cc grpc.ClientConnInterface) *BuilderClient + func (c *BuilderClient) AddAction(ctx context.Context, arg0 int64, arg1 int64, arg2 string) (int64, error) + func (c *BuilderClient) AddSubSlice(ctx context.Context, arg0 int64, arg1 string) (int64, error) + func (c *BuilderClient) Build(ctx context.Context) (int64, error) + func (c *BuilderClient) SetCallerNeeded(ctx context.Context, arg0 bool) (int64, error) + type ItemClient struct + func NewItemClient(cc grpc.ClientConnInterface) *ItemClient + func (c *ItemClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ItemClient) GetAction(ctx context.Context) (int64, error) + func (c *ItemClient) GetBundle(ctx context.Context) (int64, error) + func (c *ItemClient) GetFormat(ctx context.Context) (string, error) + func (c *ItemClient) GetHints(ctx context.Context) (int64, error) + func (c *ItemClient) GetIcon(ctx context.Context) (int64, error) + func (c *ItemClient) GetInt(ctx context.Context) (int32, error) + func (c *ItemClient) GetLong(ctx context.Context) (int64, error) + func (c *ItemClient) GetRemoteInput(ctx context.Context) (int64, error) + func (c *ItemClient) GetSlice(ctx context.Context) (int64, error) + func (c *ItemClient) GetSubType(ctx context.Context) (string, error) + func (c *ItemClient) GetText(ctx context.Context) (int64, error) + func (c *ItemClient) HasHint(ctx context.Context, arg0 string) (bool, error) + func (c *ItemClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ManagerClient struct + func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient + func (c *ManagerClient) CheckSlicePermission(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error) + func (c *ManagerClient) GetPinnedSlices(ctx context.Context) (int64, error) + func (c *ManagerClient) GetPinnedSpecs(ctx context.Context, arg0 int64) (int64, error) + func (c *ManagerClient) GetSliceDescendants(ctx context.Context, arg0 int64) (int64, error) + func (c *ManagerClient) GrantSlicePermission(ctx context.Context, arg0 string, arg1 int64) error + func (c *ManagerClient) MapIntentToUri(ctx context.Context, arg0 int64) (int64, error) + func (c *ManagerClient) RevokeSlicePermission(ctx context.Context, arg0 string, arg1 int64) error + func (c *ManagerClient) UnpinSlice(ctx context.Context, arg0 int64) error + type MetricsClient struct + func NewMetricsClient(cc grpc.ClientConnInterface) *MetricsClient + func (c *MetricsClient) LogHidden(ctx context.Context, handle int64) error + func (c *MetricsClient) LogTouch(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *MetricsClient) LogVisible(ctx context.Context, handle int64) error + type ProviderClient struct + func NewProviderClient(cc grpc.ClientConnInterface) *ProviderClient + func (c *ProviderClient) AttachInfo(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ProviderClient) Call(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error) + func (c *ProviderClient) Delete(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int32, error) + func (c *ProviderClient) GetType(ctx context.Context, arg0 int64) (string, error) + func (c *ProviderClient) Insert(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *ProviderClient) OnCreatePermissionRequest(ctx context.Context, arg0 int64) (int64, error) + func (c *ProviderClient) OnGetSliceDescendants(ctx context.Context, arg0 int64) (int64, error) + func (c *ProviderClient) OnMapIntentToUri(ctx context.Context, arg0 int64) (int64, error) + func (c *ProviderClient) OnSlicePinned(ctx context.Context, arg0 int64) error + func (c *ProviderClient) OnSliceUnpinned(ctx context.Context, arg0 int64) error + func (c *ProviderClient) Query4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error) + func (c *ProviderClient) Query5_1(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, ...) (int64, error) + func (c *ProviderClient) Query6_2(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, ...) (int64, error) + func (c *ProviderClient) Update(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int32, error) + type SliceClient struct + func NewSliceClient(cc grpc.ClientConnInterface) *SliceClient + func (c *SliceClient) DescribeContents(ctx context.Context) (int32, error) + func (c *SliceClient) GetHints(ctx context.Context) (int64, error) + func (c *SliceClient) GetItems(ctx context.Context) (int64, error) + func (c *SliceClient) GetSpec(ctx context.Context) (int64, error) + func (c *SliceClient) GetUri(ctx context.Context) (int64, error) + func (c *SliceClient) IsCallerNeeded(ctx context.Context) (bool, error) + func (c *SliceClient) ToString(ctx context.Context) (string, error) + func (c *SliceClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type SpecClient struct + func NewSpecClient(cc grpc.ClientConnInterface) *SpecClient + func (c *SpecClient) CanRender(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *SpecClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *SpecClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *SpecClient) GetRevision(ctx context.Context, handle int64) (int32, error) + func (c *SpecClient) GetType(ctx context.Context, handle int64) (string, error) + func (c *SpecClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *SpecClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error