Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const AppOwnedSdkSandboxInterfaceService_DescribeContents_FullMethodName + const AppOwnedSdkSandboxInterfaceService_GetInterface_FullMethodName + const AppOwnedSdkSandboxInterfaceService_GetName_FullMethodName + const AppOwnedSdkSandboxInterfaceService_GetVersion_FullMethodName + const AppOwnedSdkSandboxInterfaceService_NewAppOwnedSdkSandboxInterface_FullMethodName + const AppOwnedSdkSandboxInterfaceService_WriteToParcel_FullMethodName + const LoadSdkExceptionService_DescribeContents_FullMethodName + const LoadSdkExceptionService_GetExtraInformation_FullMethodName + const LoadSdkExceptionService_GetLoadSdkErrorCode_FullMethodName + const LoadSdkExceptionService_NewLoadSdkException_FullMethodName + const LoadSdkExceptionService_WriteToParcel_FullMethodName + const RequestSurfacePackageExceptionService_GetExtraErrorInformation_FullMethodName + const RequestSurfacePackageExceptionService_GetRequestSurfacePackageErrorCode_FullMethodName + const RequestSurfacePackageExceptionService_NewRequestSurfacePackageException_FullMethodName + const SandboxedSdkProviderService_AttachContext_FullMethodName + const SandboxedSdkProviderService_BeforeUnloadSdk_FullMethodName + const SandboxedSdkProviderService_GetContext_FullMethodName + const SandboxedSdkProviderService_GetView_FullMethodName + const SandboxedSdkProviderService_OnLoadSdk_FullMethodName + const SandboxedSdkService_DescribeContents_FullMethodName + const SandboxedSdkService_GetInterface_FullMethodName + const SandboxedSdkService_GetSharedLibraryInfo_FullMethodName + const SandboxedSdkService_NewSandboxedSdk_FullMethodName + const SandboxedSdkService_WriteToParcel_FullMethodName + const SdkSandboxManagerSdkSandboxProcessDeathCallbackService_OnSdkSandboxDied_FullMethodName + const SdkSandboxManagerService_AddSdkSandboxProcessDeathCallback_FullMethodName + const SdkSandboxManagerService_GetAppOwnedSdkSandboxInterfaces_FullMethodName + const SdkSandboxManagerService_GetSandboxedSdks_FullMethodName + const SdkSandboxManagerService_GetSdkSandboxState_FullMethodName + const SdkSandboxManagerService_GetSyncedSharedPreferencesKeys_FullMethodName + const SdkSandboxManagerService_RegisterAppOwnedSdkSandboxInterface_FullMethodName + const SdkSandboxManagerService_RemoveSdkSandboxProcessDeathCallback_FullMethodName + const SdkSandboxManagerService_StartSdkSandboxActivity_FullMethodName + const SdkSandboxManagerService_UnloadSdk_FullMethodName + const SdkSandboxManagerService_UnregisterAppOwnedSdkSandboxInterface_FullMethodName + var AppOwnedSdkSandboxInterfaceService_ServiceDesc = grpc.ServiceDesc + var File_proto_sdksandbox_sdksandbox_proto protoreflect.FileDescriptor + var LoadSdkExceptionService_ServiceDesc = grpc.ServiceDesc + var RequestSurfacePackageExceptionService_ServiceDesc = grpc.ServiceDesc + var SandboxedSdkProviderService_ServiceDesc = grpc.ServiceDesc + var SandboxedSdkService_ServiceDesc = grpc.ServiceDesc + var SdkSandboxManagerSdkSandboxProcessDeathCallbackService_ServiceDesc = grpc.ServiceDesc + var SdkSandboxManagerService_ServiceDesc = grpc.ServiceDesc + func RegisterAppOwnedSdkSandboxInterfaceServiceServer(s grpc.ServiceRegistrar, srv AppOwnedSdkSandboxInterfaceServiceServer) + func RegisterLoadSdkExceptionServiceServer(s grpc.ServiceRegistrar, srv LoadSdkExceptionServiceServer) + func RegisterRequestSurfacePackageExceptionServiceServer(s grpc.ServiceRegistrar, srv RequestSurfacePackageExceptionServiceServer) + func RegisterSandboxedSdkProviderServiceServer(s grpc.ServiceRegistrar, srv SandboxedSdkProviderServiceServer) + func RegisterSandboxedSdkServiceServer(s grpc.ServiceRegistrar, srv SandboxedSdkServiceServer) + func RegisterSdkSandboxManagerSdkSandboxProcessDeathCallbackServiceServer(s grpc.ServiceRegistrar, ...) + func RegisterSdkSandboxManagerServiceServer(s grpc.ServiceRegistrar, srv SdkSandboxManagerServiceServer) + type AddSdkSandboxProcessDeathCallbackRequest struct + Arg0 int64 + Arg1 int64 + func (*AddSdkSandboxProcessDeathCallbackRequest) Descriptor() ([]byte, []int) + func (*AddSdkSandboxProcessDeathCallbackRequest) ProtoMessage() + func (x *AddSdkSandboxProcessDeathCallbackRequest) GetArg0() int64 + func (x *AddSdkSandboxProcessDeathCallbackRequest) GetArg1() int64 + func (x *AddSdkSandboxProcessDeathCallbackRequest) ProtoReflect() protoreflect.Message + func (x *AddSdkSandboxProcessDeathCallbackRequest) Reset() + func (x *AddSdkSandboxProcessDeathCallbackRequest) String() string + type AddSdkSandboxProcessDeathCallbackResponse struct + func (*AddSdkSandboxProcessDeathCallbackResponse) Descriptor() ([]byte, []int) + func (*AddSdkSandboxProcessDeathCallbackResponse) ProtoMessage() + func (x *AddSdkSandboxProcessDeathCallbackResponse) ProtoReflect() protoreflect.Message + func (x *AddSdkSandboxProcessDeathCallbackResponse) Reset() + func (x *AddSdkSandboxProcessDeathCallbackResponse) String() string + type AppOwnedSdkSandboxInterfaceServiceClient interface + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + GetInterface func(ctx context.Context, in *GetInterfaceRequest, opts ...grpc.CallOption) (*GetInterfaceResponse, error) + GetName func(ctx context.Context, in *GetNameRequest, opts ...grpc.CallOption) (*GetNameResponse, error) + GetVersion func(ctx context.Context, in *GetVersionRequest, opts ...grpc.CallOption) (*GetVersionResponse, error) + NewAppOwnedSdkSandboxInterface func(ctx context.Context, in *NewAppOwnedSdkSandboxInterfaceRequest, ...) (*NewAppOwnedSdkSandboxInterfaceResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewAppOwnedSdkSandboxInterfaceServiceClient(cc grpc.ClientConnInterface) AppOwnedSdkSandboxInterfaceServiceClient + type AppOwnedSdkSandboxInterfaceServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + GetInterface func(context.Context, *GetInterfaceRequest) (*GetInterfaceResponse, error) + GetName func(context.Context, *GetNameRequest) (*GetNameResponse, error) + GetVersion func(context.Context, *GetVersionRequest) (*GetVersionResponse, error) + NewAppOwnedSdkSandboxInterface func(context.Context, *NewAppOwnedSdkSandboxInterfaceRequest) (*NewAppOwnedSdkSandboxInterfaceResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type AttachContextRequest struct + Arg0 int64 + func (*AttachContextRequest) Descriptor() ([]byte, []int) + func (*AttachContextRequest) ProtoMessage() + func (x *AttachContextRequest) GetArg0() int64 + func (x *AttachContextRequest) ProtoReflect() protoreflect.Message + func (x *AttachContextRequest) Reset() + func (x *AttachContextRequest) String() string + type AttachContextResponse struct + func (*AttachContextResponse) Descriptor() ([]byte, []int) + func (*AttachContextResponse) ProtoMessage() + func (x *AttachContextResponse) ProtoReflect() protoreflect.Message + func (x *AttachContextResponse) Reset() + func (x *AttachContextResponse) String() string + type BeforeUnloadSdkRequest struct + func (*BeforeUnloadSdkRequest) Descriptor() ([]byte, []int) + func (*BeforeUnloadSdkRequest) ProtoMessage() + func (x *BeforeUnloadSdkRequest) ProtoReflect() protoreflect.Message + func (x *BeforeUnloadSdkRequest) Reset() + func (x *BeforeUnloadSdkRequest) String() string + type BeforeUnloadSdkResponse struct + func (*BeforeUnloadSdkResponse) Descriptor() ([]byte, []int) + func (*BeforeUnloadSdkResponse) ProtoMessage() + func (x *BeforeUnloadSdkResponse) ProtoReflect() protoreflect.Message + func (x *BeforeUnloadSdkResponse) Reset() + func (x *BeforeUnloadSdkResponse) String() string + type DescribeContentsRequest struct + Handle int64 + func (*DescribeContentsRequest) Descriptor() ([]byte, []int) + func (*DescribeContentsRequest) ProtoMessage() + func (x *DescribeContentsRequest) GetHandle() int64 + func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message + func (x *DescribeContentsRequest) Reset() + func (x *DescribeContentsRequest) String() string + type DescribeContentsResponse struct + Result int32 + func (*DescribeContentsResponse) Descriptor() ([]byte, []int) + func (*DescribeContentsResponse) ProtoMessage() + func (x *DescribeContentsResponse) GetResult() int32 + func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message + func (x *DescribeContentsResponse) Reset() + func (x *DescribeContentsResponse) String() string + type GetAppOwnedSdkSandboxInterfacesRequest struct + func (*GetAppOwnedSdkSandboxInterfacesRequest) Descriptor() ([]byte, []int) + func (*GetAppOwnedSdkSandboxInterfacesRequest) ProtoMessage() + func (x *GetAppOwnedSdkSandboxInterfacesRequest) ProtoReflect() protoreflect.Message + func (x *GetAppOwnedSdkSandboxInterfacesRequest) Reset() + func (x *GetAppOwnedSdkSandboxInterfacesRequest) String() string + type GetAppOwnedSdkSandboxInterfacesResponse struct + Result int64 + func (*GetAppOwnedSdkSandboxInterfacesResponse) Descriptor() ([]byte, []int) + func (*GetAppOwnedSdkSandboxInterfacesResponse) ProtoMessage() + func (x *GetAppOwnedSdkSandboxInterfacesResponse) GetResult() int64 + func (x *GetAppOwnedSdkSandboxInterfacesResponse) ProtoReflect() protoreflect.Message + func (x *GetAppOwnedSdkSandboxInterfacesResponse) Reset() + func (x *GetAppOwnedSdkSandboxInterfacesResponse) String() string + type GetContextRequest struct + func (*GetContextRequest) Descriptor() ([]byte, []int) + func (*GetContextRequest) ProtoMessage() + func (x *GetContextRequest) ProtoReflect() protoreflect.Message + func (x *GetContextRequest) Reset() + func (x *GetContextRequest) String() string + type GetContextResponse struct + Result int64 + func (*GetContextResponse) Descriptor() ([]byte, []int) + func (*GetContextResponse) ProtoMessage() + func (x *GetContextResponse) GetResult() int64 + func (x *GetContextResponse) ProtoReflect() protoreflect.Message + func (x *GetContextResponse) Reset() + func (x *GetContextResponse) String() string + type GetExtraErrorInformationRequest struct + Handle int64 + func (*GetExtraErrorInformationRequest) Descriptor() ([]byte, []int) + func (*GetExtraErrorInformationRequest) ProtoMessage() + func (x *GetExtraErrorInformationRequest) GetHandle() int64 + func (x *GetExtraErrorInformationRequest) ProtoReflect() protoreflect.Message + func (x *GetExtraErrorInformationRequest) Reset() + func (x *GetExtraErrorInformationRequest) String() string + type GetExtraErrorInformationResponse struct + Result int64 + func (*GetExtraErrorInformationResponse) Descriptor() ([]byte, []int) + func (*GetExtraErrorInformationResponse) ProtoMessage() + func (x *GetExtraErrorInformationResponse) GetResult() int64 + func (x *GetExtraErrorInformationResponse) ProtoReflect() protoreflect.Message + func (x *GetExtraErrorInformationResponse) Reset() + func (x *GetExtraErrorInformationResponse) String() string + type GetExtraInformationRequest struct + Handle int64 + func (*GetExtraInformationRequest) Descriptor() ([]byte, []int) + func (*GetExtraInformationRequest) ProtoMessage() + func (x *GetExtraInformationRequest) GetHandle() int64 + func (x *GetExtraInformationRequest) ProtoReflect() protoreflect.Message + func (x *GetExtraInformationRequest) Reset() + func (x *GetExtraInformationRequest) String() string + type GetExtraInformationResponse struct + Result int64 + func (*GetExtraInformationResponse) Descriptor() ([]byte, []int) + func (*GetExtraInformationResponse) ProtoMessage() + func (x *GetExtraInformationResponse) GetResult() int64 + func (x *GetExtraInformationResponse) ProtoReflect() protoreflect.Message + func (x *GetExtraInformationResponse) Reset() + func (x *GetExtraInformationResponse) String() string + type GetInterfaceRequest struct + Handle int64 + func (*GetInterfaceRequest) Descriptor() ([]byte, []int) + func (*GetInterfaceRequest) ProtoMessage() + func (x *GetInterfaceRequest) GetHandle() int64 + func (x *GetInterfaceRequest) ProtoReflect() protoreflect.Message + func (x *GetInterfaceRequest) Reset() + func (x *GetInterfaceRequest) String() string + type GetInterfaceResponse struct + Result int64 + func (*GetInterfaceResponse) Descriptor() ([]byte, []int) + func (*GetInterfaceResponse) ProtoMessage() + func (x *GetInterfaceResponse) GetResult() int64 + func (x *GetInterfaceResponse) ProtoReflect() protoreflect.Message + func (x *GetInterfaceResponse) Reset() + func (x *GetInterfaceResponse) String() string + type GetLoadSdkErrorCodeRequest struct + Handle int64 + func (*GetLoadSdkErrorCodeRequest) Descriptor() ([]byte, []int) + func (*GetLoadSdkErrorCodeRequest) ProtoMessage() + func (x *GetLoadSdkErrorCodeRequest) GetHandle() int64 + func (x *GetLoadSdkErrorCodeRequest) ProtoReflect() protoreflect.Message + func (x *GetLoadSdkErrorCodeRequest) Reset() + func (x *GetLoadSdkErrorCodeRequest) String() string + type GetLoadSdkErrorCodeResponse struct + Result int32 + func (*GetLoadSdkErrorCodeResponse) Descriptor() ([]byte, []int) + func (*GetLoadSdkErrorCodeResponse) ProtoMessage() + func (x *GetLoadSdkErrorCodeResponse) GetResult() int32 + func (x *GetLoadSdkErrorCodeResponse) ProtoReflect() protoreflect.Message + func (x *GetLoadSdkErrorCodeResponse) Reset() + func (x *GetLoadSdkErrorCodeResponse) String() string + type GetNameRequest struct + Handle int64 + func (*GetNameRequest) Descriptor() ([]byte, []int) + func (*GetNameRequest) ProtoMessage() + func (x *GetNameRequest) GetHandle() int64 + func (x *GetNameRequest) ProtoReflect() protoreflect.Message + func (x *GetNameRequest) Reset() + func (x *GetNameRequest) String() string + type GetNameResponse struct + Result string + func (*GetNameResponse) Descriptor() ([]byte, []int) + func (*GetNameResponse) ProtoMessage() + func (x *GetNameResponse) GetResult() string + func (x *GetNameResponse) ProtoReflect() protoreflect.Message + func (x *GetNameResponse) Reset() + func (x *GetNameResponse) String() string + type GetRequestSurfacePackageErrorCodeRequest struct + Handle int64 + func (*GetRequestSurfacePackageErrorCodeRequest) Descriptor() ([]byte, []int) + func (*GetRequestSurfacePackageErrorCodeRequest) ProtoMessage() + func (x *GetRequestSurfacePackageErrorCodeRequest) GetHandle() int64 + func (x *GetRequestSurfacePackageErrorCodeRequest) ProtoReflect() protoreflect.Message + func (x *GetRequestSurfacePackageErrorCodeRequest) Reset() + func (x *GetRequestSurfacePackageErrorCodeRequest) String() string + type GetRequestSurfacePackageErrorCodeResponse struct + Result int32 + func (*GetRequestSurfacePackageErrorCodeResponse) Descriptor() ([]byte, []int) + func (*GetRequestSurfacePackageErrorCodeResponse) ProtoMessage() + func (x *GetRequestSurfacePackageErrorCodeResponse) GetResult() int32 + func (x *GetRequestSurfacePackageErrorCodeResponse) ProtoReflect() protoreflect.Message + func (x *GetRequestSurfacePackageErrorCodeResponse) Reset() + func (x *GetRequestSurfacePackageErrorCodeResponse) String() string + type GetSandboxedSdksRequest struct + func (*GetSandboxedSdksRequest) Descriptor() ([]byte, []int) + func (*GetSandboxedSdksRequest) ProtoMessage() + func (x *GetSandboxedSdksRequest) ProtoReflect() protoreflect.Message + func (x *GetSandboxedSdksRequest) Reset() + func (x *GetSandboxedSdksRequest) String() string + type GetSandboxedSdksResponse struct + Result int64 + func (*GetSandboxedSdksResponse) Descriptor() ([]byte, []int) + func (*GetSandboxedSdksResponse) ProtoMessage() + func (x *GetSandboxedSdksResponse) GetResult() int64 + func (x *GetSandboxedSdksResponse) ProtoReflect() protoreflect.Message + func (x *GetSandboxedSdksResponse) Reset() + func (x *GetSandboxedSdksResponse) String() string + type GetSdkSandboxStateRequest struct + func (*GetSdkSandboxStateRequest) Descriptor() ([]byte, []int) + func (*GetSdkSandboxStateRequest) ProtoMessage() + func (x *GetSdkSandboxStateRequest) ProtoReflect() protoreflect.Message + func (x *GetSdkSandboxStateRequest) Reset() + func (x *GetSdkSandboxStateRequest) String() string + type GetSdkSandboxStateResponse struct + Result int32 + func (*GetSdkSandboxStateResponse) Descriptor() ([]byte, []int) + func (*GetSdkSandboxStateResponse) ProtoMessage() + func (x *GetSdkSandboxStateResponse) GetResult() int32 + func (x *GetSdkSandboxStateResponse) ProtoReflect() protoreflect.Message + func (x *GetSdkSandboxStateResponse) Reset() + func (x *GetSdkSandboxStateResponse) String() string + type GetSharedLibraryInfoRequest struct + Handle int64 + func (*GetSharedLibraryInfoRequest) Descriptor() ([]byte, []int) + func (*GetSharedLibraryInfoRequest) ProtoMessage() + func (x *GetSharedLibraryInfoRequest) GetHandle() int64 + func (x *GetSharedLibraryInfoRequest) ProtoReflect() protoreflect.Message + func (x *GetSharedLibraryInfoRequest) Reset() + func (x *GetSharedLibraryInfoRequest) String() string + type GetSharedLibraryInfoResponse struct + Result int64 + func (*GetSharedLibraryInfoResponse) Descriptor() ([]byte, []int) + func (*GetSharedLibraryInfoResponse) ProtoMessage() + func (x *GetSharedLibraryInfoResponse) GetResult() int64 + func (x *GetSharedLibraryInfoResponse) ProtoReflect() protoreflect.Message + func (x *GetSharedLibraryInfoResponse) Reset() + func (x *GetSharedLibraryInfoResponse) String() string + type GetSyncedSharedPreferencesKeysRequest struct + func (*GetSyncedSharedPreferencesKeysRequest) Descriptor() ([]byte, []int) + func (*GetSyncedSharedPreferencesKeysRequest) ProtoMessage() + func (x *GetSyncedSharedPreferencesKeysRequest) ProtoReflect() protoreflect.Message + func (x *GetSyncedSharedPreferencesKeysRequest) Reset() + func (x *GetSyncedSharedPreferencesKeysRequest) String() string + type GetSyncedSharedPreferencesKeysResponse struct + Result int64 + func (*GetSyncedSharedPreferencesKeysResponse) Descriptor() ([]byte, []int) + func (*GetSyncedSharedPreferencesKeysResponse) ProtoMessage() + func (x *GetSyncedSharedPreferencesKeysResponse) GetResult() int64 + func (x *GetSyncedSharedPreferencesKeysResponse) ProtoReflect() protoreflect.Message + func (x *GetSyncedSharedPreferencesKeysResponse) Reset() + func (x *GetSyncedSharedPreferencesKeysResponse) String() string + type GetVersionRequest struct + Handle int64 + func (*GetVersionRequest) Descriptor() ([]byte, []int) + func (*GetVersionRequest) ProtoMessage() + func (x *GetVersionRequest) GetHandle() int64 + func (x *GetVersionRequest) ProtoReflect() protoreflect.Message + func (x *GetVersionRequest) Reset() + func (x *GetVersionRequest) String() string + type GetVersionResponse struct + Result int64 + func (*GetVersionResponse) Descriptor() ([]byte, []int) + func (*GetVersionResponse) ProtoMessage() + func (x *GetVersionResponse) GetResult() int64 + func (x *GetVersionResponse) ProtoReflect() protoreflect.Message + func (x *GetVersionResponse) Reset() + func (x *GetVersionResponse) String() string + type GetViewRequest struct + Arg0 int64 + Arg1 int64 + Arg2 int32 + Arg3 int32 + func (*GetViewRequest) Descriptor() ([]byte, []int) + func (*GetViewRequest) ProtoMessage() + func (x *GetViewRequest) GetArg0() int64 + func (x *GetViewRequest) GetArg1() int64 + func (x *GetViewRequest) GetArg2() int32 + func (x *GetViewRequest) GetArg3() int32 + func (x *GetViewRequest) ProtoReflect() protoreflect.Message + func (x *GetViewRequest) Reset() + func (x *GetViewRequest) String() string + type GetViewResponse struct + Result int64 + func (*GetViewResponse) Descriptor() ([]byte, []int) + func (*GetViewResponse) ProtoMessage() + func (x *GetViewResponse) GetResult() int64 + func (x *GetViewResponse) ProtoReflect() protoreflect.Message + func (x *GetViewResponse) Reset() + func (x *GetViewResponse) String() string + type LoadSdkExceptionServiceClient interface + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + GetExtraInformation func(ctx context.Context, in *GetExtraInformationRequest, opts ...grpc.CallOption) (*GetExtraInformationResponse, error) + GetLoadSdkErrorCode func(ctx context.Context, in *GetLoadSdkErrorCodeRequest, opts ...grpc.CallOption) (*GetLoadSdkErrorCodeResponse, error) + NewLoadSdkException func(ctx context.Context, in *NewLoadSdkExceptionRequest, opts ...grpc.CallOption) (*NewLoadSdkExceptionResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewLoadSdkExceptionServiceClient(cc grpc.ClientConnInterface) LoadSdkExceptionServiceClient + type LoadSdkExceptionServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + GetExtraInformation func(context.Context, *GetExtraInformationRequest) (*GetExtraInformationResponse, error) + GetLoadSdkErrorCode func(context.Context, *GetLoadSdkErrorCodeRequest) (*GetLoadSdkErrorCodeResponse, error) + NewLoadSdkException func(context.Context, *NewLoadSdkExceptionRequest) (*NewLoadSdkExceptionResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type NewAppOwnedSdkSandboxInterfaceRequest struct + Arg0 string + Arg1 int64 + Arg2 int64 + func (*NewAppOwnedSdkSandboxInterfaceRequest) Descriptor() ([]byte, []int) + func (*NewAppOwnedSdkSandboxInterfaceRequest) ProtoMessage() + func (x *NewAppOwnedSdkSandboxInterfaceRequest) GetArg0() string + func (x *NewAppOwnedSdkSandboxInterfaceRequest) GetArg1() int64 + func (x *NewAppOwnedSdkSandboxInterfaceRequest) GetArg2() int64 + func (x *NewAppOwnedSdkSandboxInterfaceRequest) ProtoReflect() protoreflect.Message + func (x *NewAppOwnedSdkSandboxInterfaceRequest) Reset() + func (x *NewAppOwnedSdkSandboxInterfaceRequest) String() string + type NewAppOwnedSdkSandboxInterfaceResponse struct + Result int64 + func (*NewAppOwnedSdkSandboxInterfaceResponse) Descriptor() ([]byte, []int) + func (*NewAppOwnedSdkSandboxInterfaceResponse) ProtoMessage() + func (x *NewAppOwnedSdkSandboxInterfaceResponse) GetResult() int64 + func (x *NewAppOwnedSdkSandboxInterfaceResponse) ProtoReflect() protoreflect.Message + func (x *NewAppOwnedSdkSandboxInterfaceResponse) Reset() + func (x *NewAppOwnedSdkSandboxInterfaceResponse) String() string + type NewLoadSdkExceptionRequest struct + Arg0 int64 + Arg1 int64 + func (*NewLoadSdkExceptionRequest) Descriptor() ([]byte, []int) + func (*NewLoadSdkExceptionRequest) ProtoMessage() + func (x *NewLoadSdkExceptionRequest) GetArg0() int64 + func (x *NewLoadSdkExceptionRequest) GetArg1() int64 + func (x *NewLoadSdkExceptionRequest) ProtoReflect() protoreflect.Message + func (x *NewLoadSdkExceptionRequest) Reset() + func (x *NewLoadSdkExceptionRequest) String() string + type NewLoadSdkExceptionResponse struct + Result int64 + func (*NewLoadSdkExceptionResponse) Descriptor() ([]byte, []int) + func (*NewLoadSdkExceptionResponse) ProtoMessage() + func (x *NewLoadSdkExceptionResponse) GetResult() int64 + func (x *NewLoadSdkExceptionResponse) ProtoReflect() protoreflect.Message + func (x *NewLoadSdkExceptionResponse) Reset() + func (x *NewLoadSdkExceptionResponse) String() string + type NewRequestSurfacePackageExceptionRequest struct + Arg0 int32 + Arg1 string + func (*NewRequestSurfacePackageExceptionRequest) Descriptor() ([]byte, []int) + func (*NewRequestSurfacePackageExceptionRequest) ProtoMessage() + func (x *NewRequestSurfacePackageExceptionRequest) GetArg0() int32 + func (x *NewRequestSurfacePackageExceptionRequest) GetArg1() string + func (x *NewRequestSurfacePackageExceptionRequest) ProtoReflect() protoreflect.Message + func (x *NewRequestSurfacePackageExceptionRequest) Reset() + func (x *NewRequestSurfacePackageExceptionRequest) String() string + type NewRequestSurfacePackageExceptionResponse struct + Result int64 + func (*NewRequestSurfacePackageExceptionResponse) Descriptor() ([]byte, []int) + func (*NewRequestSurfacePackageExceptionResponse) ProtoMessage() + func (x *NewRequestSurfacePackageExceptionResponse) GetResult() int64 + func (x *NewRequestSurfacePackageExceptionResponse) ProtoReflect() protoreflect.Message + func (x *NewRequestSurfacePackageExceptionResponse) Reset() + func (x *NewRequestSurfacePackageExceptionResponse) String() string + type NewSandboxedSdkRequest struct + Arg0 int64 + func (*NewSandboxedSdkRequest) Descriptor() ([]byte, []int) + func (*NewSandboxedSdkRequest) ProtoMessage() + func (x *NewSandboxedSdkRequest) GetArg0() int64 + func (x *NewSandboxedSdkRequest) ProtoReflect() protoreflect.Message + func (x *NewSandboxedSdkRequest) Reset() + func (x *NewSandboxedSdkRequest) String() string + type NewSandboxedSdkResponse struct + Result int64 + func (*NewSandboxedSdkResponse) Descriptor() ([]byte, []int) + func (*NewSandboxedSdkResponse) ProtoMessage() + func (x *NewSandboxedSdkResponse) GetResult() int64 + func (x *NewSandboxedSdkResponse) ProtoReflect() protoreflect.Message + func (x *NewSandboxedSdkResponse) Reset() + func (x *NewSandboxedSdkResponse) String() string + type OnLoadSdkRequest struct + Arg0 int64 + func (*OnLoadSdkRequest) Descriptor() ([]byte, []int) + func (*OnLoadSdkRequest) ProtoMessage() + func (x *OnLoadSdkRequest) GetArg0() int64 + func (x *OnLoadSdkRequest) ProtoReflect() protoreflect.Message + func (x *OnLoadSdkRequest) Reset() + func (x *OnLoadSdkRequest) String() string + type OnLoadSdkResponse struct + Result int64 + func (*OnLoadSdkResponse) Descriptor() ([]byte, []int) + func (*OnLoadSdkResponse) ProtoMessage() + func (x *OnLoadSdkResponse) GetResult() int64 + func (x *OnLoadSdkResponse) ProtoReflect() protoreflect.Message + func (x *OnLoadSdkResponse) Reset() + func (x *OnLoadSdkResponse) String() string + type OnSdkSandboxDiedRequest struct + func (*OnSdkSandboxDiedRequest) Descriptor() ([]byte, []int) + func (*OnSdkSandboxDiedRequest) ProtoMessage() + func (x *OnSdkSandboxDiedRequest) ProtoReflect() protoreflect.Message + func (x *OnSdkSandboxDiedRequest) Reset() + func (x *OnSdkSandboxDiedRequest) String() string + type OnSdkSandboxDiedResponse struct + func (*OnSdkSandboxDiedResponse) Descriptor() ([]byte, []int) + func (*OnSdkSandboxDiedResponse) ProtoMessage() + func (x *OnSdkSandboxDiedResponse) ProtoReflect() protoreflect.Message + func (x *OnSdkSandboxDiedResponse) Reset() + func (x *OnSdkSandboxDiedResponse) String() string + type RegisterAppOwnedSdkSandboxInterfaceRequest struct + Arg0 int64 + func (*RegisterAppOwnedSdkSandboxInterfaceRequest) Descriptor() ([]byte, []int) + func (*RegisterAppOwnedSdkSandboxInterfaceRequest) ProtoMessage() + func (x *RegisterAppOwnedSdkSandboxInterfaceRequest) GetArg0() int64 + func (x *RegisterAppOwnedSdkSandboxInterfaceRequest) ProtoReflect() protoreflect.Message + func (x *RegisterAppOwnedSdkSandboxInterfaceRequest) Reset() + func (x *RegisterAppOwnedSdkSandboxInterfaceRequest) String() string + type RegisterAppOwnedSdkSandboxInterfaceResponse struct + func (*RegisterAppOwnedSdkSandboxInterfaceResponse) Descriptor() ([]byte, []int) + func (*RegisterAppOwnedSdkSandboxInterfaceResponse) ProtoMessage() + func (x *RegisterAppOwnedSdkSandboxInterfaceResponse) ProtoReflect() protoreflect.Message + func (x *RegisterAppOwnedSdkSandboxInterfaceResponse) Reset() + func (x *RegisterAppOwnedSdkSandboxInterfaceResponse) String() string + type RemoveSdkSandboxProcessDeathCallbackRequest struct + Arg0 int64 + func (*RemoveSdkSandboxProcessDeathCallbackRequest) Descriptor() ([]byte, []int) + func (*RemoveSdkSandboxProcessDeathCallbackRequest) ProtoMessage() + func (x *RemoveSdkSandboxProcessDeathCallbackRequest) GetArg0() int64 + func (x *RemoveSdkSandboxProcessDeathCallbackRequest) ProtoReflect() protoreflect.Message + func (x *RemoveSdkSandboxProcessDeathCallbackRequest) Reset() + func (x *RemoveSdkSandboxProcessDeathCallbackRequest) String() string + type RemoveSdkSandboxProcessDeathCallbackResponse struct + func (*RemoveSdkSandboxProcessDeathCallbackResponse) Descriptor() ([]byte, []int) + func (*RemoveSdkSandboxProcessDeathCallbackResponse) ProtoMessage() + func (x *RemoveSdkSandboxProcessDeathCallbackResponse) ProtoReflect() protoreflect.Message + func (x *RemoveSdkSandboxProcessDeathCallbackResponse) Reset() + func (x *RemoveSdkSandboxProcessDeathCallbackResponse) String() string + type RequestSurfacePackageExceptionServiceClient interface + GetExtraErrorInformation func(ctx context.Context, in *GetExtraErrorInformationRequest, ...) (*GetExtraErrorInformationResponse, error) + GetRequestSurfacePackageErrorCode func(ctx context.Context, in *GetRequestSurfacePackageErrorCodeRequest, ...) (*GetRequestSurfacePackageErrorCodeResponse, error) + NewRequestSurfacePackageException func(ctx context.Context, in *NewRequestSurfacePackageExceptionRequest, ...) (*NewRequestSurfacePackageExceptionResponse, error) + func NewRequestSurfacePackageExceptionServiceClient(cc grpc.ClientConnInterface) RequestSurfacePackageExceptionServiceClient + type RequestSurfacePackageExceptionServiceServer interface + GetExtraErrorInformation func(context.Context, *GetExtraErrorInformationRequest) (*GetExtraErrorInformationResponse, error) + GetRequestSurfacePackageErrorCode func(context.Context, *GetRequestSurfacePackageErrorCodeRequest) (*GetRequestSurfacePackageErrorCodeResponse, error) + NewRequestSurfacePackageException func(context.Context, *NewRequestSurfacePackageExceptionRequest) (*NewRequestSurfacePackageExceptionResponse, error) + type SandboxedSdkProviderServiceClient interface + AttachContext func(ctx context.Context, in *AttachContextRequest, opts ...grpc.CallOption) (*AttachContextResponse, error) + BeforeUnloadSdk func(ctx context.Context, in *BeforeUnloadSdkRequest, opts ...grpc.CallOption) (*BeforeUnloadSdkResponse, error) + GetContext func(ctx context.Context, in *GetContextRequest, opts ...grpc.CallOption) (*GetContextResponse, error) + GetView func(ctx context.Context, in *GetViewRequest, opts ...grpc.CallOption) (*GetViewResponse, error) + OnLoadSdk func(ctx context.Context, in *OnLoadSdkRequest, opts ...grpc.CallOption) (*OnLoadSdkResponse, error) + func NewSandboxedSdkProviderServiceClient(cc grpc.ClientConnInterface) SandboxedSdkProviderServiceClient + type SandboxedSdkProviderServiceServer interface + AttachContext func(context.Context, *AttachContextRequest) (*AttachContextResponse, error) + BeforeUnloadSdk func(context.Context, *BeforeUnloadSdkRequest) (*BeforeUnloadSdkResponse, error) + GetContext func(context.Context, *GetContextRequest) (*GetContextResponse, error) + GetView func(context.Context, *GetViewRequest) (*GetViewResponse, error) + OnLoadSdk func(context.Context, *OnLoadSdkRequest) (*OnLoadSdkResponse, error) + type SandboxedSdkServiceClient interface + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + GetInterface func(ctx context.Context, in *GetInterfaceRequest, opts ...grpc.CallOption) (*GetInterfaceResponse, error) + GetSharedLibraryInfo func(ctx context.Context, in *GetSharedLibraryInfoRequest, opts ...grpc.CallOption) (*GetSharedLibraryInfoResponse, error) + NewSandboxedSdk func(ctx context.Context, in *NewSandboxedSdkRequest, opts ...grpc.CallOption) (*NewSandboxedSdkResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewSandboxedSdkServiceClient(cc grpc.ClientConnInterface) SandboxedSdkServiceClient + type SandboxedSdkServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + GetInterface func(context.Context, *GetInterfaceRequest) (*GetInterfaceResponse, error) + GetSharedLibraryInfo func(context.Context, *GetSharedLibraryInfoRequest) (*GetSharedLibraryInfoResponse, error) + NewSandboxedSdk func(context.Context, *NewSandboxedSdkRequest) (*NewSandboxedSdkResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type SdkSandboxManagerSdkSandboxProcessDeathCallbackServiceClient interface + OnSdkSandboxDied func(ctx context.Context, in *OnSdkSandboxDiedRequest, opts ...grpc.CallOption) (*OnSdkSandboxDiedResponse, error) + func NewSdkSandboxManagerSdkSandboxProcessDeathCallbackServiceClient(cc grpc.ClientConnInterface) SdkSandboxManagerSdkSandboxProcessDeathCallbackServiceClient + type SdkSandboxManagerSdkSandboxProcessDeathCallbackServiceServer interface + OnSdkSandboxDied func(context.Context, *OnSdkSandboxDiedRequest) (*OnSdkSandboxDiedResponse, error) + type SdkSandboxManagerServiceClient interface + AddSdkSandboxProcessDeathCallback func(ctx context.Context, in *AddSdkSandboxProcessDeathCallbackRequest, ...) (*AddSdkSandboxProcessDeathCallbackResponse, error) + GetAppOwnedSdkSandboxInterfaces func(ctx context.Context, in *GetAppOwnedSdkSandboxInterfacesRequest, ...) (*GetAppOwnedSdkSandboxInterfacesResponse, error) + GetSandboxedSdks func(ctx context.Context, in *GetSandboxedSdksRequest, opts ...grpc.CallOption) (*GetSandboxedSdksResponse, error) + GetSdkSandboxState func(ctx context.Context, in *GetSdkSandboxStateRequest, opts ...grpc.CallOption) (*GetSdkSandboxStateResponse, error) + GetSyncedSharedPreferencesKeys func(ctx context.Context, in *GetSyncedSharedPreferencesKeysRequest, ...) (*GetSyncedSharedPreferencesKeysResponse, error) + RegisterAppOwnedSdkSandboxInterface func(ctx context.Context, in *RegisterAppOwnedSdkSandboxInterfaceRequest, ...) (*RegisterAppOwnedSdkSandboxInterfaceResponse, error) + RemoveSdkSandboxProcessDeathCallback func(ctx context.Context, in *RemoveSdkSandboxProcessDeathCallbackRequest, ...) (*RemoveSdkSandboxProcessDeathCallbackResponse, error) + StartSdkSandboxActivity func(ctx context.Context, in *StartSdkSandboxActivityRequest, ...) (*StartSdkSandboxActivityResponse, error) + UnloadSdk func(ctx context.Context, in *UnloadSdkRequest, opts ...grpc.CallOption) (*UnloadSdkResponse, error) + UnregisterAppOwnedSdkSandboxInterface func(ctx context.Context, in *UnregisterAppOwnedSdkSandboxInterfaceRequest, ...) (*UnregisterAppOwnedSdkSandboxInterfaceResponse, error) + func NewSdkSandboxManagerServiceClient(cc grpc.ClientConnInterface) SdkSandboxManagerServiceClient + type SdkSandboxManagerServiceServer interface + AddSdkSandboxProcessDeathCallback func(context.Context, *AddSdkSandboxProcessDeathCallbackRequest) (*AddSdkSandboxProcessDeathCallbackResponse, error) + GetAppOwnedSdkSandboxInterfaces func(context.Context, *GetAppOwnedSdkSandboxInterfacesRequest) (*GetAppOwnedSdkSandboxInterfacesResponse, error) + GetSandboxedSdks func(context.Context, *GetSandboxedSdksRequest) (*GetSandboxedSdksResponse, error) + GetSdkSandboxState func(context.Context, *GetSdkSandboxStateRequest) (*GetSdkSandboxStateResponse, error) + GetSyncedSharedPreferencesKeys func(context.Context, *GetSyncedSharedPreferencesKeysRequest) (*GetSyncedSharedPreferencesKeysResponse, error) + RegisterAppOwnedSdkSandboxInterface func(context.Context, *RegisterAppOwnedSdkSandboxInterfaceRequest) (*RegisterAppOwnedSdkSandboxInterfaceResponse, error) + RemoveSdkSandboxProcessDeathCallback func(context.Context, *RemoveSdkSandboxProcessDeathCallbackRequest) (*RemoveSdkSandboxProcessDeathCallbackResponse, error) + StartSdkSandboxActivity func(context.Context, *StartSdkSandboxActivityRequest) (*StartSdkSandboxActivityResponse, error) + UnloadSdk func(context.Context, *UnloadSdkRequest) (*UnloadSdkResponse, error) + UnregisterAppOwnedSdkSandboxInterface func(context.Context, *UnregisterAppOwnedSdkSandboxInterfaceRequest) (*UnregisterAppOwnedSdkSandboxInterfaceResponse, error) + type StartSdkSandboxActivityRequest struct + Arg0 int64 + Arg1 int64 + func (*StartSdkSandboxActivityRequest) Descriptor() ([]byte, []int) + func (*StartSdkSandboxActivityRequest) ProtoMessage() + func (x *StartSdkSandboxActivityRequest) GetArg0() int64 + func (x *StartSdkSandboxActivityRequest) GetArg1() int64 + func (x *StartSdkSandboxActivityRequest) ProtoReflect() protoreflect.Message + func (x *StartSdkSandboxActivityRequest) Reset() + func (x *StartSdkSandboxActivityRequest) String() string + type StartSdkSandboxActivityResponse struct + func (*StartSdkSandboxActivityResponse) Descriptor() ([]byte, []int) + func (*StartSdkSandboxActivityResponse) ProtoMessage() + func (x *StartSdkSandboxActivityResponse) ProtoReflect() protoreflect.Message + func (x *StartSdkSandboxActivityResponse) Reset() + func (x *StartSdkSandboxActivityResponse) String() string + type UnimplementedAppOwnedSdkSandboxInterfaceServiceServer struct + func (UnimplementedAppOwnedSdkSandboxInterfaceServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedAppOwnedSdkSandboxInterfaceServiceServer) GetInterface(context.Context, *GetInterfaceRequest) (*GetInterfaceResponse, error) + func (UnimplementedAppOwnedSdkSandboxInterfaceServiceServer) GetName(context.Context, *GetNameRequest) (*GetNameResponse, error) + func (UnimplementedAppOwnedSdkSandboxInterfaceServiceServer) GetVersion(context.Context, *GetVersionRequest) (*GetVersionResponse, error) + func (UnimplementedAppOwnedSdkSandboxInterfaceServiceServer) NewAppOwnedSdkSandboxInterface(context.Context, *NewAppOwnedSdkSandboxInterfaceRequest) (*NewAppOwnedSdkSandboxInterfaceResponse, error) + func (UnimplementedAppOwnedSdkSandboxInterfaceServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedLoadSdkExceptionServiceServer struct + func (UnimplementedLoadSdkExceptionServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedLoadSdkExceptionServiceServer) GetExtraInformation(context.Context, *GetExtraInformationRequest) (*GetExtraInformationResponse, error) + func (UnimplementedLoadSdkExceptionServiceServer) GetLoadSdkErrorCode(context.Context, *GetLoadSdkErrorCodeRequest) (*GetLoadSdkErrorCodeResponse, error) + func (UnimplementedLoadSdkExceptionServiceServer) NewLoadSdkException(context.Context, *NewLoadSdkExceptionRequest) (*NewLoadSdkExceptionResponse, error) + func (UnimplementedLoadSdkExceptionServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedRequestSurfacePackageExceptionServiceServer struct + func (UnimplementedRequestSurfacePackageExceptionServiceServer) GetExtraErrorInformation(context.Context, *GetExtraErrorInformationRequest) (*GetExtraErrorInformationResponse, error) + func (UnimplementedRequestSurfacePackageExceptionServiceServer) GetRequestSurfacePackageErrorCode(context.Context, *GetRequestSurfacePackageErrorCodeRequest) (*GetRequestSurfacePackageErrorCodeResponse, error) + func (UnimplementedRequestSurfacePackageExceptionServiceServer) NewRequestSurfacePackageException(context.Context, *NewRequestSurfacePackageExceptionRequest) (*NewRequestSurfacePackageExceptionResponse, error) + type UnimplementedSandboxedSdkProviderServiceServer struct + func (UnimplementedSandboxedSdkProviderServiceServer) AttachContext(context.Context, *AttachContextRequest) (*AttachContextResponse, error) + func (UnimplementedSandboxedSdkProviderServiceServer) BeforeUnloadSdk(context.Context, *BeforeUnloadSdkRequest) (*BeforeUnloadSdkResponse, error) + func (UnimplementedSandboxedSdkProviderServiceServer) GetContext(context.Context, *GetContextRequest) (*GetContextResponse, error) + func (UnimplementedSandboxedSdkProviderServiceServer) GetView(context.Context, *GetViewRequest) (*GetViewResponse, error) + func (UnimplementedSandboxedSdkProviderServiceServer) OnLoadSdk(context.Context, *OnLoadSdkRequest) (*OnLoadSdkResponse, error) + type UnimplementedSandboxedSdkServiceServer struct + func (UnimplementedSandboxedSdkServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedSandboxedSdkServiceServer) GetInterface(context.Context, *GetInterfaceRequest) (*GetInterfaceResponse, error) + func (UnimplementedSandboxedSdkServiceServer) GetSharedLibraryInfo(context.Context, *GetSharedLibraryInfoRequest) (*GetSharedLibraryInfoResponse, error) + func (UnimplementedSandboxedSdkServiceServer) NewSandboxedSdk(context.Context, *NewSandboxedSdkRequest) (*NewSandboxedSdkResponse, error) + func (UnimplementedSandboxedSdkServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedSdkSandboxManagerSdkSandboxProcessDeathCallbackServiceServer struct + func (UnimplementedSdkSandboxManagerSdkSandboxProcessDeathCallbackServiceServer) OnSdkSandboxDied(context.Context, *OnSdkSandboxDiedRequest) (*OnSdkSandboxDiedResponse, error) + type UnimplementedSdkSandboxManagerServiceServer struct + func (UnimplementedSdkSandboxManagerServiceServer) AddSdkSandboxProcessDeathCallback(context.Context, *AddSdkSandboxProcessDeathCallbackRequest) (*AddSdkSandboxProcessDeathCallbackResponse, error) + func (UnimplementedSdkSandboxManagerServiceServer) GetAppOwnedSdkSandboxInterfaces(context.Context, *GetAppOwnedSdkSandboxInterfacesRequest) (*GetAppOwnedSdkSandboxInterfacesResponse, error) + func (UnimplementedSdkSandboxManagerServiceServer) GetSandboxedSdks(context.Context, *GetSandboxedSdksRequest) (*GetSandboxedSdksResponse, error) + func (UnimplementedSdkSandboxManagerServiceServer) GetSdkSandboxState(context.Context, *GetSdkSandboxStateRequest) (*GetSdkSandboxStateResponse, error) + func (UnimplementedSdkSandboxManagerServiceServer) GetSyncedSharedPreferencesKeys(context.Context, *GetSyncedSharedPreferencesKeysRequest) (*GetSyncedSharedPreferencesKeysResponse, error) + func (UnimplementedSdkSandboxManagerServiceServer) RegisterAppOwnedSdkSandboxInterface(context.Context, *RegisterAppOwnedSdkSandboxInterfaceRequest) (*RegisterAppOwnedSdkSandboxInterfaceResponse, error) + func (UnimplementedSdkSandboxManagerServiceServer) RemoveSdkSandboxProcessDeathCallback(context.Context, *RemoveSdkSandboxProcessDeathCallbackRequest) (*RemoveSdkSandboxProcessDeathCallbackResponse, error) + func (UnimplementedSdkSandboxManagerServiceServer) StartSdkSandboxActivity(context.Context, *StartSdkSandboxActivityRequest) (*StartSdkSandboxActivityResponse, error) + func (UnimplementedSdkSandboxManagerServiceServer) UnloadSdk(context.Context, *UnloadSdkRequest) (*UnloadSdkResponse, error) + func (UnimplementedSdkSandboxManagerServiceServer) UnregisterAppOwnedSdkSandboxInterface(context.Context, *UnregisterAppOwnedSdkSandboxInterfaceRequest) (*UnregisterAppOwnedSdkSandboxInterfaceResponse, error) + type UnloadSdkRequest struct + Arg0 string + func (*UnloadSdkRequest) Descriptor() ([]byte, []int) + func (*UnloadSdkRequest) ProtoMessage() + func (x *UnloadSdkRequest) GetArg0() string + func (x *UnloadSdkRequest) ProtoReflect() protoreflect.Message + func (x *UnloadSdkRequest) Reset() + func (x *UnloadSdkRequest) String() string + type UnloadSdkResponse struct + func (*UnloadSdkResponse) Descriptor() ([]byte, []int) + func (*UnloadSdkResponse) ProtoMessage() + func (x *UnloadSdkResponse) ProtoReflect() protoreflect.Message + func (x *UnloadSdkResponse) Reset() + func (x *UnloadSdkResponse) String() string + type UnregisterAppOwnedSdkSandboxInterfaceRequest struct + Arg0 string + func (*UnregisterAppOwnedSdkSandboxInterfaceRequest) Descriptor() ([]byte, []int) + func (*UnregisterAppOwnedSdkSandboxInterfaceRequest) ProtoMessage() + func (x *UnregisterAppOwnedSdkSandboxInterfaceRequest) GetArg0() string + func (x *UnregisterAppOwnedSdkSandboxInterfaceRequest) ProtoReflect() protoreflect.Message + func (x *UnregisterAppOwnedSdkSandboxInterfaceRequest) Reset() + func (x *UnregisterAppOwnedSdkSandboxInterfaceRequest) String() string + type UnregisterAppOwnedSdkSandboxInterfaceResponse struct + func (*UnregisterAppOwnedSdkSandboxInterfaceResponse) Descriptor() ([]byte, []int) + func (*UnregisterAppOwnedSdkSandboxInterfaceResponse) ProtoMessage() + func (x *UnregisterAppOwnedSdkSandboxInterfaceResponse) ProtoReflect() protoreflect.Message + func (x *UnregisterAppOwnedSdkSandboxInterfaceResponse) Reset() + func (x *UnregisterAppOwnedSdkSandboxInterfaceResponse) String() string + type UnsafeAppOwnedSdkSandboxInterfaceServiceServer interface + type UnsafeLoadSdkExceptionServiceServer interface + type UnsafeRequestSurfacePackageExceptionServiceServer interface + type UnsafeSandboxedSdkProviderServiceServer interface + type UnsafeSandboxedSdkServiceServer interface + type UnsafeSdkSandboxManagerSdkSandboxProcessDeathCallbackServiceServer interface + type UnsafeSdkSandboxManagerServiceServer interface + type WriteToParcelRequest struct + Arg0 int64 + Arg1 int32 + Handle int64 + func (*WriteToParcelRequest) Descriptor() ([]byte, []int) + func (*WriteToParcelRequest) ProtoMessage() + func (x *WriteToParcelRequest) GetArg0() int64 + func (x *WriteToParcelRequest) GetArg1() int32 + func (x *WriteToParcelRequest) GetHandle() int64 + func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message + func (x *WriteToParcelRequest) Reset() + func (x *WriteToParcelRequest) String() string + type WriteToParcelResponse struct + func (*WriteToParcelResponse) Descriptor() ([]byte, []int) + func (*WriteToParcelResponse) ProtoMessage() + func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message + func (x *WriteToParcelResponse) Reset() + func (x *WriteToParcelResponse) String() string