sdkprovider

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SdkSandboxControllerService_GetAppOwnedSdkSandboxInterfaces_FullMethodName              = "/sdkprovider.SdkSandboxControllerService/GetAppOwnedSdkSandboxInterfaces"
	SdkSandboxControllerService_GetClientPackageName_FullMethodName                         = "/sdkprovider.SdkSandboxControllerService/GetClientPackageName"
	SdkSandboxControllerService_GetClientSharedPreferences_FullMethodName                   = "/sdkprovider.SdkSandboxControllerService/GetClientSharedPreferences"
	SdkSandboxControllerService_GetSandboxedSdks_FullMethodName                             = "/sdkprovider.SdkSandboxControllerService/GetSandboxedSdks"
	SdkSandboxControllerService_RegisterSdkSandboxClientImportanceListener_FullMethodName   = "/sdkprovider.SdkSandboxControllerService/RegisterSdkSandboxClientImportanceListener"
	SdkSandboxControllerService_UnregisterSdkSandboxClientImportanceListener_FullMethodName = "/sdkprovider.SdkSandboxControllerService/UnregisterSdkSandboxClientImportanceListener"
)
View Source
const (
	SdkSandboxActivityHandlerService_OnActivityCreated_FullMethodName = "/sdkprovider.SdkSandboxActivityHandlerService/OnActivityCreated"
)
View Source
const (
	SdkSandboxClientImportanceListenerService_OnForegroundImportanceChanged_FullMethodName = "/sdkprovider.SdkSandboxClientImportanceListenerService/OnForegroundImportanceChanged"
)

Variables

View Source
var File_proto_sdkprovider_sdkprovider_proto protoreflect.FileDescriptor
View Source
var SdkSandboxActivityHandlerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "sdkprovider.SdkSandboxActivityHandlerService",
	HandlerType: (*SdkSandboxActivityHandlerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnActivityCreated",
			Handler:    _SdkSandboxActivityHandlerService_OnActivityCreated_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/sdkprovider/sdkprovider.proto",
}

SdkSandboxActivityHandlerService_ServiceDesc is the grpc.ServiceDesc for SdkSandboxActivityHandlerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SdkSandboxClientImportanceListenerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "sdkprovider.SdkSandboxClientImportanceListenerService",
	HandlerType: (*SdkSandboxClientImportanceListenerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnForegroundImportanceChanged",
			Handler:    _SdkSandboxClientImportanceListenerService_OnForegroundImportanceChanged_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/sdkprovider/sdkprovider.proto",
}

SdkSandboxClientImportanceListenerService_ServiceDesc is the grpc.ServiceDesc for SdkSandboxClientImportanceListenerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SdkSandboxControllerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "sdkprovider.SdkSandboxControllerService",
	HandlerType: (*SdkSandboxControllerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetAppOwnedSdkSandboxInterfaces",
			Handler:    _SdkSandboxControllerService_GetAppOwnedSdkSandboxInterfaces_Handler,
		},
		{
			MethodName: "GetClientPackageName",
			Handler:    _SdkSandboxControllerService_GetClientPackageName_Handler,
		},
		{
			MethodName: "GetClientSharedPreferences",
			Handler:    _SdkSandboxControllerService_GetClientSharedPreferences_Handler,
		},
		{
			MethodName: "GetSandboxedSdks",
			Handler:    _SdkSandboxControllerService_GetSandboxedSdks_Handler,
		},
		{
			MethodName: "RegisterSdkSandboxClientImportanceListener",
			Handler:    _SdkSandboxControllerService_RegisterSdkSandboxClientImportanceListener_Handler,
		},
		{
			MethodName: "UnregisterSdkSandboxClientImportanceListener",
			Handler:    _SdkSandboxControllerService_UnregisterSdkSandboxClientImportanceListener_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/sdkprovider/sdkprovider.proto",
}

SdkSandboxControllerService_ServiceDesc is the grpc.ServiceDesc for SdkSandboxControllerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterSdkSandboxActivityHandlerServiceServer

func RegisterSdkSandboxActivityHandlerServiceServer(s grpc.ServiceRegistrar, srv SdkSandboxActivityHandlerServiceServer)

func RegisterSdkSandboxControllerServiceServer

func RegisterSdkSandboxControllerServiceServer(s grpc.ServiceRegistrar, srv SdkSandboxControllerServiceServer)

Types

type GetAppOwnedSdkSandboxInterfacesRequest

type GetAppOwnedSdkSandboxInterfacesRequest struct {
	// contains filtered or unexported fields
}

func (*GetAppOwnedSdkSandboxInterfacesRequest) Descriptor deprecated

func (*GetAppOwnedSdkSandboxInterfacesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAppOwnedSdkSandboxInterfacesRequest.ProtoReflect.Descriptor instead.

func (*GetAppOwnedSdkSandboxInterfacesRequest) ProtoMessage

func (*GetAppOwnedSdkSandboxInterfacesRequest) ProtoReflect

func (*GetAppOwnedSdkSandboxInterfacesRequest) Reset

func (*GetAppOwnedSdkSandboxInterfacesRequest) String

type GetAppOwnedSdkSandboxInterfacesResponse

type GetAppOwnedSdkSandboxInterfacesResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAppOwnedSdkSandboxInterfacesResponse) Descriptor deprecated

func (*GetAppOwnedSdkSandboxInterfacesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAppOwnedSdkSandboxInterfacesResponse.ProtoReflect.Descriptor instead.

func (*GetAppOwnedSdkSandboxInterfacesResponse) GetResult

func (*GetAppOwnedSdkSandboxInterfacesResponse) ProtoMessage

func (*GetAppOwnedSdkSandboxInterfacesResponse) ProtoReflect

func (*GetAppOwnedSdkSandboxInterfacesResponse) Reset

func (*GetAppOwnedSdkSandboxInterfacesResponse) String

type GetClientPackageNameRequest

type GetClientPackageNameRequest struct {
	// contains filtered or unexported fields
}

func (*GetClientPackageNameRequest) Descriptor deprecated

func (*GetClientPackageNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetClientPackageNameRequest.ProtoReflect.Descriptor instead.

func (*GetClientPackageNameRequest) ProtoMessage

func (*GetClientPackageNameRequest) ProtoMessage()

func (*GetClientPackageNameRequest) ProtoReflect

func (*GetClientPackageNameRequest) Reset

func (x *GetClientPackageNameRequest) Reset()

func (*GetClientPackageNameRequest) String

func (x *GetClientPackageNameRequest) String() string

type GetClientPackageNameResponse

type GetClientPackageNameResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetClientPackageNameResponse) Descriptor deprecated

func (*GetClientPackageNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetClientPackageNameResponse.ProtoReflect.Descriptor instead.

func (*GetClientPackageNameResponse) GetResult

func (x *GetClientPackageNameResponse) GetResult() string

func (*GetClientPackageNameResponse) ProtoMessage

func (*GetClientPackageNameResponse) ProtoMessage()

func (*GetClientPackageNameResponse) ProtoReflect

func (*GetClientPackageNameResponse) Reset

func (x *GetClientPackageNameResponse) Reset()

func (*GetClientPackageNameResponse) String

type GetClientSharedPreferencesRequest

type GetClientSharedPreferencesRequest struct {
	// contains filtered or unexported fields
}

func (*GetClientSharedPreferencesRequest) Descriptor deprecated

func (*GetClientSharedPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetClientSharedPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetClientSharedPreferencesRequest) ProtoMessage

func (*GetClientSharedPreferencesRequest) ProtoMessage()

func (*GetClientSharedPreferencesRequest) ProtoReflect

func (*GetClientSharedPreferencesRequest) Reset

func (*GetClientSharedPreferencesRequest) String

type GetClientSharedPreferencesResponse

type GetClientSharedPreferencesResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetClientSharedPreferencesResponse) Descriptor deprecated

func (*GetClientSharedPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetClientSharedPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetClientSharedPreferencesResponse) GetResult

func (*GetClientSharedPreferencesResponse) ProtoMessage

func (*GetClientSharedPreferencesResponse) ProtoMessage()

func (*GetClientSharedPreferencesResponse) ProtoReflect

func (*GetClientSharedPreferencesResponse) Reset

func (*GetClientSharedPreferencesResponse) String

type GetSandboxedSdksRequest

type GetSandboxedSdksRequest struct {
	// contains filtered or unexported fields
}

func (*GetSandboxedSdksRequest) Descriptor deprecated

func (*GetSandboxedSdksRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSandboxedSdksRequest.ProtoReflect.Descriptor instead.

func (*GetSandboxedSdksRequest) ProtoMessage

func (*GetSandboxedSdksRequest) ProtoMessage()

func (*GetSandboxedSdksRequest) ProtoReflect

func (x *GetSandboxedSdksRequest) ProtoReflect() protoreflect.Message

func (*GetSandboxedSdksRequest) Reset

func (x *GetSandboxedSdksRequest) Reset()

func (*GetSandboxedSdksRequest) String

func (x *GetSandboxedSdksRequest) String() string

type GetSandboxedSdksResponse

type GetSandboxedSdksResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSandboxedSdksResponse) Descriptor deprecated

func (*GetSandboxedSdksResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSandboxedSdksResponse.ProtoReflect.Descriptor instead.

func (*GetSandboxedSdksResponse) GetResult

func (x *GetSandboxedSdksResponse) GetResult() int64

func (*GetSandboxedSdksResponse) ProtoMessage

func (*GetSandboxedSdksResponse) ProtoMessage()

func (*GetSandboxedSdksResponse) ProtoReflect

func (x *GetSandboxedSdksResponse) ProtoReflect() protoreflect.Message

func (*GetSandboxedSdksResponse) Reset

func (x *GetSandboxedSdksResponse) Reset()

func (*GetSandboxedSdksResponse) String

func (x *GetSandboxedSdksResponse) String() string

type OnActivityCreatedRequest

type OnActivityCreatedRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnActivityCreatedRequest) Descriptor deprecated

func (*OnActivityCreatedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnActivityCreatedRequest.ProtoReflect.Descriptor instead.

func (*OnActivityCreatedRequest) GetArg0

func (x *OnActivityCreatedRequest) GetArg0() int64

func (*OnActivityCreatedRequest) ProtoMessage

func (*OnActivityCreatedRequest) ProtoMessage()

func (*OnActivityCreatedRequest) ProtoReflect

func (x *OnActivityCreatedRequest) ProtoReflect() protoreflect.Message

func (*OnActivityCreatedRequest) Reset

func (x *OnActivityCreatedRequest) Reset()

func (*OnActivityCreatedRequest) String

func (x *OnActivityCreatedRequest) String() string

type OnActivityCreatedResponse

type OnActivityCreatedResponse struct {
	// contains filtered or unexported fields
}

func (*OnActivityCreatedResponse) Descriptor deprecated

func (*OnActivityCreatedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnActivityCreatedResponse.ProtoReflect.Descriptor instead.

func (*OnActivityCreatedResponse) ProtoMessage

func (*OnActivityCreatedResponse) ProtoMessage()

func (*OnActivityCreatedResponse) ProtoReflect

func (*OnActivityCreatedResponse) Reset

func (x *OnActivityCreatedResponse) Reset()

func (*OnActivityCreatedResponse) String

func (x *OnActivityCreatedResponse) String() string

type OnForegroundImportanceChangedRequest

type OnForegroundImportanceChangedRequest struct {
	Arg0 bool `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnForegroundImportanceChangedRequest) Descriptor deprecated

func (*OnForegroundImportanceChangedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnForegroundImportanceChangedRequest.ProtoReflect.Descriptor instead.

func (*OnForegroundImportanceChangedRequest) GetArg0

func (*OnForegroundImportanceChangedRequest) ProtoMessage

func (*OnForegroundImportanceChangedRequest) ProtoMessage()

func (*OnForegroundImportanceChangedRequest) ProtoReflect

func (*OnForegroundImportanceChangedRequest) Reset

func (*OnForegroundImportanceChangedRequest) String

type OnForegroundImportanceChangedResponse

type OnForegroundImportanceChangedResponse struct {
	// contains filtered or unexported fields
}

func (*OnForegroundImportanceChangedResponse) Descriptor deprecated

func (*OnForegroundImportanceChangedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnForegroundImportanceChangedResponse.ProtoReflect.Descriptor instead.

func (*OnForegroundImportanceChangedResponse) ProtoMessage

func (*OnForegroundImportanceChangedResponse) ProtoMessage()

func (*OnForegroundImportanceChangedResponse) ProtoReflect

func (*OnForegroundImportanceChangedResponse) Reset

func (*OnForegroundImportanceChangedResponse) String

type RegisterSdkSandboxClientImportanceListenerRequest

type RegisterSdkSandboxClientImportanceListenerRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterSdkSandboxClientImportanceListenerRequest) Descriptor deprecated

Deprecated: Use RegisterSdkSandboxClientImportanceListenerRequest.ProtoReflect.Descriptor instead.

func (*RegisterSdkSandboxClientImportanceListenerRequest) GetArg0

func (*RegisterSdkSandboxClientImportanceListenerRequest) GetArg1

func (*RegisterSdkSandboxClientImportanceListenerRequest) ProtoMessage

func (*RegisterSdkSandboxClientImportanceListenerRequest) ProtoReflect

func (*RegisterSdkSandboxClientImportanceListenerRequest) Reset

func (*RegisterSdkSandboxClientImportanceListenerRequest) String

type RegisterSdkSandboxClientImportanceListenerResponse

type RegisterSdkSandboxClientImportanceListenerResponse struct {
	// contains filtered or unexported fields
}

func (*RegisterSdkSandboxClientImportanceListenerResponse) Descriptor deprecated

Deprecated: Use RegisterSdkSandboxClientImportanceListenerResponse.ProtoReflect.Descriptor instead.

func (*RegisterSdkSandboxClientImportanceListenerResponse) ProtoMessage

func (*RegisterSdkSandboxClientImportanceListenerResponse) ProtoReflect

func (*RegisterSdkSandboxClientImportanceListenerResponse) Reset

func (*RegisterSdkSandboxClientImportanceListenerResponse) String

type SdkSandboxActivityHandlerServiceClient

type SdkSandboxActivityHandlerServiceClient interface {
	OnActivityCreated(ctx context.Context, in *OnActivityCreatedRequest, opts ...grpc.CallOption) (*OnActivityCreatedResponse, error)
}

SdkSandboxActivityHandlerServiceClient is the client API for SdkSandboxActivityHandlerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SdkSandboxActivityHandlerServiceServer

type SdkSandboxActivityHandlerServiceServer interface {
	OnActivityCreated(context.Context, *OnActivityCreatedRequest) (*OnActivityCreatedResponse, error)
	// contains filtered or unexported methods
}

SdkSandboxActivityHandlerServiceServer is the server API for SdkSandboxActivityHandlerService service. All implementations must embed UnimplementedSdkSandboxActivityHandlerServiceServer for forward compatibility.

type SdkSandboxClientImportanceListenerServiceClient

type SdkSandboxClientImportanceListenerServiceClient interface {
	OnForegroundImportanceChanged(ctx context.Context, in *OnForegroundImportanceChangedRequest, opts ...grpc.CallOption) (*OnForegroundImportanceChangedResponse, error)
}

SdkSandboxClientImportanceListenerServiceClient is the client API for SdkSandboxClientImportanceListenerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SdkSandboxClientImportanceListenerServiceServer

type SdkSandboxClientImportanceListenerServiceServer interface {
	OnForegroundImportanceChanged(context.Context, *OnForegroundImportanceChangedRequest) (*OnForegroundImportanceChangedResponse, error)
	// contains filtered or unexported methods
}

SdkSandboxClientImportanceListenerServiceServer is the server API for SdkSandboxClientImportanceListenerService service. All implementations must embed UnimplementedSdkSandboxClientImportanceListenerServiceServer for forward compatibility.

type SdkSandboxControllerServiceClient

SdkSandboxControllerServiceClient is the client API for SdkSandboxControllerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SdkSandboxControllerServiceServer

SdkSandboxControllerServiceServer is the server API for SdkSandboxControllerService service. All implementations must embed UnimplementedSdkSandboxControllerServiceServer for forward compatibility.

type UnimplementedSdkSandboxActivityHandlerServiceServer

type UnimplementedSdkSandboxActivityHandlerServiceServer struct{}

UnimplementedSdkSandboxActivityHandlerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSdkSandboxActivityHandlerServiceServer) OnActivityCreated

type UnimplementedSdkSandboxClientImportanceListenerServiceServer

type UnimplementedSdkSandboxClientImportanceListenerServiceServer struct{}

UnimplementedSdkSandboxClientImportanceListenerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnimplementedSdkSandboxControllerServiceServer

type UnimplementedSdkSandboxControllerServiceServer struct{}

UnimplementedSdkSandboxControllerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSdkSandboxControllerServiceServer) GetClientPackageName

func (UnimplementedSdkSandboxControllerServiceServer) GetSandboxedSdks

type UnregisterSdkSandboxClientImportanceListenerRequest

type UnregisterSdkSandboxClientImportanceListenerRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*UnregisterSdkSandboxClientImportanceListenerRequest) Descriptor deprecated

Deprecated: Use UnregisterSdkSandboxClientImportanceListenerRequest.ProtoReflect.Descriptor instead.

func (*UnregisterSdkSandboxClientImportanceListenerRequest) GetArg0

func (*UnregisterSdkSandboxClientImportanceListenerRequest) ProtoMessage

func (*UnregisterSdkSandboxClientImportanceListenerRequest) ProtoReflect

func (*UnregisterSdkSandboxClientImportanceListenerRequest) Reset

func (*UnregisterSdkSandboxClientImportanceListenerRequest) String

type UnregisterSdkSandboxClientImportanceListenerResponse

type UnregisterSdkSandboxClientImportanceListenerResponse struct {
	// contains filtered or unexported fields
}

func (*UnregisterSdkSandboxClientImportanceListenerResponse) Descriptor deprecated

Deprecated: Use UnregisterSdkSandboxClientImportanceListenerResponse.ProtoReflect.Descriptor instead.

func (*UnregisterSdkSandboxClientImportanceListenerResponse) ProtoMessage

func (*UnregisterSdkSandboxClientImportanceListenerResponse) ProtoReflect

func (*UnregisterSdkSandboxClientImportanceListenerResponse) Reset

func (*UnregisterSdkSandboxClientImportanceListenerResponse) String

type UnsafeSdkSandboxActivityHandlerServiceServer

type UnsafeSdkSandboxActivityHandlerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSdkSandboxActivityHandlerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SdkSandboxActivityHandlerServiceServer will result in compilation errors.

type UnsafeSdkSandboxClientImportanceListenerServiceServer

type UnsafeSdkSandboxClientImportanceListenerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSdkSandboxClientImportanceListenerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SdkSandboxClientImportanceListenerServiceServer will result in compilation errors.

type UnsafeSdkSandboxControllerServiceServer

type UnsafeSdkSandboxControllerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSdkSandboxControllerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SdkSandboxControllerServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL