Documentation
¶
Index ¶
- type VerificationManagerClient
- type VerificationUserStateClient
- func (c *VerificationUserStateClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *VerificationUserStateClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *VerificationUserStateClient) GetPackageName(ctx context.Context) (string, error)
- func (c *VerificationUserStateClient) GetUser(ctx context.Context) (int64, error)
- func (c *VerificationUserStateClient) HashCode(ctx context.Context) (int32, error)
- func (c *VerificationUserStateClient) IsLinkHandlingAllowed(ctx context.Context) (bool, error)
- func (c *VerificationUserStateClient) ToString(ctx context.Context) (string, error)
- func (c *VerificationUserStateClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VerificationManagerClient ¶
type VerificationManagerClient struct {
// contains filtered or unexported fields
}
VerificationManagerClient wraps the gRPC VerificationManagerService client.
func NewVerificationManagerClient ¶
func NewVerificationManagerClient(cc grpc.ClientConnInterface) *VerificationManagerClient
NewVerificationManagerClient creates a new VerificationManager client.
func (*VerificationManagerClient) GetDomainVerificationUserState ¶
func (c *VerificationManagerClient) GetDomainVerificationUserState(ctx context.Context, arg0 string) (int64, error)
GetDomainVerificationUserState calls the GetDomainVerificationUserState RPC.
type VerificationUserStateClient ¶
type VerificationUserStateClient struct {
// contains filtered or unexported fields
}
VerificationUserStateClient wraps the gRPC VerificationUserStateService client.
func NewVerificationUserStateClient ¶
func NewVerificationUserStateClient(cc grpc.ClientConnInterface) *VerificationUserStateClient
NewVerificationUserStateClient creates a new VerificationUserState client.
func (*VerificationUserStateClient) DescribeContents ¶
func (c *VerificationUserStateClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*VerificationUserStateClient) GetPackageName ¶
func (c *VerificationUserStateClient) GetPackageName(ctx context.Context) (string, error)
GetPackageName calls the GetPackageName RPC.
func (*VerificationUserStateClient) GetUser ¶
func (c *VerificationUserStateClient) GetUser(ctx context.Context) (int64, error)
GetUser calls the GetUser RPC.
func (*VerificationUserStateClient) HashCode ¶
func (c *VerificationUserStateClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*VerificationUserStateClient) IsLinkHandlingAllowed ¶
func (c *VerificationUserStateClient) IsLinkHandlingAllowed(ctx context.Context) (bool, error)
IsLinkHandlingAllowed calls the IsLinkHandlingAllowed RPC.
func (*VerificationUserStateClient) ToString ¶
func (c *VerificationUserStateClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*VerificationUserStateClient) WriteToParcel ¶
func (c *VerificationUserStateClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.