Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterSdkSandboxActivityHandlerServiceServer(s grpc.ServiceRegistrar, srv SdkSandboxActivityHandlerServiceServer)
- func RegisterSdkSandboxClientImportanceListenerServiceServer(s grpc.ServiceRegistrar, srv SdkSandboxClientImportanceListenerServiceServer)
- func RegisterSdkSandboxControllerServiceServer(s grpc.ServiceRegistrar, srv SdkSandboxControllerServiceServer)
- type GetAppOwnedSdkSandboxInterfacesRequest
- func (*GetAppOwnedSdkSandboxInterfacesRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetAppOwnedSdkSandboxInterfacesRequest) ProtoMessage()
- func (x *GetAppOwnedSdkSandboxInterfacesRequest) ProtoReflect() protoreflect.Message
- func (x *GetAppOwnedSdkSandboxInterfacesRequest) Reset()
- func (x *GetAppOwnedSdkSandboxInterfacesRequest) String() string
- type GetAppOwnedSdkSandboxInterfacesResponse
- func (*GetAppOwnedSdkSandboxInterfacesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppOwnedSdkSandboxInterfacesResponse) GetResult() int64
- func (*GetAppOwnedSdkSandboxInterfacesResponse) ProtoMessage()
- func (x *GetAppOwnedSdkSandboxInterfacesResponse) ProtoReflect() protoreflect.Message
- func (x *GetAppOwnedSdkSandboxInterfacesResponse) Reset()
- func (x *GetAppOwnedSdkSandboxInterfacesResponse) String() string
- type GetClientPackageNameRequest
- type GetClientPackageNameResponse
- func (*GetClientPackageNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetClientPackageNameResponse) GetResult() string
- func (*GetClientPackageNameResponse) ProtoMessage()
- func (x *GetClientPackageNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetClientPackageNameResponse) Reset()
- func (x *GetClientPackageNameResponse) String() string
- type GetClientSharedPreferencesRequest
- func (*GetClientSharedPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetClientSharedPreferencesRequest) ProtoMessage()
- func (x *GetClientSharedPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetClientSharedPreferencesRequest) Reset()
- func (x *GetClientSharedPreferencesRequest) String() string
- type GetClientSharedPreferencesResponse
- func (*GetClientSharedPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetClientSharedPreferencesResponse) GetResult() int64
- func (*GetClientSharedPreferencesResponse) ProtoMessage()
- func (x *GetClientSharedPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetClientSharedPreferencesResponse) Reset()
- func (x *GetClientSharedPreferencesResponse) String() string
- type GetSandboxedSdksRequest
- type GetSandboxedSdksResponse
- func (*GetSandboxedSdksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSandboxedSdksResponse) GetResult() int64
- func (*GetSandboxedSdksResponse) ProtoMessage()
- func (x *GetSandboxedSdksResponse) ProtoReflect() protoreflect.Message
- func (x *GetSandboxedSdksResponse) Reset()
- func (x *GetSandboxedSdksResponse) String() string
- type OnActivityCreatedRequest
- func (*OnActivityCreatedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OnActivityCreatedRequest) GetArg0() int64
- func (*OnActivityCreatedRequest) ProtoMessage()
- func (x *OnActivityCreatedRequest) ProtoReflect() protoreflect.Message
- func (x *OnActivityCreatedRequest) Reset()
- func (x *OnActivityCreatedRequest) String() string
- type OnActivityCreatedResponse
- type OnForegroundImportanceChangedRequest
- func (*OnForegroundImportanceChangedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OnForegroundImportanceChangedRequest) GetArg0() bool
- func (*OnForegroundImportanceChangedRequest) ProtoMessage()
- func (x *OnForegroundImportanceChangedRequest) ProtoReflect() protoreflect.Message
- func (x *OnForegroundImportanceChangedRequest) Reset()
- func (x *OnForegroundImportanceChangedRequest) String() string
- type OnForegroundImportanceChangedResponse
- func (*OnForegroundImportanceChangedResponse) Descriptor() ([]byte, []int)deprecated
- func (*OnForegroundImportanceChangedResponse) ProtoMessage()
- func (x *OnForegroundImportanceChangedResponse) ProtoReflect() protoreflect.Message
- func (x *OnForegroundImportanceChangedResponse) Reset()
- func (x *OnForegroundImportanceChangedResponse) String() string
- type RegisterSdkSandboxClientImportanceListenerRequest
- func (*RegisterSdkSandboxClientImportanceListenerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterSdkSandboxClientImportanceListenerRequest) GetArg0() int64
- func (x *RegisterSdkSandboxClientImportanceListenerRequest) GetArg1() int64
- func (*RegisterSdkSandboxClientImportanceListenerRequest) ProtoMessage()
- func (x *RegisterSdkSandboxClientImportanceListenerRequest) ProtoReflect() protoreflect.Message
- func (x *RegisterSdkSandboxClientImportanceListenerRequest) Reset()
- func (x *RegisterSdkSandboxClientImportanceListenerRequest) String() string
- type RegisterSdkSandboxClientImportanceListenerResponse
- func (*RegisterSdkSandboxClientImportanceListenerResponse) Descriptor() ([]byte, []int)deprecated
- func (*RegisterSdkSandboxClientImportanceListenerResponse) ProtoMessage()
- func (x *RegisterSdkSandboxClientImportanceListenerResponse) ProtoReflect() protoreflect.Message
- func (x *RegisterSdkSandboxClientImportanceListenerResponse) Reset()
- func (x *RegisterSdkSandboxClientImportanceListenerResponse) String() string
- type SdkSandboxActivityHandlerServiceClient
- type SdkSandboxActivityHandlerServiceServer
- type SdkSandboxClientImportanceListenerServiceClient
- type SdkSandboxClientImportanceListenerServiceServer
- type SdkSandboxControllerServiceClient
- type SdkSandboxControllerServiceServer
- type UnimplementedSdkSandboxActivityHandlerServiceServer
- type UnimplementedSdkSandboxClientImportanceListenerServiceServer
- type UnimplementedSdkSandboxControllerServiceServer
- func (UnimplementedSdkSandboxControllerServiceServer) GetAppOwnedSdkSandboxInterfaces(context.Context, *GetAppOwnedSdkSandboxInterfacesRequest) (*GetAppOwnedSdkSandboxInterfacesResponse, error)
- func (UnimplementedSdkSandboxControllerServiceServer) GetClientPackageName(context.Context, *GetClientPackageNameRequest) (*GetClientPackageNameResponse, error)
- func (UnimplementedSdkSandboxControllerServiceServer) GetClientSharedPreferences(context.Context, *GetClientSharedPreferencesRequest) (*GetClientSharedPreferencesResponse, error)
- func (UnimplementedSdkSandboxControllerServiceServer) GetSandboxedSdks(context.Context, *GetSandboxedSdksRequest) (*GetSandboxedSdksResponse, error)
- func (UnimplementedSdkSandboxControllerServiceServer) RegisterSdkSandboxClientImportanceListener(context.Context, *RegisterSdkSandboxClientImportanceListenerRequest) (*RegisterSdkSandboxClientImportanceListenerResponse, error)
- func (UnimplementedSdkSandboxControllerServiceServer) UnregisterSdkSandboxClientImportanceListener(context.Context, *UnregisterSdkSandboxClientImportanceListenerRequest) (*UnregisterSdkSandboxClientImportanceListenerResponse, error)
- type UnregisterSdkSandboxClientImportanceListenerRequest
- func (*UnregisterSdkSandboxClientImportanceListenerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnregisterSdkSandboxClientImportanceListenerRequest) GetArg0() int64
- func (*UnregisterSdkSandboxClientImportanceListenerRequest) ProtoMessage()
- func (x *UnregisterSdkSandboxClientImportanceListenerRequest) ProtoReflect() protoreflect.Message
- func (x *UnregisterSdkSandboxClientImportanceListenerRequest) Reset()
- func (x *UnregisterSdkSandboxClientImportanceListenerRequest) String() string
- type UnregisterSdkSandboxClientImportanceListenerResponse
- func (*UnregisterSdkSandboxClientImportanceListenerResponse) Descriptor() ([]byte, []int)deprecated
- func (*UnregisterSdkSandboxClientImportanceListenerResponse) ProtoMessage()
- func (x *UnregisterSdkSandboxClientImportanceListenerResponse) ProtoReflect() protoreflect.Message
- func (x *UnregisterSdkSandboxClientImportanceListenerResponse) Reset()
- func (x *UnregisterSdkSandboxClientImportanceListenerResponse) String() string
- type UnsafeSdkSandboxActivityHandlerServiceServer
- type UnsafeSdkSandboxClientImportanceListenerServiceServer
- type UnsafeSdkSandboxControllerServiceServer
Constants ¶
const ( SdkSandboxControllerService_GetAppOwnedSdkSandboxInterfaces_FullMethodName = "/sdkprovider.SdkSandboxControllerService/GetAppOwnedSdkSandboxInterfaces" SdkSandboxControllerService_GetClientPackageName_FullMethodName = "/sdkprovider.SdkSandboxControllerService/GetClientPackageName" SdkSandboxControllerService_GetSandboxedSdks_FullMethodName = "/sdkprovider.SdkSandboxControllerService/GetSandboxedSdks" SdkSandboxControllerService_RegisterSdkSandboxClientImportanceListener_FullMethodName = "/sdkprovider.SdkSandboxControllerService/RegisterSdkSandboxClientImportanceListener" SdkSandboxControllerService_UnregisterSdkSandboxClientImportanceListener_FullMethodName = "/sdkprovider.SdkSandboxControllerService/UnregisterSdkSandboxClientImportanceListener" )
const (
SdkSandboxActivityHandlerService_OnActivityCreated_FullMethodName = "/sdkprovider.SdkSandboxActivityHandlerService/OnActivityCreated"
)
const (
SdkSandboxClientImportanceListenerService_OnForegroundImportanceChanged_FullMethodName = "/sdkprovider.SdkSandboxClientImportanceListenerService/OnForegroundImportanceChanged"
)
Variables ¶
var File_proto_sdkprovider_sdkprovider_proto protoreflect.FileDescriptor
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)
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)
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 RegisterSdkSandboxClientImportanceListenerServiceServer ¶
func RegisterSdkSandboxClientImportanceListenerServiceServer(s grpc.ServiceRegistrar, srv SdkSandboxClientImportanceListenerServiceServer)
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) ProtoMessage()
func (*GetAppOwnedSdkSandboxInterfacesRequest) ProtoReflect ¶
func (x *GetAppOwnedSdkSandboxInterfacesRequest) ProtoReflect() protoreflect.Message
func (*GetAppOwnedSdkSandboxInterfacesRequest) Reset ¶
func (x *GetAppOwnedSdkSandboxInterfacesRequest) Reset()
func (*GetAppOwnedSdkSandboxInterfacesRequest) String ¶
func (x *GetAppOwnedSdkSandboxInterfacesRequest) String() 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 (x *GetAppOwnedSdkSandboxInterfacesResponse) GetResult() int64
func (*GetAppOwnedSdkSandboxInterfacesResponse) ProtoMessage ¶
func (*GetAppOwnedSdkSandboxInterfacesResponse) ProtoMessage()
func (*GetAppOwnedSdkSandboxInterfacesResponse) ProtoReflect ¶
func (x *GetAppOwnedSdkSandboxInterfacesResponse) ProtoReflect() protoreflect.Message
func (*GetAppOwnedSdkSandboxInterfacesResponse) Reset ¶
func (x *GetAppOwnedSdkSandboxInterfacesResponse) Reset()
func (*GetAppOwnedSdkSandboxInterfacesResponse) String ¶
func (x *GetAppOwnedSdkSandboxInterfacesResponse) String() 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 (x *GetClientPackageNameRequest) ProtoReflect() protoreflect.Message
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 (x *GetClientPackageNameResponse) ProtoReflect() protoreflect.Message
func (*GetClientPackageNameResponse) Reset ¶
func (x *GetClientPackageNameResponse) Reset()
func (*GetClientPackageNameResponse) String ¶
func (x *GetClientPackageNameResponse) String() 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 (x *GetClientSharedPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetClientSharedPreferencesRequest) Reset ¶
func (x *GetClientSharedPreferencesRequest) Reset()
func (*GetClientSharedPreferencesRequest) String ¶
func (x *GetClientSharedPreferencesRequest) String() string
type GetClientSharedPreferencesResponse ¶
type GetClientSharedPreferencesResponse struct {
// contains filtered or unexported fields
}
func (*GetClientSharedPreferencesResponse) Descriptor
deprecated
func (*GetClientSharedPreferencesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetClientSharedPreferencesResponse.ProtoReflect.Descriptor instead.
func (*GetClientSharedPreferencesResponse) GetResult ¶
func (x *GetClientSharedPreferencesResponse) GetResult() int64
func (*GetClientSharedPreferencesResponse) ProtoMessage ¶
func (*GetClientSharedPreferencesResponse) ProtoMessage()
func (*GetClientSharedPreferencesResponse) ProtoReflect ¶
func (x *GetClientSharedPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetClientSharedPreferencesResponse) Reset ¶
func (x *GetClientSharedPreferencesResponse) Reset()
func (*GetClientSharedPreferencesResponse) String ¶
func (x *GetClientSharedPreferencesResponse) String() 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 (x *OnActivityCreatedResponse) ProtoReflect() protoreflect.Message
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 (x *OnForegroundImportanceChangedRequest) GetArg0() bool
func (*OnForegroundImportanceChangedRequest) ProtoMessage ¶
func (*OnForegroundImportanceChangedRequest) ProtoMessage()
func (*OnForegroundImportanceChangedRequest) ProtoReflect ¶
func (x *OnForegroundImportanceChangedRequest) ProtoReflect() protoreflect.Message
func (*OnForegroundImportanceChangedRequest) Reset ¶
func (x *OnForegroundImportanceChangedRequest) Reset()
func (*OnForegroundImportanceChangedRequest) String ¶
func (x *OnForegroundImportanceChangedRequest) String() 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 (x *OnForegroundImportanceChangedResponse) ProtoReflect() protoreflect.Message
func (*OnForegroundImportanceChangedResponse) Reset ¶
func (x *OnForegroundImportanceChangedResponse) Reset()
func (*OnForegroundImportanceChangedResponse) String ¶
func (x *OnForegroundImportanceChangedResponse) String() 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
func (*RegisterSdkSandboxClientImportanceListenerRequest) Descriptor() ([]byte, []int)
Deprecated: Use RegisterSdkSandboxClientImportanceListenerRequest.ProtoReflect.Descriptor instead.
func (*RegisterSdkSandboxClientImportanceListenerRequest) GetArg0 ¶
func (x *RegisterSdkSandboxClientImportanceListenerRequest) GetArg0() int64
func (*RegisterSdkSandboxClientImportanceListenerRequest) GetArg1 ¶
func (x *RegisterSdkSandboxClientImportanceListenerRequest) GetArg1() int64
func (*RegisterSdkSandboxClientImportanceListenerRequest) ProtoMessage ¶
func (*RegisterSdkSandboxClientImportanceListenerRequest) ProtoMessage()
func (*RegisterSdkSandboxClientImportanceListenerRequest) ProtoReflect ¶
func (x *RegisterSdkSandboxClientImportanceListenerRequest) ProtoReflect() protoreflect.Message
func (*RegisterSdkSandboxClientImportanceListenerRequest) Reset ¶
func (x *RegisterSdkSandboxClientImportanceListenerRequest) Reset()
func (*RegisterSdkSandboxClientImportanceListenerRequest) String ¶
func (x *RegisterSdkSandboxClientImportanceListenerRequest) String() string
type RegisterSdkSandboxClientImportanceListenerResponse ¶
type RegisterSdkSandboxClientImportanceListenerResponse struct {
// contains filtered or unexported fields
}
func (*RegisterSdkSandboxClientImportanceListenerResponse) Descriptor
deprecated
func (*RegisterSdkSandboxClientImportanceListenerResponse) Descriptor() ([]byte, []int)
Deprecated: Use RegisterSdkSandboxClientImportanceListenerResponse.ProtoReflect.Descriptor instead.
func (*RegisterSdkSandboxClientImportanceListenerResponse) ProtoMessage ¶
func (*RegisterSdkSandboxClientImportanceListenerResponse) ProtoMessage()
func (*RegisterSdkSandboxClientImportanceListenerResponse) ProtoReflect ¶
func (x *RegisterSdkSandboxClientImportanceListenerResponse) ProtoReflect() protoreflect.Message
func (*RegisterSdkSandboxClientImportanceListenerResponse) Reset ¶
func (x *RegisterSdkSandboxClientImportanceListenerResponse) Reset()
func (*RegisterSdkSandboxClientImportanceListenerResponse) String ¶
func (x *RegisterSdkSandboxClientImportanceListenerResponse) String() 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.
func NewSdkSandboxActivityHandlerServiceClient ¶
func NewSdkSandboxActivityHandlerServiceClient(cc grpc.ClientConnInterface) SdkSandboxActivityHandlerServiceClient
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.
func NewSdkSandboxClientImportanceListenerServiceClient ¶
func NewSdkSandboxClientImportanceListenerServiceClient(cc grpc.ClientConnInterface) SdkSandboxClientImportanceListenerServiceClient
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 ¶
type SdkSandboxControllerServiceClient interface {
GetAppOwnedSdkSandboxInterfaces(ctx context.Context, in *GetAppOwnedSdkSandboxInterfacesRequest, opts ...grpc.CallOption) (*GetAppOwnedSdkSandboxInterfacesResponse, error)
GetClientPackageName(ctx context.Context, in *GetClientPackageNameRequest, opts ...grpc.CallOption) (*GetClientPackageNameResponse, error)
GetSandboxedSdks(ctx context.Context, in *GetSandboxedSdksRequest, opts ...grpc.CallOption) (*GetSandboxedSdksResponse, error)
RegisterSdkSandboxClientImportanceListener(ctx context.Context, in *RegisterSdkSandboxClientImportanceListenerRequest, opts ...grpc.CallOption) (*RegisterSdkSandboxClientImportanceListenerResponse, error)
UnregisterSdkSandboxClientImportanceListener(ctx context.Context, in *UnregisterSdkSandboxClientImportanceListenerRequest, opts ...grpc.CallOption) (*UnregisterSdkSandboxClientImportanceListenerResponse, error)
}
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.
func NewSdkSandboxControllerServiceClient ¶
func NewSdkSandboxControllerServiceClient(cc grpc.ClientConnInterface) SdkSandboxControllerServiceClient
type SdkSandboxControllerServiceServer ¶
type SdkSandboxControllerServiceServer interface {
GetAppOwnedSdkSandboxInterfaces(context.Context, *GetAppOwnedSdkSandboxInterfacesRequest) (*GetAppOwnedSdkSandboxInterfacesResponse, error)
GetClientPackageName(context.Context, *GetClientPackageNameRequest) (*GetClientPackageNameResponse, error)
GetSandboxedSdks(context.Context, *GetSandboxedSdksRequest) (*GetSandboxedSdksResponse, error)
RegisterSdkSandboxClientImportanceListener(context.Context, *RegisterSdkSandboxClientImportanceListenerRequest) (*RegisterSdkSandboxClientImportanceListenerResponse, error)
UnregisterSdkSandboxClientImportanceListener(context.Context, *UnregisterSdkSandboxClientImportanceListenerRequest) (*UnregisterSdkSandboxClientImportanceListenerResponse, error)
// contains filtered or unexported methods
}
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 ¶
func (UnimplementedSdkSandboxActivityHandlerServiceServer) OnActivityCreated(context.Context, *OnActivityCreatedRequest) (*OnActivityCreatedResponse, error)
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.
func (UnimplementedSdkSandboxClientImportanceListenerServiceServer) OnForegroundImportanceChanged ¶
func (UnimplementedSdkSandboxClientImportanceListenerServiceServer) OnForegroundImportanceChanged(context.Context, *OnForegroundImportanceChangedRequest) (*OnForegroundImportanceChangedResponse, error)
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) GetAppOwnedSdkSandboxInterfaces ¶
func (UnimplementedSdkSandboxControllerServiceServer) GetAppOwnedSdkSandboxInterfaces(context.Context, *GetAppOwnedSdkSandboxInterfacesRequest) (*GetAppOwnedSdkSandboxInterfacesResponse, error)
func (UnimplementedSdkSandboxControllerServiceServer) GetClientPackageName ¶
func (UnimplementedSdkSandboxControllerServiceServer) GetClientPackageName(context.Context, *GetClientPackageNameRequest) (*GetClientPackageNameResponse, error)
func (UnimplementedSdkSandboxControllerServiceServer) GetClientSharedPreferences ¶
func (UnimplementedSdkSandboxControllerServiceServer) GetClientSharedPreferences(context.Context, *GetClientSharedPreferencesRequest) (*GetClientSharedPreferencesResponse, error)
func (UnimplementedSdkSandboxControllerServiceServer) GetSandboxedSdks ¶
func (UnimplementedSdkSandboxControllerServiceServer) GetSandboxedSdks(context.Context, *GetSandboxedSdksRequest) (*GetSandboxedSdksResponse, error)
func (UnimplementedSdkSandboxControllerServiceServer) RegisterSdkSandboxClientImportanceListener ¶
func (UnimplementedSdkSandboxControllerServiceServer) RegisterSdkSandboxClientImportanceListener(context.Context, *RegisterSdkSandboxClientImportanceListenerRequest) (*RegisterSdkSandboxClientImportanceListenerResponse, error)
func (UnimplementedSdkSandboxControllerServiceServer) UnregisterSdkSandboxClientImportanceListener ¶
func (UnimplementedSdkSandboxControllerServiceServer) UnregisterSdkSandboxClientImportanceListener(context.Context, *UnregisterSdkSandboxClientImportanceListenerRequest) (*UnregisterSdkSandboxClientImportanceListenerResponse, error)
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
func (*UnregisterSdkSandboxClientImportanceListenerRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnregisterSdkSandboxClientImportanceListenerRequest.ProtoReflect.Descriptor instead.
func (*UnregisterSdkSandboxClientImportanceListenerRequest) GetArg0 ¶
func (x *UnregisterSdkSandboxClientImportanceListenerRequest) GetArg0() int64
func (*UnregisterSdkSandboxClientImportanceListenerRequest) ProtoMessage ¶
func (*UnregisterSdkSandboxClientImportanceListenerRequest) ProtoMessage()
func (*UnregisterSdkSandboxClientImportanceListenerRequest) ProtoReflect ¶
func (x *UnregisterSdkSandboxClientImportanceListenerRequest) ProtoReflect() protoreflect.Message
func (*UnregisterSdkSandboxClientImportanceListenerRequest) Reset ¶
func (x *UnregisterSdkSandboxClientImportanceListenerRequest) Reset()
func (*UnregisterSdkSandboxClientImportanceListenerRequest) String ¶
func (x *UnregisterSdkSandboxClientImportanceListenerRequest) String() string
type UnregisterSdkSandboxClientImportanceListenerResponse ¶
type UnregisterSdkSandboxClientImportanceListenerResponse struct {
// contains filtered or unexported fields
}
func (*UnregisterSdkSandboxClientImportanceListenerResponse) Descriptor
deprecated
func (*UnregisterSdkSandboxClientImportanceListenerResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnregisterSdkSandboxClientImportanceListenerResponse.ProtoReflect.Descriptor instead.
func (*UnregisterSdkSandboxClientImportanceListenerResponse) ProtoMessage ¶
func (*UnregisterSdkSandboxClientImportanceListenerResponse) ProtoMessage()
func (*UnregisterSdkSandboxClientImportanceListenerResponse) ProtoReflect ¶
func (x *UnregisterSdkSandboxClientImportanceListenerResponse) ProtoReflect() protoreflect.Message
func (*UnregisterSdkSandboxClientImportanceListenerResponse) Reset ¶
func (x *UnregisterSdkSandboxClientImportanceListenerResponse) Reset()
func (*UnregisterSdkSandboxClientImportanceListenerResponse) String ¶
func (x *UnregisterSdkSandboxClientImportanceListenerResponse) String() 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.