Documentation
¶
Index ¶
- type 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
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TileClient ¶
type TileClient struct {
// contains filtered or unexported fields
}
TileClient wraps the gRPC TileService client.
func NewTileClient ¶
func NewTileClient(cc grpc.ClientConnInterface) *TileClient
NewTileClient creates a new Tile client.
func (*TileClient) DescribeContents ¶
func (c *TileClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*TileClient) GetActivityLaunchForClick ¶
func (c *TileClient) GetActivityLaunchForClick(ctx context.Context) (int64, error)
GetActivityLaunchForClick calls the GetActivityLaunchForClick RPC.
func (*TileClient) GetContentDescription ¶
func (c *TileClient) GetContentDescription(ctx context.Context) (int64, error)
GetContentDescription calls the GetContentDescription RPC.
func (*TileClient) GetIcon ¶
func (c *TileClient) GetIcon(ctx context.Context) (int64, error)
GetIcon calls the GetIcon RPC.
func (*TileClient) GetLabel ¶
func (c *TileClient) GetLabel(ctx context.Context) (int64, error)
GetLabel calls the GetLabel RPC.
func (*TileClient) GetState ¶
func (c *TileClient) GetState(ctx context.Context) (int32, error)
GetState calls the GetState RPC.
func (*TileClient) GetStateDescription ¶
func (c *TileClient) GetStateDescription(ctx context.Context) (int64, error)
GetStateDescription calls the GetStateDescription RPC.
func (*TileClient) GetSubtitle ¶
func (c *TileClient) GetSubtitle(ctx context.Context) (int64, error)
GetSubtitle calls the GetSubtitle RPC.
func (*TileClient) SetActivityLaunchForClick ¶
func (c *TileClient) SetActivityLaunchForClick(ctx context.Context, arg0 int64) error
SetActivityLaunchForClick calls the SetActivityLaunchForClick RPC.
func (*TileClient) SetContentDescription ¶
func (c *TileClient) SetContentDescription(ctx context.Context, arg0 string) error
SetContentDescription calls the SetContentDescription RPC.
func (*TileClient) SetIcon ¶
func (c *TileClient) SetIcon(ctx context.Context, arg0 int64) error
SetIcon calls the SetIcon RPC.
func (*TileClient) SetLabel ¶
func (c *TileClient) SetLabel(ctx context.Context, arg0 string) error
SetLabel calls the SetLabel RPC.
func (*TileClient) SetState ¶
func (c *TileClient) SetState(ctx context.Context, arg0 int32) error
SetState calls the SetState RPC.
func (*TileClient) SetStateDescription ¶
func (c *TileClient) SetStateDescription(ctx context.Context, arg0 string) error
SetStateDescription calls the SetStateDescription RPC.
func (*TileClient) SetSubtitle ¶
func (c *TileClient) SetSubtitle(ctx context.Context, arg0 string) error
SetSubtitle calls the SetSubtitle RPC.
func (*TileClient) UpdateTile ¶
func (c *TileClient) UpdateTile(ctx context.Context) error
UpdateTile calls the UpdateTile RPC.
func (*TileClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type TileServiceClient ¶
type TileServiceClient struct {
// contains filtered or unexported fields
}
TileServiceClient wraps the gRPC TileServiceService client.
func NewTileServiceClient ¶
func NewTileServiceClient(cc grpc.ClientConnInterface) *TileServiceClient
NewTileServiceClient creates a new TileService client.
func (*TileServiceClient) OnClick ¶
func (c *TileServiceClient) OnClick(ctx context.Context, handle int64) error
OnClick calls the OnClick RPC.
func (*TileServiceClient) OnDestroy ¶
func (c *TileServiceClient) OnDestroy(ctx context.Context, handle int64) error
OnDestroy calls the OnDestroy RPC.
func (*TileServiceClient) OnStartListening ¶
func (c *TileServiceClient) OnStartListening(ctx context.Context, handle int64) error
OnStartListening calls the OnStartListening RPC.
func (*TileServiceClient) OnStopListening ¶
func (c *TileServiceClient) OnStopListening(ctx context.Context, handle int64) error
OnStopListening calls the OnStopListening RPC.
func (*TileServiceClient) OnTileAdded ¶
func (c *TileServiceClient) OnTileAdded(ctx context.Context, handle int64) error
OnTileAdded calls the OnTileAdded RPC.
func (*TileServiceClient) OnTileRemoved ¶
func (c *TileServiceClient) OnTileRemoved(ctx context.Context, handle int64) error
OnTileRemoved calls the OnTileRemoved RPC.
func (*TileServiceClient) RequestListeningState ¶
func (c *TileServiceClient) RequestListeningState(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
RequestListeningState calls the RequestListeningState RPC.
func (*TileServiceClient) ShowDialog ¶
ShowDialog calls the ShowDialog RPC.
func (*TileServiceClient) StartActivityAndCollapse1 ¶
func (c *TileServiceClient) StartActivityAndCollapse1(ctx context.Context, handle int64, arg0 int64) error
StartActivityAndCollapse1 calls the StartActivityAndCollapse1 RPC.
func (*TileServiceClient) StartActivityAndCollapse1_1 ¶
func (c *TileServiceClient) StartActivityAndCollapse1_1(ctx context.Context, handle int64, arg0 int64) error
StartActivityAndCollapse1_1 calls the StartActivityAndCollapse1_1 RPC.
func (*TileServiceClient) UnlockAndRun ¶
UnlockAndRun calls the UnlockAndRun RPC.