Documentation
¶
Index ¶
- type ActionBuilderClient
- type 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
- 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
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionBuilderClient ¶
type ActionBuilderClient struct {
// contains filtered or unexported fields
}
ActionBuilderClient wraps the gRPC ActionBuilderService client.
func NewActionBuilderClient ¶
func NewActionBuilderClient(cc grpc.ClientConnInterface) *ActionBuilderClient
NewActionBuilderClient creates a new ActionBuilder client.
type ActionClient ¶
type ActionClient struct {
// contains filtered or unexported fields
}
ActionClient wraps the gRPC ActionService client.
func NewActionClient ¶
func NewActionClient(cc grpc.ClientConnInterface) *ActionClient
NewActionClient creates a new Action client.
func (*ActionClient) DescribeContents ¶
func (c *ActionClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*ActionClient) GetAction ¶
func (c *ActionClient) GetAction(ctx context.Context) (int64, error)
GetAction calls the GetAction RPC.
func (*ActionClient) GetIcon ¶
func (c *ActionClient) GetIcon(ctx context.Context) (int64, error)
GetIcon calls the GetIcon RPC.
func (*ActionClient) GetLabel ¶
func (c *ActionClient) GetLabel(ctx context.Context) (int64, error)
GetLabel calls the GetLabel RPC.
func (*ActionClient) ToString ¶
func (c *ActionClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*ActionClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type ResultClient ¶
type ResultClient struct {
// contains filtered or unexported fields
}
ResultClient wraps the gRPC ResultService client.
func NewResultClient ¶
func NewResultClient(cc grpc.ClientConnInterface) *ResultClient
NewResultClient creates a new Result client.
func (*ResultClient) DescribeContents ¶
func (c *ResultClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*ResultClient) GetSelectedComponent ¶
func (c *ResultClient) GetSelectedComponent(ctx context.Context) (int64, error)
GetSelectedComponent calls the GetSelectedComponent RPC.
func (*ResultClient) GetType ¶
func (c *ResultClient) GetType(ctx context.Context) (int32, error)
GetType calls the GetType RPC.
func (*ResultClient) HashCode ¶
func (c *ResultClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*ResultClient) IsShortcut ¶
func (c *ResultClient) IsShortcut(ctx context.Context) (bool, error)
IsShortcut calls the IsShortcut RPC.
func (*ResultClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type TargetClient ¶
type TargetClient struct {
// contains filtered or unexported fields
}
TargetClient wraps the gRPC TargetService client.
func NewTargetClient ¶
func NewTargetClient(cc grpc.ClientConnInterface) *TargetClient
NewTargetClient creates a new Target client.
func (*TargetClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*TargetClient) GetComponentName ¶
GetComponentName calls the GetComponentName RPC.
func (*TargetClient) GetIntentExtras ¶
GetIntentExtras calls the GetIntentExtras RPC.
func (*TargetClient) WriteToParcel ¶
func (c *TargetClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type TargetServiceClient ¶
type TargetServiceClient struct {
// contains filtered or unexported fields
}
TargetServiceClient wraps the gRPC TargetServiceService client.
func NewTargetServiceClient ¶
func NewTargetServiceClient(cc grpc.ClientConnInterface) *TargetServiceClient
NewTargetServiceClient creates a new TargetService client.
func (*TargetServiceClient) OnGetChooserTargets ¶
func (c *TargetServiceClient) OnGetChooserTargets(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
OnGetChooserTargets calls the OnGetChooserTargets RPC.