Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ControlClient struct + func NewControlClient(cc grpc.ClientConnInterface) *ControlClient + func (c *ControlClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ControlClient) GetAppIntent(ctx context.Context) (int64, error) + func (c *ControlClient) GetControlId(ctx context.Context) (string, error) + func (c *ControlClient) GetControlTemplate(ctx context.Context) (int64, error) + func (c *ControlClient) GetCustomColor(ctx context.Context) (int64, error) + func (c *ControlClient) GetCustomIcon(ctx context.Context) (int64, error) + func (c *ControlClient) GetDeviceType(ctx context.Context) (int32, error) + func (c *ControlClient) GetStatus(ctx context.Context) (int32, error) + func (c *ControlClient) GetStatusText(ctx context.Context) (int64, error) + func (c *ControlClient) GetStructure(ctx context.Context) (int64, error) + func (c *ControlClient) GetSubtitle(ctx context.Context) (int64, error) + func (c *ControlClient) GetTitle(ctx context.Context) (int64, error) + func (c *ControlClient) GetZone(ctx context.Context) (int64, error) + func (c *ControlClient) IsAuthRequired(ctx context.Context) (bool, error) + func (c *ControlClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ControlStatefulBuilderClient struct + func NewControlStatefulBuilderClient(cc grpc.ClientConnInterface) *ControlStatefulBuilderClient + func (c *ControlStatefulBuilderClient) Build(ctx context.Context) (int64, error) + func (c *ControlStatefulBuilderClient) SetAppIntent(ctx context.Context, arg0 int64) (int64, error) + func (c *ControlStatefulBuilderClient) SetAuthRequired(ctx context.Context, arg0 bool) (int64, error) + func (c *ControlStatefulBuilderClient) SetControlId(ctx context.Context, arg0 string) (int64, error) + func (c *ControlStatefulBuilderClient) SetControlTemplate(ctx context.Context, arg0 int64) (int64, error) + func (c *ControlStatefulBuilderClient) SetCustomColor(ctx context.Context, arg0 int64) (int64, error) + func (c *ControlStatefulBuilderClient) SetCustomIcon(ctx context.Context, arg0 int64) (int64, error) + func (c *ControlStatefulBuilderClient) SetDeviceType(ctx context.Context, arg0 int32) (int64, error) + func (c *ControlStatefulBuilderClient) SetStatus(ctx context.Context, arg0 int32) (int64, error) + func (c *ControlStatefulBuilderClient) SetStatusText(ctx context.Context, arg0 string) (int64, error) + func (c *ControlStatefulBuilderClient) SetStructure(ctx context.Context, arg0 string) (int64, error) + func (c *ControlStatefulBuilderClient) SetSubtitle(ctx context.Context, arg0 string) (int64, error) + func (c *ControlStatefulBuilderClient) SetTitle(ctx context.Context, arg0 string) (int64, error) + func (c *ControlStatefulBuilderClient) SetZone(ctx context.Context, arg0 string) (int64, error) + type ControlStatelessBuilderClient struct + func NewControlStatelessBuilderClient(cc grpc.ClientConnInterface) *ControlStatelessBuilderClient + func (c *ControlStatelessBuilderClient) Build(ctx context.Context) (int64, error) + func (c *ControlStatelessBuilderClient) SetAppIntent(ctx context.Context, arg0 int64) (int64, error) + func (c *ControlStatelessBuilderClient) SetControlId(ctx context.Context, arg0 string) (int64, error) + func (c *ControlStatelessBuilderClient) SetCustomColor(ctx context.Context, arg0 int64) (int64, error) + func (c *ControlStatelessBuilderClient) SetCustomIcon(ctx context.Context, arg0 int64) (int64, error) + func (c *ControlStatelessBuilderClient) SetDeviceType(ctx context.Context, arg0 int32) (int64, error) + func (c *ControlStatelessBuilderClient) SetStructure(ctx context.Context, arg0 string) (int64, error) + func (c *ControlStatelessBuilderClient) SetSubtitle(ctx context.Context, arg0 string) (int64, error) + func (c *ControlStatelessBuilderClient) SetTitle(ctx context.Context, arg0 string) (int64, error) + func (c *ControlStatelessBuilderClient) SetZone(ctx context.Context, arg0 string) (int64, error) + type DeviceTypesClient struct + func NewDeviceTypesClient(cc grpc.ClientConnInterface) *DeviceTypesClient + func (c *DeviceTypesClient) ValidDeviceType(ctx context.Context, arg0 int32) (bool, error) + type ProviderServiceClient struct + func NewProviderServiceClient(cc grpc.ClientConnInterface) *ProviderServiceClient + func (c *ProviderServiceClient) CreatePublisherForAllAvailable(ctx context.Context) (int64, error) + func (c *ProviderServiceClient) CreatePublisherForSuggested(ctx context.Context) (int64, error) + func (c *ProviderServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error) + func (c *ProviderServiceClient) OnUnbind(ctx context.Context, arg0 int64) (bool, error) + func (c *ProviderServiceClient) RequestAddControl(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error