Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type TileClient struct + func NewTileClient(cc grpc.ClientConnInterface) *TileClient + func (c *TileClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TileClient) GetActivityLaunchForClick(ctx context.Context) (int64, error) + func (c *TileClient) GetContentDescription(ctx context.Context) (int64, error) + func (c *TileClient) GetIcon(ctx context.Context) (int64, error) + func (c *TileClient) GetLabel(ctx context.Context) (int64, error) + func (c *TileClient) GetState(ctx context.Context) (int32, error) + func (c *TileClient) GetStateDescription(ctx context.Context) (int64, error) + func (c *TileClient) GetSubtitle(ctx context.Context) (int64, error) + func (c *TileClient) SetActivityLaunchForClick(ctx context.Context, arg0 int64) error + func (c *TileClient) SetContentDescription(ctx context.Context, arg0 string) error + func (c *TileClient) SetIcon(ctx context.Context, arg0 int64) error + func (c *TileClient) SetLabel(ctx context.Context, arg0 string) error + func (c *TileClient) SetState(ctx context.Context, arg0 int32) error + func (c *TileClient) SetStateDescription(ctx context.Context, arg0 string) error + func (c *TileClient) SetSubtitle(ctx context.Context, arg0 string) error + func (c *TileClient) UpdateTile(ctx context.Context) error + func (c *TileClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TileServiceClient struct + func NewTileServiceClient(cc grpc.ClientConnInterface) *TileServiceClient + func (c *TileServiceClient) GetQsTile(ctx context.Context, handle int64) (int64, error) + func (c *TileServiceClient) IsLocked(ctx context.Context, handle int64) (bool, error) + func (c *TileServiceClient) IsSecure(ctx context.Context, handle int64) (bool, error) + func (c *TileServiceClient) OnBind(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *TileServiceClient) OnClick(ctx context.Context, handle int64) error + func (c *TileServiceClient) OnDestroy(ctx context.Context, handle int64) error + func (c *TileServiceClient) OnStartListening(ctx context.Context, handle int64) error + func (c *TileServiceClient) OnStopListening(ctx context.Context, handle int64) error + func (c *TileServiceClient) OnTileAdded(ctx context.Context, handle int64) error + func (c *TileServiceClient) OnTileRemoved(ctx context.Context, handle int64) error + func (c *TileServiceClient) RequestListeningState(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *TileServiceClient) ShowDialog(ctx context.Context, handle int64, arg0 int64) error + func (c *TileServiceClient) StartActivityAndCollapse1(ctx context.Context, handle int64, arg0 int64) error + func (c *TileServiceClient) StartActivityAndCollapse1_1(ctx context.Context, handle int64, arg0 int64) error + func (c *TileServiceClient) UnlockAndRun(ctx context.Context, handle int64, arg0 int64) error