Documentation
¶
Index ¶
- type DisplayHashClient
- type DisplayHashManagerClient
- type DisplayHashResultCallbackClient
- type VerifiedDisplayHashClient
- func (c *VerifiedDisplayHashClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *VerifiedDisplayHashClient) GetBoundsInWindow(ctx context.Context, handle int64) (int64, error)
- func (c *VerifiedDisplayHashClient) GetHashAlgorithm(ctx context.Context, handle int64) (string, error)
- func (c *VerifiedDisplayHashClient) GetImageHash(ctx context.Context, handle int64) (int64, error)
- func (c *VerifiedDisplayHashClient) GetTimeMillis(ctx context.Context, handle int64) (int64, error)
- func (c *VerifiedDisplayHashClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *VerifiedDisplayHashClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisplayHashClient ¶
type DisplayHashClient struct {
// contains filtered or unexported fields
}
DisplayHashClient wraps the gRPC DisplayHashService client.
func NewDisplayHashClient ¶
func NewDisplayHashClient(cc grpc.ClientConnInterface) *DisplayHashClient
NewDisplayHashClient creates a new DisplayHash client.
func (*DisplayHashClient) DescribeContents ¶
func (c *DisplayHashClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*DisplayHashClient) ToString ¶
func (c *DisplayHashClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*DisplayHashClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type DisplayHashManagerClient ¶
type DisplayHashManagerClient struct {
// contains filtered or unexported fields
}
DisplayHashManagerClient wraps the gRPC DisplayHashManagerService client.
func NewDisplayHashManagerClient ¶
func NewDisplayHashManagerClient(cc grpc.ClientConnInterface) *DisplayHashManagerClient
NewDisplayHashManagerClient creates a new DisplayHashManager client.
func (*DisplayHashManagerClient) GetSupportedHashAlgorithms ¶
func (c *DisplayHashManagerClient) GetSupportedHashAlgorithms(ctx context.Context) (int64, error)
GetSupportedHashAlgorithms calls the GetSupportedHashAlgorithms RPC.
func (*DisplayHashManagerClient) VerifyDisplayHash ¶
func (c *DisplayHashManagerClient) VerifyDisplayHash(ctx context.Context, arg0 int64) (int64, error)
VerifyDisplayHash calls the VerifyDisplayHash RPC.
type DisplayHashResultCallbackClient ¶
type DisplayHashResultCallbackClient struct {
// contains filtered or unexported fields
}
DisplayHashResultCallbackClient wraps the gRPC DisplayHashResultCallbackService client.
func NewDisplayHashResultCallbackClient ¶
func NewDisplayHashResultCallbackClient(cc grpc.ClientConnInterface) *DisplayHashResultCallbackClient
NewDisplayHashResultCallbackClient creates a new DisplayHashResultCallback client.
func (*DisplayHashResultCallbackClient) OnDisplayHashError ¶
func (c *DisplayHashResultCallbackClient) OnDisplayHashError(ctx context.Context, arg0 int32) error
OnDisplayHashError calls the OnDisplayHashError RPC.
func (*DisplayHashResultCallbackClient) OnDisplayHashResult ¶
func (c *DisplayHashResultCallbackClient) OnDisplayHashResult(ctx context.Context, arg0 int64) error
OnDisplayHashResult calls the OnDisplayHashResult RPC.
type VerifiedDisplayHashClient ¶
type VerifiedDisplayHashClient struct {
// contains filtered or unexported fields
}
VerifiedDisplayHashClient wraps the gRPC VerifiedDisplayHashService client.
func NewVerifiedDisplayHashClient ¶
func NewVerifiedDisplayHashClient(cc grpc.ClientConnInterface) *VerifiedDisplayHashClient
NewVerifiedDisplayHashClient creates a new VerifiedDisplayHash client.
func (*VerifiedDisplayHashClient) DescribeContents ¶
func (c *VerifiedDisplayHashClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*VerifiedDisplayHashClient) GetBoundsInWindow ¶
func (c *VerifiedDisplayHashClient) GetBoundsInWindow(ctx context.Context, handle int64) (int64, error)
GetBoundsInWindow calls the GetBoundsInWindow RPC.
func (*VerifiedDisplayHashClient) GetHashAlgorithm ¶
func (c *VerifiedDisplayHashClient) GetHashAlgorithm(ctx context.Context, handle int64) (string, error)
GetHashAlgorithm calls the GetHashAlgorithm RPC.
func (*VerifiedDisplayHashClient) GetImageHash ¶
GetImageHash calls the GetImageHash RPC.
func (*VerifiedDisplayHashClient) GetTimeMillis ¶
GetTimeMillis calls the GetTimeMillis RPC.
func (*VerifiedDisplayHashClient) WriteToParcel ¶
func (c *VerifiedDisplayHashClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.