Documentation
¶
Overview ¶
Package mlruntime provides Go bindings for the mlruntime framework.
Key Types ¶
- MLRTaskParameters
- MLROnDemandConnectionHandler
- MLRTrialDediscoTaskResult
- MLRTaskAttachments
- MLRTask
- MLRExtensionRemoteContext
- MLRServiceClient
- MLRTaskResult
- MLRTrialDediscoRecipe
- MLRDonationManager
Code generated from Apple documentation. DO NOT EDIT.
Index ¶
- func MLRSanitizeError()
- func MLRSanitizeErrorSymbol() uintptr
- func NewErrorBlock(handler ErrorHandler) (objc.ID, func())
- type ErrorHandler
- type IMLRDonationManager
- type IMLRExtensionPrincipalClass
- type IMLRExtensionRemoteContext
- type IMLROnDemandConnectionHandler
- type IMLROnDemandPlugin
- type IMLRSandboxExtensionRequest
- type IMLRServiceClient
- type IMLRTask
- type IMLRTaskAttachments
- type IMLRTaskParameters
- type IMLRTaskResult
- type IMLRTrialDediscoRecipe
- type IMLRTrialDediscoTaskResult
- type IMLRTrialTask
- type IMLRTrialTaskResult
- type MLRDonationManager
- func (r MLRDonationManager) Autorelease() MLRDonationManager
- func (r MLRDonationManager) EncodeAndUploadToDediscoWithIdentifierMeasurementsWithEncodingSchemasMetadataCompletion(identifier objectivec.IObject, measurements objectivec.IObject, ...)
- func (r MLRDonationManager) Init() MLRDonationManager
- func (r MLRDonationManager) Queue() objectivec.Object
- func (r MLRDonationManager) RecordDataEncodingSchemaMetadataErrorOut(record objectivec.IObject, data objectivec.IObject, schema objectivec.IObject, ...) bool
- func (r MLRDonationManager) SetQueue(value objectivec.Object)
- type MLRDonationManagerClass
- type MLRExtensionPrincipalClass
- func (r MLRExtensionPrincipalClass) Autorelease() MLRExtensionPrincipalClass
- func (r MLRExtensionPrincipalClass) BeginRequestWithExtensionContext(context objectivec.IObject)
- func (r MLRExtensionPrincipalClass) DebugDescription() string
- func (r MLRExtensionPrincipalClass) Description() string
- func (r MLRExtensionPrincipalClass) Hash() uint64
- func (r MLRExtensionPrincipalClass) Init() MLRExtensionPrincipalClass
- func (r MLRExtensionPrincipalClass) Superclass() objc.Class
- type MLRExtensionPrincipalClassClass
- type MLRExtensionRemoteContext
- func MLRExtensionRemoteContextFromID(id objc.ID) MLRExtensionRemoteContext
- func NewMLRExtensionRemoteContext() MLRExtensionRemoteContext
- func NewRExtensionRemoteContextWithInputItemsListenerEndpointContextUUID(items objectivec.IObject, endpoint objectivec.IObject, uuid objectivec.IObject) MLRExtensionRemoteContext
- func NewRExtensionRemoteContextWithInputItemsListenerEndpointContextUUIDPlugin(items objectivec.IObject, endpoint objectivec.IObject, uuid objectivec.IObject, ...) MLRExtensionRemoteContext
- func (r MLRExtensionRemoteContext) Autorelease() MLRExtensionRemoteContext
- func (r MLRExtensionRemoteContext) DebugDescription() string
- func (r MLRExtensionRemoteContext) Description() string
- func (r MLRExtensionRemoteContext) Hash() uint64
- func (r MLRExtensionRemoteContext) Init() MLRExtensionRemoteContext
- func (r MLRExtensionRemoteContext) InitWithInputItemsListenerEndpointContextUUID(items objectivec.IObject, endpoint objectivec.IObject, uuid objectivec.IObject) MLRExtensionRemoteContext
- func (r MLRExtensionRemoteContext) InitWithInputItemsListenerEndpointContextUUIDPlugin(items objectivec.IObject, endpoint objectivec.IObject, uuid objectivec.IObject, ...) MLRExtensionRemoteContext
- func (r MLRExtensionRemoteContext) Superclass() objc.Class
- type MLRExtensionRemoteContextClass
- type MLROnDemandConnectionHandler
- func (r MLROnDemandConnectionHandler) Autorelease() MLROnDemandConnectionHandler
- func (r MLROnDemandConnectionHandler) DebugDescription() string
- func (r MLROnDemandConnectionHandler) Description() string
- func (r MLROnDemandConnectionHandler) Hash() uint64
- func (r MLROnDemandConnectionHandler) Init() MLROnDemandConnectionHandler
- func (r MLROnDemandConnectionHandler) InitWithPrincipalObject(object objectivec.IObject) MLROnDemandConnectionHandler
- func (r MLROnDemandConnectionHandler) PerformTaskCompletionHandler(task objectivec.IObject, handler ErrorHandler)
- func (r MLROnDemandConnectionHandler) PerformTaskInternalCompletionHandler(internal objectivec.IObject, handler ErrorHandler)
- func (r MLROnDemandConnectionHandler) PluginPrincipal() objectivec.IObject
- func (r MLROnDemandConnectionHandler) PrincipalObject() objectivec.IObject
- func (r MLROnDemandConnectionHandler) SetPluginPrincipal(value objectivec.IObject)
- func (r MLROnDemandConnectionHandler) SetXpcConnection(value foundation.NSXPCConnection)
- func (r MLROnDemandConnectionHandler) ShouldAcceptXPCConnection(xPCConnection objectivec.IObject) bool
- func (r MLROnDemandConnectionHandler) Superclass() objc.Class
- func (r MLROnDemandConnectionHandler) XpcConnection() foundation.NSXPCConnection
- type MLROnDemandConnectionHandlerClass
- type MLROnDemandPlugin
- type MLROnDemandPluginClass
- func (mc MLROnDemandPluginClass) Alloc() MLROnDemandPlugin
- func (_MLROnDemandPluginClass MLROnDemandPluginClass) OnDemandPluginIDs() objectivec.IObject
- func (_MLROnDemandPluginClass MLROnDemandPluginClass) PerformTaskForPluginIDCompletionHandler(task objectivec.IObject, id objectivec.IObject, handler ErrorHandler)
- func (_MLROnDemandPluginClass MLROnDemandPluginClass) SynchronouslyPerformTaskForPluginIDError(task objectivec.IObject, id objectivec.IObject) (objectivec.IObject, error)
- type MLRSandboxExtensionRequest
- func (r MLRSandboxExtensionRequest) Autorelease() MLRSandboxExtensionRequest
- func (r MLRSandboxExtensionRequest) Init() MLRSandboxExtensionRequest
- func (r MLRSandboxExtensionRequest) InitWithURLsRequireWrite(uRLs objectivec.IObject, write bool) MLRSandboxExtensionRequest
- func (r MLRSandboxExtensionRequest) RequireWrite() bool
- func (r MLRSandboxExtensionRequest) URLs() foundation.INSArray
- type MLRSandboxExtensionRequestClass
- type MLRServiceClient
- func (r MLRServiceClient) Autorelease() MLRServiceClient
- func (r MLRServiceClient) DonateJSONResultIdentifierCompletion(jSONResult objectivec.IObject, identifier objectivec.IObject, ...)
- func (r MLRServiceClient) Init() MLRServiceClient
- func (r MLRServiceClient) InitWithConnection(connection objectivec.IObject) MLRServiceClient
- func (r MLRServiceClient) PerformOnRemoteObjectWithBlockErrorHandler(block objectivec.IObject, handler ErrorHandler)
- func (r MLRServiceClient) PerformOnRemoteObjectWithBlockIsSynchronousErrorHandler(block objectivec.IObject, synchronous bool, handler ErrorHandler)
- func (r MLRServiceClient) PerformSynchronouslyOnRemoteObjectWithBlockErrorHandler(block objectivec.IObject, handler ErrorHandler)
- type MLRServiceClientClass
- type MLRTask
- func (r MLRTask) Attachments() IMLRTaskAttachments
- func (r MLRTask) Autorelease() MLRTask
- func (r MLRTask) EncodeWithCoder(coder foundation.INSCoder)
- func (r MLRTask) Init() MLRTask
- func (r MLRTask) InitWithCoder(coder foundation.INSCoder) MLRTask
- func (r MLRTask) InitWithParametersAttachments(parameters objectivec.IObject, attachments objectivec.IObject) MLRTask
- func (r MLRTask) InitWithParametersDict(dict objectivec.IObject) MLRTask
- func (r MLRTask) Parameters() IMLRTaskParameters
- type MLRTaskAttachments
- func MLRTaskAttachmentsFromID(id objc.ID) MLRTaskAttachments
- func NewMLRTaskAttachments() MLRTaskAttachments
- func NewRTaskAttachmentsWithCoder(coder objectivec.IObject) MLRTaskAttachments
- func NewRTaskAttachmentsWithContentsOfURLError(url foundation.INSURL) (MLRTaskAttachments, error)
- func NewRTaskAttachmentsWithDESRecipe(dESRecipe objectivec.IObject) MLRTaskAttachments
- func NewRTaskAttachmentsWithURLs(uRLs objectivec.IObject) MLRTaskAttachments
- func (r MLRTaskAttachments) AttachmentURLs() foundation.INSArray
- func (r MLRTaskAttachments) AttachmentURLsForBasename(basename objectivec.IObject) objectivec.IObject
- func (r MLRTaskAttachments) Autorelease() MLRTaskAttachments
- func (r MLRTaskAttachments) Count() uint64
- func (r MLRTaskAttachments) EncodeWithCoder(coder foundation.INSCoder)
- func (r MLRTaskAttachments) Init() MLRTaskAttachments
- func (r MLRTaskAttachments) InitWithCoder(coder foundation.INSCoder) MLRTaskAttachments
- func (r MLRTaskAttachments) InitWithContentsOfURLError(url foundation.INSURL) (MLRTaskAttachments, error)
- func (r MLRTaskAttachments) InitWithDESRecipe(dESRecipe objectivec.IObject) MLRTaskAttachments
- func (r MLRTaskAttachments) InitWithURLs(uRLs objectivec.IObject) MLRTaskAttachments
- type MLRTaskAttachmentsClass
- type MLRTaskClass
- type MLRTaskParameters
- func MLRTaskParametersFromID(id objc.ID) MLRTaskParameters
- func NewMLRTaskParameters() MLRTaskParameters
- func NewRTaskParametersWithCoder(coder objectivec.IObject) MLRTaskParameters
- func NewRTaskParametersWithDESRecipe(dESRecipe objectivec.IObject) MLRTaskParameters
- func NewRTaskParametersWithParametersDict(dict objectivec.IObject) MLRTaskParameters
- func NewRTaskParametersWithURLError(url foundation.INSURL) (MLRTaskParameters, error)
- func (r MLRTaskParameters) Autorelease() MLRTaskParameters
- func (r MLRTaskParameters) BoolValueForKeyDefaultValue(key objectivec.IObject, value bool) bool
- func (r MLRTaskParameters) Count() uint64
- func (r MLRTaskParameters) DictionaryRepresentation() foundation.INSDictionary
- func (r MLRTaskParameters) DoubleValueForKeyDefaultValue(key objectivec.IObject, value float64) float64
- func (r MLRTaskParameters) EncodeWithCoder(coder foundation.INSCoder)
- func (r MLRTaskParameters) FloatValueForKeyDefaultValue(key objectivec.IObject, value float32) float32
- func (r MLRTaskParameters) Init() MLRTaskParameters
- func (r MLRTaskParameters) InitWithCoder(coder foundation.INSCoder) MLRTaskParameters
- func (r MLRTaskParameters) InitWithDESRecipe(dESRecipe objectivec.IObject) MLRTaskParameters
- func (r MLRTaskParameters) InitWithParametersDict(dict objectivec.IObject) MLRTaskParameters
- func (r MLRTaskParameters) InitWithURLError(url foundation.INSURL) (MLRTaskParameters, error)
- func (r MLRTaskParameters) IntegerValueForKeyDefaultValue(key objectivec.IObject, value int64) int64
- func (r MLRTaskParameters) ObjectForKeyedSubscript(subscript objectivec.IObject) objectivec.IObject
- func (r MLRTaskParameters) RecipeUserInfo() foundation.INSDictionary
- func (r MLRTaskParameters) StringValueForKeyDefaultValue(key objectivec.IObject, value objectivec.IObject) objectivec.IObject
- func (r MLRTaskParameters) UnsignedIntegerValueForKeyDefaultValue(key objectivec.IObject, value uint64) uint64
- type MLRTaskParametersClass
- type MLRTaskResult
- func (r MLRTaskResult) Autorelease() MLRTaskResult
- func (r MLRTaskResult) EncodeWithCoder(coder foundation.INSCoder)
- func (r MLRTaskResult) Init() MLRTaskResult
- func (r MLRTaskResult) InitWithCoder(coder foundation.INSCoder) MLRTaskResult
- func (r MLRTaskResult) InitWithJSONResultUnprivatizedVector(jSONResult objectivec.IObject, vector objectivec.IObject) MLRTaskResult
- func (r MLRTaskResult) JSONResult() foundation.INSDictionary
- func (r MLRTaskResult) Vector() foundation.INSData
- type MLRTaskResultClass
- type MLRTrialDediscoRecipe
- func (r MLRTrialDediscoRecipe) Autorelease() MLRTrialDediscoRecipe
- func (r MLRTrialDediscoRecipe) BaseKeyFormat() string
- func (r MLRTrialDediscoRecipe) DediscoTaskConfig() foundation.INSDictionary
- func (r MLRTrialDediscoRecipe) DpConfig() foundation.INSDictionary
- func (r MLRTrialDediscoRecipe) EncodingSchema() foundation.INSDictionary
- func (r MLRTrialDediscoRecipe) Init() MLRTrialDediscoRecipe
- func (r MLRTrialDediscoRecipe) InitWithAssetURLConfigOverrideError(url foundation.INSURL, override objectivec.IObject) (MLRTrialDediscoRecipe, error)
- func (r MLRTrialDediscoRecipe) MlrDediscoMetadata() objectivec.IObject
- type MLRTrialDediscoRecipeClass
- type MLRTrialDediscoTaskResult
- func MLRTrialDediscoTaskResultFromID(id objc.ID) MLRTrialDediscoTaskResult
- func NewMLRTrialDediscoTaskResult() MLRTrialDediscoTaskResult
- func NewRTrialDediscoTaskResultWithJSONResult(jSONResult objectivec.IObject) MLRTrialDediscoTaskResult
- func NewRTrialDediscoTaskResultWithJSONResultIdentifier(jSONResult objectivec.IObject, identifier objectivec.IObject) MLRTrialDediscoTaskResult
- func NewRTrialDediscoTaskResultWithJSONResultNamespaceNameFactorNameAdditionalKeyVariables(jSONResult objectivec.IObject, name objectivec.IObject, ...) MLRTrialDediscoTaskResult
- func (r MLRTrialDediscoTaskResult) AdditionalKeyVariables() foundation.INSDictionary
- func (r MLRTrialDediscoTaskResult) Autorelease() MLRTrialDediscoTaskResult
- func (r MLRTrialDediscoTaskResult) Init() MLRTrialDediscoTaskResult
- func (r MLRTrialDediscoTaskResult) InitWithJSONResultIdentifier(jSONResult objectivec.IObject, identifier objectivec.IObject) MLRTrialDediscoTaskResult
- func (r MLRTrialDediscoTaskResult) InitWithJSONResultNamespaceNameFactorNameAdditionalKeyVariables(jSONResult objectivec.IObject, name objectivec.IObject, ...) MLRTrialDediscoTaskResult
- func (r MLRTrialDediscoTaskResult) NamespaceName() string
- func (r MLRTrialDediscoTaskResult) RecipeFactorName() string
- func (r MLRTrialDediscoTaskResult) RecordDataEncodingSchemaMetadataErrorOut(record objectivec.IObject, data objectivec.IObject, schema objectivec.IObject, ...) bool
- func (r MLRTrialDediscoTaskResult) SubmitWithTRIClientError(tRIClient objectivec.IObject) (bool, error)
- func (r MLRTrialDediscoTaskResult) VariablesFromTrialClient(client objectivec.IObject) objectivec.IObject
- type MLRTrialDediscoTaskResultClass
- type MLRTrialTask
- type MLRTrialTaskClass
- type MLRTrialTaskResult
- func (r MLRTrialTaskResult) Autorelease() MLRTrialTaskResult
- func (r MLRTrialTaskResult) Init() MLRTrialTaskResult
- func (r MLRTrialTaskResult) InitWithJSONResult(jSONResult objectivec.IObject) MLRTrialTaskResult
- func (r MLRTrialTaskResult) JSONResult() foundation.INSDictionary
- func (r MLRTrialTaskResult) SubmitForTaskError(task objectivec.IObject) (bool, error)
- type MLRTrialTaskResultClass
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MLRSanitizeError ¶
func MLRSanitizeError()
MLRSanitizeError has an opaque C signature in discovered metadata. Call MLRSanitizeErrorSymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/MLRuntime/MLRSanitizeError
func MLRSanitizeErrorSymbol ¶
func MLRSanitizeErrorSymbol() uintptr
MLRSanitizeErrorSymbol returns the raw symbol address for MLRSanitizeError.
func NewErrorBlock ¶
func NewErrorBlock(handler ErrorHandler) (objc.ID, func())
NewErrorBlock wraps a Go ErrorHandler as an Objective-C block. The caller must defer the returned cleanup function.
Used by:
- MLRDonationManager.EncodeAndUploadToDediscoWithIdentifierMeasurementsWithEncodingSchemasMetadataCompletion
- MLROnDemandConnectionHandler.PerformTaskCompletionHandler
- MLROnDemandConnectionHandler.PerformTaskInternalCompletionHandler
- [MLROnDemandPlugin.PerformTaskForPluginIDCompletionHandler]
- MLRServiceClient.DonateJSONResultIdentifierCompletion
- MLRServiceClient.PerformOnRemoteObjectWithBlockErrorHandler
- MLRServiceClient.PerformOnRemoteObjectWithBlockIsSynchronousErrorHandler
- MLRServiceClient.PerformSynchronouslyOnRemoteObjectWithBlockErrorHandler
Types ¶
type ErrorHandler ¶
type ErrorHandler = func()
ErrorHandler is the signature for a completion handler block.
Used by:
- MLRDonationManager.EncodeAndUploadToDediscoWithIdentifierMeasurementsWithEncodingSchemasMetadataCompletion
- MLROnDemandConnectionHandler.PerformTaskCompletionHandler
- MLROnDemandConnectionHandler.PerformTaskInternalCompletionHandler
- [MLROnDemandPlugin.PerformTaskForPluginIDCompletionHandler]
- MLRServiceClient.DonateJSONResultIdentifierCompletion
- MLRServiceClient.PerformOnRemoteObjectWithBlockErrorHandler
- MLRServiceClient.PerformOnRemoteObjectWithBlockIsSynchronousErrorHandler
- MLRServiceClient.PerformSynchronouslyOnRemoteObjectWithBlockErrorHandler
type IMLRDonationManager ¶
type IMLRDonationManager interface {
objectivec.IObject
EncodeAndUploadToDediscoWithIdentifierMeasurementsWithEncodingSchemasMetadataCompletion(identifier objectivec.IObject, measurements objectivec.IObject, schemas objectivec.IObject, metadata objectivec.IObject, completion ErrorHandler)
Queue() objectivec.Object
SetQueue(value objectivec.Object)
RecordDataEncodingSchemaMetadataErrorOut(record objectivec.IObject, data objectivec.IObject, schema objectivec.IObject, metadata objectivec.IObject, out []objectivec.IObject) bool
}
An interface definition for the MLRDonationManager class.
Methods ¶
- [IMLRDonationManager.EncodeAndUploadToDediscoWithIdentifierMeasurementsWithEncodingSchemasMetadataCompletion]
- [IMLRDonationManager.Queue]
- [IMLRDonationManager.SetQueue]
- [IMLRDonationManager.RecordDataEncodingSchemaMetadataErrorOut]
See: https://developer.apple.com/documentation/MLRuntime/MLRDonationManager
type IMLRExtensionPrincipalClass ¶
type IMLRExtensionPrincipalClass interface {
objectivec.IObject
BeginRequestWithExtensionContext(context objectivec.IObject)
DebugDescription() string
Description() string
Hash() uint64
Superclass() objc.Class
}
An interface definition for the MLRExtensionPrincipalClass class.
Methods ¶
- [IMLRExtensionPrincipalClass.BeginRequestWithExtensionContext]
- [IMLRExtensionPrincipalClass.DebugDescription]
- [IMLRExtensionPrincipalClass.Description]
- [IMLRExtensionPrincipalClass.Hash]
- [IMLRExtensionPrincipalClass.Superclass]
See: https://developer.apple.com/documentation/MLRuntime/MLRExtensionPrincipalClass
type IMLRExtensionRemoteContext ¶
type IMLRExtensionRemoteContext interface {
foundation.INSExtensionContext
InitWithInputItemsListenerEndpointContextUUID(items objectivec.IObject, endpoint objectivec.IObject, uuid objectivec.IObject) MLRExtensionRemoteContext
InitWithInputItemsListenerEndpointContextUUIDPlugin(items objectivec.IObject, endpoint objectivec.IObject, uuid objectivec.IObject, plugin objectivec.IObject) MLRExtensionRemoteContext
DebugDescription() string
Description() string
Hash() uint64
Superclass() objc.Class
}
An interface definition for the MLRExtensionRemoteContext class.
Methods ¶
- [IMLRExtensionRemoteContext.InitWithInputItemsListenerEndpointContextUUID]
- [IMLRExtensionRemoteContext.InitWithInputItemsListenerEndpointContextUUIDPlugin]
- [IMLRExtensionRemoteContext.DebugDescription]
- [IMLRExtensionRemoteContext.Description]
- [IMLRExtensionRemoteContext.Hash]
- [IMLRExtensionRemoteContext.Superclass]
See: https://developer.apple.com/documentation/MLRuntime/MLRExtensionRemoteContext
type IMLROnDemandConnectionHandler ¶
type IMLROnDemandConnectionHandler interface {
objectivec.IObject
PerformTaskCompletionHandler(task objectivec.IObject, handler ErrorHandler)
PerformTaskInternalCompletionHandler(internal objectivec.IObject, handler ErrorHandler)
PluginPrincipal() objectivec.IObject
SetPluginPrincipal(value objectivec.IObject)
PrincipalObject() objectivec.IObject
ShouldAcceptXPCConnection(xPCConnection objectivec.IObject) bool
XpcConnection() foundation.NSXPCConnection
SetXpcConnection(value foundation.NSXPCConnection)
InitWithPrincipalObject(object objectivec.IObject) MLROnDemandConnectionHandler
DebugDescription() string
Description() string
Hash() uint64
Superclass() objc.Class
}
An interface definition for the MLROnDemandConnectionHandler class.
Methods ¶
- [IMLROnDemandConnectionHandler.PerformTaskCompletionHandler]
- [IMLROnDemandConnectionHandler.PerformTaskInternalCompletionHandler]
- [IMLROnDemandConnectionHandler.PluginPrincipal]
- [IMLROnDemandConnectionHandler.SetPluginPrincipal]
- [IMLROnDemandConnectionHandler.PrincipalObject]
- [IMLROnDemandConnectionHandler.ShouldAcceptXPCConnection]
- [IMLROnDemandConnectionHandler.XpcConnection]
- [IMLROnDemandConnectionHandler.SetXpcConnection]
- [IMLROnDemandConnectionHandler.InitWithPrincipalObject]
- [IMLROnDemandConnectionHandler.DebugDescription]
- [IMLROnDemandConnectionHandler.Description]
- [IMLROnDemandConnectionHandler.Hash]
- [IMLROnDemandConnectionHandler.Superclass]
See: https://developer.apple.com/documentation/MLRuntime/MLROnDemandConnectionHandler
type IMLROnDemandPlugin ¶
type IMLROnDemandPlugin interface {
objectivec.IObject
}
An interface definition for the MLROnDemandPlugin class.
See: https://developer.apple.com/documentation/MLRuntime/MLROnDemandPlugin
type IMLRSandboxExtensionRequest ¶
type IMLRSandboxExtensionRequest interface {
objectivec.IObject
URLs() foundation.INSArray
RequireWrite() bool
InitWithURLsRequireWrite(uRLs objectivec.IObject, write bool) MLRSandboxExtensionRequest
}
An interface definition for the MLRSandboxExtensionRequest class.
Methods ¶
- [IMLRSandboxExtensionRequest.URLs]
- [IMLRSandboxExtensionRequest.RequireWrite]
- [IMLRSandboxExtensionRequest.InitWithURLsRequireWrite]
See: https://developer.apple.com/documentation/MLRuntime/MLRSandboxExtensionRequest
type IMLRServiceClient ¶
type IMLRServiceClient interface {
objectivec.IObject
DonateJSONResultIdentifierCompletion(jSONResult objectivec.IObject, identifier objectivec.IObject, completion ErrorHandler)
PerformOnRemoteObjectWithBlockErrorHandler(block objectivec.IObject, handler ErrorHandler)
PerformOnRemoteObjectWithBlockIsSynchronousErrorHandler(block objectivec.IObject, synchronous bool, handler ErrorHandler)
PerformSynchronouslyOnRemoteObjectWithBlockErrorHandler(block objectivec.IObject, handler ErrorHandler)
InitWithConnection(connection objectivec.IObject) MLRServiceClient
}
An interface definition for the MLRServiceClient class.
Methods ¶
- [IMLRServiceClient.DonateJSONResultIdentifierCompletion]
- [IMLRServiceClient.PerformOnRemoteObjectWithBlockErrorHandler]
- [IMLRServiceClient.PerformOnRemoteObjectWithBlockIsSynchronousErrorHandler]
- [IMLRServiceClient.PerformSynchronouslyOnRemoteObjectWithBlockErrorHandler]
- [IMLRServiceClient.InitWithConnection]
See: https://developer.apple.com/documentation/MLRuntime/MLRServiceClient
type IMLRTask ¶
type IMLRTask interface {
objectivec.IObject
Attachments() IMLRTaskAttachments
EncodeWithCoder(coder foundation.INSCoder)
Parameters() IMLRTaskParameters
InitWithCoder(coder foundation.INSCoder) MLRTask
InitWithParametersAttachments(parameters objectivec.IObject, attachments objectivec.IObject) MLRTask
InitWithParametersDict(dict objectivec.IObject) MLRTask
}
An interface definition for the MLRTask class.
Methods ¶
- [IMLRTask.Attachments]
- [IMLRTask.EncodeWithCoder]
- [IMLRTask.Parameters]
- [IMLRTask.InitWithCoder]
- [IMLRTask.InitWithParametersAttachments]
- [IMLRTask.InitWithParametersDict]
See: https://developer.apple.com/documentation/MLRuntime/MLRTask
type IMLRTaskAttachments ¶
type IMLRTaskAttachments interface {
objectivec.IObject
AttachmentURLs() foundation.INSArray
AttachmentURLsForBasename(basename objectivec.IObject) objectivec.IObject
Count() uint64
EncodeWithCoder(coder foundation.INSCoder)
InitWithCoder(coder foundation.INSCoder) MLRTaskAttachments
InitWithContentsOfURLError(url foundation.INSURL) (MLRTaskAttachments, error)
InitWithDESRecipe(dESRecipe objectivec.IObject) MLRTaskAttachments
InitWithURLs(uRLs objectivec.IObject) MLRTaskAttachments
}
An interface definition for the MLRTaskAttachments class.
Methods ¶
- [IMLRTaskAttachments.AttachmentURLs]
- [IMLRTaskAttachments.AttachmentURLsForBasename]
- [IMLRTaskAttachments.Count]
- [IMLRTaskAttachments.EncodeWithCoder]
- [IMLRTaskAttachments.InitWithCoder]
- [IMLRTaskAttachments.InitWithContentsOfURLError]
- [IMLRTaskAttachments.InitWithDESRecipe]
- [IMLRTaskAttachments.InitWithURLs]
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments
type IMLRTaskParameters ¶
type IMLRTaskParameters interface {
objectivec.IObject
BoolValueForKeyDefaultValue(key objectivec.IObject, value bool) bool
Count() uint64
DictionaryRepresentation() foundation.INSDictionary
DoubleValueForKeyDefaultValue(key objectivec.IObject, value float64) float64
EncodeWithCoder(coder foundation.INSCoder)
FloatValueForKeyDefaultValue(key objectivec.IObject, value float32) float32
IntegerValueForKeyDefaultValue(key objectivec.IObject, value int64) int64
ObjectForKeyedSubscript(subscript objectivec.IObject) objectivec.IObject
RecipeUserInfo() foundation.INSDictionary
StringValueForKeyDefaultValue(key objectivec.IObject, value objectivec.IObject) objectivec.IObject
UnsignedIntegerValueForKeyDefaultValue(key objectivec.IObject, value uint64) uint64
InitWithCoder(coder foundation.INSCoder) MLRTaskParameters
InitWithDESRecipe(dESRecipe objectivec.IObject) MLRTaskParameters
InitWithParametersDict(dict objectivec.IObject) MLRTaskParameters
InitWithURLError(url foundation.INSURL) (MLRTaskParameters, error)
}
An interface definition for the MLRTaskParameters class.
Methods ¶
- [IMLRTaskParameters.BoolValueForKeyDefaultValue]
- [IMLRTaskParameters.Count]
- [IMLRTaskParameters.DictionaryRepresentation]
- [IMLRTaskParameters.DoubleValueForKeyDefaultValue]
- [IMLRTaskParameters.EncodeWithCoder]
- [IMLRTaskParameters.FloatValueForKeyDefaultValue]
- [IMLRTaskParameters.IntegerValueForKeyDefaultValue]
- [IMLRTaskParameters.ObjectForKeyedSubscript]
- [IMLRTaskParameters.RecipeUserInfo]
- [IMLRTaskParameters.StringValueForKeyDefaultValue]
- [IMLRTaskParameters.UnsignedIntegerValueForKeyDefaultValue]
- [IMLRTaskParameters.InitWithCoder]
- [IMLRTaskParameters.InitWithDESRecipe]
- [IMLRTaskParameters.InitWithParametersDict]
- [IMLRTaskParameters.InitWithURLError]
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters
type IMLRTaskResult ¶
type IMLRTaskResult interface {
objectivec.IObject
JSONResult() foundation.INSDictionary
EncodeWithCoder(coder foundation.INSCoder)
Vector() foundation.INSData
InitWithCoder(coder foundation.INSCoder) MLRTaskResult
InitWithJSONResultUnprivatizedVector(jSONResult objectivec.IObject, vector objectivec.IObject) MLRTaskResult
}
An interface definition for the MLRTaskResult class.
Methods ¶
- [IMLRTaskResult.JSONResult]
- [IMLRTaskResult.EncodeWithCoder]
- [IMLRTaskResult.Vector]
- [IMLRTaskResult.InitWithCoder]
- [IMLRTaskResult.InitWithJSONResultUnprivatizedVector]
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskResult
type IMLRTrialDediscoRecipe ¶
type IMLRTrialDediscoRecipe interface {
objectivec.IObject
BaseKeyFormat() string
DediscoTaskConfig() foundation.INSDictionary
DpConfig() foundation.INSDictionary
EncodingSchema() foundation.INSDictionary
MlrDediscoMetadata() objectivec.IObject
InitWithAssetURLConfigOverrideError(url foundation.INSURL, override objectivec.IObject) (MLRTrialDediscoRecipe, error)
}
An interface definition for the MLRTrialDediscoRecipe class.
Methods ¶
- [IMLRTrialDediscoRecipe.BaseKeyFormat]
- [IMLRTrialDediscoRecipe.DediscoTaskConfig]
- [IMLRTrialDediscoRecipe.DpConfig]
- [IMLRTrialDediscoRecipe.EncodingSchema]
- [IMLRTrialDediscoRecipe.MlrDediscoMetadata]
- [IMLRTrialDediscoRecipe.InitWithAssetURLConfigOverrideError]
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialDediscoRecipe
type IMLRTrialDediscoTaskResult ¶
type IMLRTrialDediscoTaskResult interface {
IMLRTrialTaskResult
AdditionalKeyVariables() foundation.INSDictionary
NamespaceName() string
RecipeFactorName() string
RecordDataEncodingSchemaMetadataErrorOut(record objectivec.IObject, data objectivec.IObject, schema objectivec.IObject, metadata objectivec.IObject, out []objectivec.IObject) bool
SubmitWithTRIClientError(tRIClient objectivec.IObject) (bool, error)
VariablesFromTrialClient(client objectivec.IObject) objectivec.IObject
InitWithJSONResultIdentifier(jSONResult objectivec.IObject, identifier objectivec.IObject) MLRTrialDediscoTaskResult
InitWithJSONResultNamespaceNameFactorNameAdditionalKeyVariables(jSONResult objectivec.IObject, name objectivec.IObject, name2 objectivec.IObject, variables objectivec.IObject) MLRTrialDediscoTaskResult
}
An interface definition for the MLRTrialDediscoTaskResult class.
Methods ¶
- [IMLRTrialDediscoTaskResult.AdditionalKeyVariables]
- [IMLRTrialDediscoTaskResult.NamespaceName]
- [IMLRTrialDediscoTaskResult.RecipeFactorName]
- [IMLRTrialDediscoTaskResult.RecordDataEncodingSchemaMetadataErrorOut]
- [IMLRTrialDediscoTaskResult.SubmitWithTRIClientError]
- [IMLRTrialDediscoTaskResult.VariablesFromTrialClient]
- [IMLRTrialDediscoTaskResult.InitWithJSONResultIdentifier]
- [IMLRTrialDediscoTaskResult.InitWithJSONResultNamespaceNameFactorNameAdditionalKeyVariables]
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialDediscoTaskResult
type IMLRTrialTask ¶
type IMLRTrialTask interface {
objectivec.IObject
TriClient() unsafe.Pointer
InitWithTriClient(client objectivec.IObject) MLRTrialTask
}
An interface definition for the MLRTrialTask class.
Methods ¶
- [IMLRTrialTask.TriClient]
- [IMLRTrialTask.InitWithTriClient]
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialTask
type IMLRTrialTaskResult ¶
type IMLRTrialTaskResult interface {
objectivec.IObject
JSONResult() foundation.INSDictionary
SubmitForTaskError(task objectivec.IObject) (bool, error)
InitWithJSONResult(jSONResult objectivec.IObject) MLRTrialTaskResult
}
An interface definition for the MLRTrialTaskResult class.
Methods ¶
- [IMLRTrialTaskResult.JSONResult]
- [IMLRTrialTaskResult.SubmitForTaskError]
- [IMLRTrialTaskResult.InitWithJSONResult]
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialTaskResult
type MLRDonationManager ¶
type MLRDonationManager struct {
objectivec.Object
}
Methods ¶
- MLRDonationManager.EncodeAndUploadToDediscoWithIdentifierMeasurementsWithEncodingSchemasMetadataCompletion
- MLRDonationManager.Queue
- MLRDonationManager.SetQueue
- MLRDonationManager.RecordDataEncodingSchemaMetadataErrorOut
See: https://developer.apple.com/documentation/MLRuntime/MLRDonationManager
func MLRDonationManagerFromID ¶
func MLRDonationManagerFromID(id objc.ID) MLRDonationManager
MLRDonationManagerFromID constructs a MLRDonationManager from an objc.ID.
func NewMLRDonationManager ¶
func NewMLRDonationManager() MLRDonationManager
NewMLRDonationManager creates a new MLRDonationManager instance.
func (MLRDonationManager) Autorelease ¶
func (r MLRDonationManager) Autorelease() MLRDonationManager
Autorelease adds the receiver to the current autorelease pool.
func (MLRDonationManager) EncodeAndUploadToDediscoWithIdentifierMeasurementsWithEncodingSchemasMetadataCompletion ¶
func (r MLRDonationManager) EncodeAndUploadToDediscoWithIdentifierMeasurementsWithEncodingSchemasMetadataCompletion(identifier objectivec.IObject, measurements objectivec.IObject, schemas objectivec.IObject, metadata objectivec.IObject, completion ErrorHandler)
func (MLRDonationManager) Init ¶
func (r MLRDonationManager) Init() MLRDonationManager
Init initializes the instance.
func (MLRDonationManager) Queue ¶
func (r MLRDonationManager) Queue() objectivec.Object
See: https://developer.apple.com/documentation/MLRuntime/MLRDonationManager/queue
func (MLRDonationManager) RecordDataEncodingSchemaMetadataErrorOut ¶
func (r MLRDonationManager) RecordDataEncodingSchemaMetadataErrorOut(record objectivec.IObject, data objectivec.IObject, schema objectivec.IObject, metadata objectivec.IObject, out []objectivec.IObject) bool
func (MLRDonationManager) SetQueue ¶
func (r MLRDonationManager) SetQueue(value objectivec.Object)
type MLRDonationManagerClass ¶
type MLRDonationManagerClass struct {
// contains filtered or unexported fields
}
func GetMLRDonationManagerClass ¶
func GetMLRDonationManagerClass() MLRDonationManagerClass
GetMLRDonationManagerClass returns the class object for MLRDonationManager.
func (MLRDonationManagerClass) Alloc ¶
func (mc MLRDonationManagerClass) Alloc() MLRDonationManager
Alloc allocates memory for a new instance of the class.
func (MLRDonationManagerClass) DefaultManager ¶
func (_MLRDonationManagerClass MLRDonationManagerClass) DefaultManager() objectivec.IObject
See: https://developer.apple.com/documentation/MLRuntime/MLRDonationManager/defaultManager
type MLRExtensionPrincipalClass ¶
type MLRExtensionPrincipalClass struct {
objectivec.Object
}
Methods ¶
- MLRExtensionPrincipalClass.BeginRequestWithExtensionContext
- MLRExtensionPrincipalClass.DebugDescription
- MLRExtensionPrincipalClass.Description
- MLRExtensionPrincipalClass.Hash
- MLRExtensionPrincipalClass.Superclass
See: https://developer.apple.com/documentation/MLRuntime/MLRExtensionPrincipalClass
func MLRExtensionPrincipalClassFromID ¶
func MLRExtensionPrincipalClassFromID(id objc.ID) MLRExtensionPrincipalClass
MLRExtensionPrincipalClassFromID constructs a MLRExtensionPrincipalClass from an objc.ID.
func NewMLRExtensionPrincipalClass ¶
func NewMLRExtensionPrincipalClass() MLRExtensionPrincipalClass
NewMLRExtensionPrincipalClass creates a new MLRExtensionPrincipalClass instance.
func (MLRExtensionPrincipalClass) Autorelease ¶
func (r MLRExtensionPrincipalClass) Autorelease() MLRExtensionPrincipalClass
Autorelease adds the receiver to the current autorelease pool.
func (MLRExtensionPrincipalClass) BeginRequestWithExtensionContext ¶
func (r MLRExtensionPrincipalClass) BeginRequestWithExtensionContext(context objectivec.IObject)
func (MLRExtensionPrincipalClass) DebugDescription ¶
func (r MLRExtensionPrincipalClass) DebugDescription() string
See: https://developer.apple.com/documentation/MLRuntime/MLRExtensionPrincipalClass/debugDescription
func (MLRExtensionPrincipalClass) Description ¶
func (r MLRExtensionPrincipalClass) Description() string
See: https://developer.apple.com/documentation/MLRuntime/MLRExtensionPrincipalClass/description
func (MLRExtensionPrincipalClass) Hash ¶
func (r MLRExtensionPrincipalClass) Hash() uint64
See: https://developer.apple.com/documentation/MLRuntime/MLRExtensionPrincipalClass/hash
func (MLRExtensionPrincipalClass) Init ¶
func (r MLRExtensionPrincipalClass) Init() MLRExtensionPrincipalClass
Init initializes the instance.
func (MLRExtensionPrincipalClass) Superclass ¶
func (r MLRExtensionPrincipalClass) Superclass() objc.Class
See: https://developer.apple.com/documentation/MLRuntime/MLRExtensionPrincipalClass/superclass
type MLRExtensionPrincipalClassClass ¶
type MLRExtensionPrincipalClassClass struct {
// contains filtered or unexported fields
}
func GetMLRExtensionPrincipalClassClass ¶
func GetMLRExtensionPrincipalClassClass() MLRExtensionPrincipalClassClass
GetMLRExtensionPrincipalClassClass returns the class object for MLRExtensionPrincipalClass.
func (MLRExtensionPrincipalClassClass) Alloc ¶
func (mc MLRExtensionPrincipalClassClass) Alloc() MLRExtensionPrincipalClass
Alloc allocates memory for a new instance of the class.
type MLRExtensionRemoteContext ¶
type MLRExtensionRemoteContext struct {
foundation.NSExtensionContext
}
Methods ¶
- MLRExtensionRemoteContext.InitWithInputItemsListenerEndpointContextUUID
- MLRExtensionRemoteContext.InitWithInputItemsListenerEndpointContextUUIDPlugin
- MLRExtensionRemoteContext.DebugDescription
- MLRExtensionRemoteContext.Description
- MLRExtensionRemoteContext.Hash
- MLRExtensionRemoteContext.Superclass
See: https://developer.apple.com/documentation/MLRuntime/MLRExtensionRemoteContext
func MLRExtensionRemoteContextFromID ¶
func MLRExtensionRemoteContextFromID(id objc.ID) MLRExtensionRemoteContext
MLRExtensionRemoteContextFromID constructs a MLRExtensionRemoteContext from an objc.ID.
func NewMLRExtensionRemoteContext ¶
func NewMLRExtensionRemoteContext() MLRExtensionRemoteContext
NewMLRExtensionRemoteContext creates a new MLRExtensionRemoteContext instance.
func NewRExtensionRemoteContextWithInputItemsListenerEndpointContextUUID ¶
func NewRExtensionRemoteContextWithInputItemsListenerEndpointContextUUID(items objectivec.IObject, endpoint objectivec.IObject, uuid objectivec.IObject) MLRExtensionRemoteContext
func NewRExtensionRemoteContextWithInputItemsListenerEndpointContextUUIDPlugin ¶
func NewRExtensionRemoteContextWithInputItemsListenerEndpointContextUUIDPlugin(items objectivec.IObject, endpoint objectivec.IObject, uuid objectivec.IObject, plugin objectivec.IObject) MLRExtensionRemoteContext
func (MLRExtensionRemoteContext) Autorelease ¶
func (r MLRExtensionRemoteContext) Autorelease() MLRExtensionRemoteContext
Autorelease adds the receiver to the current autorelease pool.
func (MLRExtensionRemoteContext) DebugDescription ¶
func (r MLRExtensionRemoteContext) DebugDescription() string
See: https://developer.apple.com/documentation/MLRuntime/MLRExtensionRemoteContext/debugDescription
func (MLRExtensionRemoteContext) Description ¶
func (r MLRExtensionRemoteContext) Description() string
See: https://developer.apple.com/documentation/MLRuntime/MLRExtensionRemoteContext/description
func (MLRExtensionRemoteContext) Hash ¶
func (r MLRExtensionRemoteContext) Hash() uint64
See: https://developer.apple.com/documentation/MLRuntime/MLRExtensionRemoteContext/hash
func (MLRExtensionRemoteContext) Init ¶
func (r MLRExtensionRemoteContext) Init() MLRExtensionRemoteContext
Init initializes the instance.
func (MLRExtensionRemoteContext) InitWithInputItemsListenerEndpointContextUUID ¶
func (r MLRExtensionRemoteContext) InitWithInputItemsListenerEndpointContextUUID(items objectivec.IObject, endpoint objectivec.IObject, uuid objectivec.IObject) MLRExtensionRemoteContext
func (MLRExtensionRemoteContext) InitWithInputItemsListenerEndpointContextUUIDPlugin ¶
func (r MLRExtensionRemoteContext) InitWithInputItemsListenerEndpointContextUUIDPlugin(items objectivec.IObject, endpoint objectivec.IObject, uuid objectivec.IObject, plugin objectivec.IObject) MLRExtensionRemoteContext
func (MLRExtensionRemoteContext) Superclass ¶
func (r MLRExtensionRemoteContext) Superclass() objc.Class
See: https://developer.apple.com/documentation/MLRuntime/MLRExtensionRemoteContext/superclass
type MLRExtensionRemoteContextClass ¶
type MLRExtensionRemoteContextClass struct {
// contains filtered or unexported fields
}
func GetMLRExtensionRemoteContextClass ¶
func GetMLRExtensionRemoteContextClass() MLRExtensionRemoteContextClass
GetMLRExtensionRemoteContextClass returns the class object for MLRExtensionRemoteContext.
func (MLRExtensionRemoteContextClass) Alloc ¶
func (mc MLRExtensionRemoteContextClass) Alloc() MLRExtensionRemoteContext
Alloc allocates memory for a new instance of the class.
type MLROnDemandConnectionHandler ¶
type MLROnDemandConnectionHandler struct {
objectivec.Object
}
Methods ¶
- MLROnDemandConnectionHandler.PerformTaskCompletionHandler
- MLROnDemandConnectionHandler.PerformTaskInternalCompletionHandler
- MLROnDemandConnectionHandler.PluginPrincipal
- MLROnDemandConnectionHandler.SetPluginPrincipal
- MLROnDemandConnectionHandler.PrincipalObject
- MLROnDemandConnectionHandler.ShouldAcceptXPCConnection
- MLROnDemandConnectionHandler.XpcConnection
- MLROnDemandConnectionHandler.SetXpcConnection
- MLROnDemandConnectionHandler.InitWithPrincipalObject
- MLROnDemandConnectionHandler.DebugDescription
- MLROnDemandConnectionHandler.Description
- MLROnDemandConnectionHandler.Hash
- MLROnDemandConnectionHandler.Superclass
See: https://developer.apple.com/documentation/MLRuntime/MLROnDemandConnectionHandler
func MLROnDemandConnectionHandlerFromID ¶
func MLROnDemandConnectionHandlerFromID(id objc.ID) MLROnDemandConnectionHandler
MLROnDemandConnectionHandlerFromID constructs a MLROnDemandConnectionHandler from an objc.ID.
func NewMLROnDemandConnectionHandler ¶
func NewMLROnDemandConnectionHandler() MLROnDemandConnectionHandler
NewMLROnDemandConnectionHandler creates a new MLROnDemandConnectionHandler instance.
func NewROnDemandConnectionHandlerWithPrincipalObject ¶
func NewROnDemandConnectionHandlerWithPrincipalObject(object objectivec.IObject) MLROnDemandConnectionHandler
func (MLROnDemandConnectionHandler) Autorelease ¶
func (r MLROnDemandConnectionHandler) Autorelease() MLROnDemandConnectionHandler
Autorelease adds the receiver to the current autorelease pool.
func (MLROnDemandConnectionHandler) DebugDescription ¶
func (r MLROnDemandConnectionHandler) DebugDescription() string
See: https://developer.apple.com/documentation/MLRuntime/MLROnDemandConnectionHandler/debugDescription
func (MLROnDemandConnectionHandler) Description ¶
func (r MLROnDemandConnectionHandler) Description() string
See: https://developer.apple.com/documentation/MLRuntime/MLROnDemandConnectionHandler/description
func (MLROnDemandConnectionHandler) Hash ¶
func (r MLROnDemandConnectionHandler) Hash() uint64
See: https://developer.apple.com/documentation/MLRuntime/MLROnDemandConnectionHandler/hash
func (MLROnDemandConnectionHandler) Init ¶
func (r MLROnDemandConnectionHandler) Init() MLROnDemandConnectionHandler
Init initializes the instance.
func (MLROnDemandConnectionHandler) InitWithPrincipalObject ¶
func (r MLROnDemandConnectionHandler) InitWithPrincipalObject(object objectivec.IObject) MLROnDemandConnectionHandler
func (MLROnDemandConnectionHandler) PerformTaskCompletionHandler ¶
func (r MLROnDemandConnectionHandler) PerformTaskCompletionHandler(task objectivec.IObject, handler ErrorHandler)
func (MLROnDemandConnectionHandler) PerformTaskInternalCompletionHandler ¶
func (r MLROnDemandConnectionHandler) PerformTaskInternalCompletionHandler(internal objectivec.IObject, handler ErrorHandler)
func (MLROnDemandConnectionHandler) PluginPrincipal ¶
func (r MLROnDemandConnectionHandler) PluginPrincipal() objectivec.IObject
See: https://developer.apple.com/documentation/MLRuntime/MLROnDemandConnectionHandler/pluginPrincipal
func (MLROnDemandConnectionHandler) PrincipalObject ¶
func (r MLROnDemandConnectionHandler) PrincipalObject() objectivec.IObject
See: https://developer.apple.com/documentation/MLRuntime/MLROnDemandConnectionHandler/principalObject
func (MLROnDemandConnectionHandler) SetPluginPrincipal ¶
func (r MLROnDemandConnectionHandler) SetPluginPrincipal(value objectivec.IObject)
func (MLROnDemandConnectionHandler) SetXpcConnection ¶
func (r MLROnDemandConnectionHandler) SetXpcConnection(value foundation.NSXPCConnection)
func (MLROnDemandConnectionHandler) ShouldAcceptXPCConnection ¶
func (r MLROnDemandConnectionHandler) ShouldAcceptXPCConnection(xPCConnection objectivec.IObject) bool
func (MLROnDemandConnectionHandler) Superclass ¶
func (r MLROnDemandConnectionHandler) Superclass() objc.Class
See: https://developer.apple.com/documentation/MLRuntime/MLROnDemandConnectionHandler/superclass
func (MLROnDemandConnectionHandler) XpcConnection ¶
func (r MLROnDemandConnectionHandler) XpcConnection() foundation.NSXPCConnection
See: https://developer.apple.com/documentation/MLRuntime/MLROnDemandConnectionHandler/xpcConnection
type MLROnDemandConnectionHandlerClass ¶
type MLROnDemandConnectionHandlerClass struct {
// contains filtered or unexported fields
}
func GetMLROnDemandConnectionHandlerClass ¶
func GetMLROnDemandConnectionHandlerClass() MLROnDemandConnectionHandlerClass
GetMLROnDemandConnectionHandlerClass returns the class object for MLROnDemandConnectionHandler.
func (MLROnDemandConnectionHandlerClass) Alloc ¶
func (mc MLROnDemandConnectionHandlerClass) Alloc() MLROnDemandConnectionHandler
Alloc allocates memory for a new instance of the class.
type MLROnDemandPlugin ¶
type MLROnDemandPlugin struct {
objectivec.Object
}
See: https://developer.apple.com/documentation/MLRuntime/MLROnDemandPlugin
func MLROnDemandPluginFromID ¶
func MLROnDemandPluginFromID(id objc.ID) MLROnDemandPlugin
MLROnDemandPluginFromID constructs a MLROnDemandPlugin from an objc.ID.
func NewMLROnDemandPlugin ¶
func NewMLROnDemandPlugin() MLROnDemandPlugin
NewMLROnDemandPlugin creates a new MLROnDemandPlugin instance.
func (MLROnDemandPlugin) Autorelease ¶
func (r MLROnDemandPlugin) Autorelease() MLROnDemandPlugin
Autorelease adds the receiver to the current autorelease pool.
func (MLROnDemandPlugin) Init ¶
func (r MLROnDemandPlugin) Init() MLROnDemandPlugin
Init initializes the instance.
type MLROnDemandPluginClass ¶
type MLROnDemandPluginClass struct {
// contains filtered or unexported fields
}
func GetMLROnDemandPluginClass ¶
func GetMLROnDemandPluginClass() MLROnDemandPluginClass
GetMLROnDemandPluginClass returns the class object for MLROnDemandPlugin.
func (MLROnDemandPluginClass) Alloc ¶
func (mc MLROnDemandPluginClass) Alloc() MLROnDemandPlugin
Alloc allocates memory for a new instance of the class.
func (MLROnDemandPluginClass) OnDemandPluginIDs ¶
func (_MLROnDemandPluginClass MLROnDemandPluginClass) OnDemandPluginIDs() objectivec.IObject
See: https://developer.apple.com/documentation/MLRuntime/MLROnDemandPlugin/onDemandPluginIDs
func (MLROnDemandPluginClass) PerformTaskForPluginIDCompletionHandler ¶
func (_MLROnDemandPluginClass MLROnDemandPluginClass) PerformTaskForPluginIDCompletionHandler(task objectivec.IObject, id objectivec.IObject, handler ErrorHandler)
func (MLROnDemandPluginClass) SynchronouslyPerformTaskForPluginIDError ¶
func (_MLROnDemandPluginClass MLROnDemandPluginClass) SynchronouslyPerformTaskForPluginIDError(task objectivec.IObject, id objectivec.IObject) (objectivec.IObject, error)
type MLRSandboxExtensionRequest ¶
type MLRSandboxExtensionRequest struct {
objectivec.Object
}
Methods ¶
- MLRSandboxExtensionRequest.URLs
- MLRSandboxExtensionRequest.RequireWrite
- MLRSandboxExtensionRequest.InitWithURLsRequireWrite
See: https://developer.apple.com/documentation/MLRuntime/MLRSandboxExtensionRequest
func MLRSandboxExtensionRequestFromID ¶
func MLRSandboxExtensionRequestFromID(id objc.ID) MLRSandboxExtensionRequest
MLRSandboxExtensionRequestFromID constructs a MLRSandboxExtensionRequest from an objc.ID.
func NewMLRSandboxExtensionRequest ¶
func NewMLRSandboxExtensionRequest() MLRSandboxExtensionRequest
NewMLRSandboxExtensionRequest creates a new MLRSandboxExtensionRequest instance.
func NewRSandboxExtensionRequestWithURLsRequireWrite ¶
func NewRSandboxExtensionRequestWithURLsRequireWrite(uRLs objectivec.IObject, write bool) MLRSandboxExtensionRequest
func (MLRSandboxExtensionRequest) Autorelease ¶
func (r MLRSandboxExtensionRequest) Autorelease() MLRSandboxExtensionRequest
Autorelease adds the receiver to the current autorelease pool.
func (MLRSandboxExtensionRequest) Init ¶
func (r MLRSandboxExtensionRequest) Init() MLRSandboxExtensionRequest
Init initializes the instance.
func (MLRSandboxExtensionRequest) InitWithURLsRequireWrite ¶
func (r MLRSandboxExtensionRequest) InitWithURLsRequireWrite(uRLs objectivec.IObject, write bool) MLRSandboxExtensionRequest
func (MLRSandboxExtensionRequest) RequireWrite ¶
func (r MLRSandboxExtensionRequest) RequireWrite() bool
See: https://developer.apple.com/documentation/MLRuntime/MLRSandboxExtensionRequest/requireWrite
func (MLRSandboxExtensionRequest) URLs ¶
func (r MLRSandboxExtensionRequest) URLs() foundation.INSArray
See: https://developer.apple.com/documentation/MLRuntime/MLRSandboxExtensionRequest/URLs
type MLRSandboxExtensionRequestClass ¶
type MLRSandboxExtensionRequestClass struct {
// contains filtered or unexported fields
}
func GetMLRSandboxExtensionRequestClass ¶
func GetMLRSandboxExtensionRequestClass() MLRSandboxExtensionRequestClass
GetMLRSandboxExtensionRequestClass returns the class object for MLRSandboxExtensionRequest.
func (MLRSandboxExtensionRequestClass) Alloc ¶
func (mc MLRSandboxExtensionRequestClass) Alloc() MLRSandboxExtensionRequest
Alloc allocates memory for a new instance of the class.
type MLRServiceClient ¶
type MLRServiceClient struct {
objectivec.Object
}
Methods ¶
- MLRServiceClient.DonateJSONResultIdentifierCompletion
- MLRServiceClient.PerformOnRemoteObjectWithBlockErrorHandler
- MLRServiceClient.PerformOnRemoteObjectWithBlockIsSynchronousErrorHandler
- MLRServiceClient.PerformSynchronouslyOnRemoteObjectWithBlockErrorHandler
- MLRServiceClient.InitWithConnection
See: https://developer.apple.com/documentation/MLRuntime/MLRServiceClient
func MLRServiceClientFromID ¶
func MLRServiceClientFromID(id objc.ID) MLRServiceClient
MLRServiceClientFromID constructs a MLRServiceClient from an objc.ID.
func NewMLRServiceClient ¶
func NewMLRServiceClient() MLRServiceClient
NewMLRServiceClient creates a new MLRServiceClient instance.
func NewRServiceClientWithConnection ¶
func NewRServiceClientWithConnection(connection objectivec.IObject) MLRServiceClient
See: https://developer.apple.com/documentation/MLRuntime/MLRServiceClient/initWithConnection:
func (MLRServiceClient) Autorelease ¶
func (r MLRServiceClient) Autorelease() MLRServiceClient
Autorelease adds the receiver to the current autorelease pool.
func (MLRServiceClient) DonateJSONResultIdentifierCompletion ¶
func (r MLRServiceClient) DonateJSONResultIdentifierCompletion(jSONResult objectivec.IObject, identifier objectivec.IObject, completion ErrorHandler)
func (MLRServiceClient) Init ¶
func (r MLRServiceClient) Init() MLRServiceClient
Init initializes the instance.
func (MLRServiceClient) InitWithConnection ¶
func (r MLRServiceClient) InitWithConnection(connection objectivec.IObject) MLRServiceClient
See: https://developer.apple.com/documentation/MLRuntime/MLRServiceClient/initWithConnection:
func (MLRServiceClient) PerformOnRemoteObjectWithBlockErrorHandler ¶
func (r MLRServiceClient) PerformOnRemoteObjectWithBlockErrorHandler(block objectivec.IObject, handler ErrorHandler)
func (MLRServiceClient) PerformOnRemoteObjectWithBlockIsSynchronousErrorHandler ¶
func (r MLRServiceClient) PerformOnRemoteObjectWithBlockIsSynchronousErrorHandler(block objectivec.IObject, synchronous bool, handler ErrorHandler)
func (MLRServiceClient) PerformSynchronouslyOnRemoteObjectWithBlockErrorHandler ¶
func (r MLRServiceClient) PerformSynchronouslyOnRemoteObjectWithBlockErrorHandler(block objectivec.IObject, handler ErrorHandler)
type MLRServiceClientClass ¶
type MLRServiceClientClass struct {
// contains filtered or unexported fields
}
func GetMLRServiceClientClass ¶
func GetMLRServiceClientClass() MLRServiceClientClass
GetMLRServiceClientClass returns the class object for MLRServiceClient.
func (MLRServiceClientClass) Alloc ¶
func (mc MLRServiceClientClass) Alloc() MLRServiceClient
Alloc allocates memory for a new instance of the class.
func (MLRServiceClientClass) SharedConnection ¶
func (_MLRServiceClientClass MLRServiceClientClass) SharedConnection() MLRServiceClient
See: https://developer.apple.com/documentation/MLRuntime/MLRServiceClient/sharedConnection
type MLRTask ¶
type MLRTask struct {
objectivec.Object
}
Methods ¶
- MLRTask.Attachments
- MLRTask.EncodeWithCoder
- MLRTask.Parameters
- MLRTask.InitWithCoder
- MLRTask.InitWithParametersAttachments
- MLRTask.InitWithParametersDict
See: https://developer.apple.com/documentation/MLRuntime/MLRTask
func MLRTaskFromID ¶
MLRTaskFromID constructs a MLRTask from an objc.ID.
func NewRTaskWithCoder ¶
func NewRTaskWithCoder(coder objectivec.IObject) MLRTask
See: https://developer.apple.com/documentation/MLRuntime/MLRTask/initWithCoder:
func NewRTaskWithParametersAttachments ¶
func NewRTaskWithParametersAttachments(parameters objectivec.IObject, attachments objectivec.IObject) MLRTask
See: https://developer.apple.com/documentation/MLRuntime/MLRTask/initWithParameters:attachments:
func NewRTaskWithParametersDict ¶
func NewRTaskWithParametersDict(dict objectivec.IObject) MLRTask
See: https://developer.apple.com/documentation/MLRuntime/MLRTask/initWithParametersDict:
func (MLRTask) Attachments ¶
func (r MLRTask) Attachments() IMLRTaskAttachments
See: https://developer.apple.com/documentation/MLRuntime/MLRTask/attachments
func (MLRTask) Autorelease ¶
Autorelease adds the receiver to the current autorelease pool.
func (MLRTask) EncodeWithCoder ¶
func (r MLRTask) EncodeWithCoder(coder foundation.INSCoder)
See: https://developer.apple.com/documentation/MLRuntime/MLRTask/encodeWithCoder:
func (MLRTask) InitWithCoder ¶
func (r MLRTask) InitWithCoder(coder foundation.INSCoder) MLRTask
See: https://developer.apple.com/documentation/MLRuntime/MLRTask/initWithCoder:
func (MLRTask) InitWithParametersAttachments ¶
func (r MLRTask) InitWithParametersAttachments(parameters objectivec.IObject, attachments objectivec.IObject) MLRTask
See: https://developer.apple.com/documentation/MLRuntime/MLRTask/initWithParameters:attachments:
func (MLRTask) InitWithParametersDict ¶
func (r MLRTask) InitWithParametersDict(dict objectivec.IObject) MLRTask
See: https://developer.apple.com/documentation/MLRuntime/MLRTask/initWithParametersDict:
func (MLRTask) Parameters ¶
func (r MLRTask) Parameters() IMLRTaskParameters
See: https://developer.apple.com/documentation/MLRuntime/MLRTask/parameters
type MLRTaskAttachments ¶
type MLRTaskAttachments struct {
objectivec.Object
}
Methods ¶
- MLRTaskAttachments.AttachmentURLs
- MLRTaskAttachments.AttachmentURLsForBasename
- MLRTaskAttachments.Count
- MLRTaskAttachments.EncodeWithCoder
- MLRTaskAttachments.InitWithCoder
- MLRTaskAttachments.InitWithContentsOfURLError
- MLRTaskAttachments.InitWithDESRecipe
- MLRTaskAttachments.InitWithURLs
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments
func MLRTaskAttachmentsFromID ¶
func MLRTaskAttachmentsFromID(id objc.ID) MLRTaskAttachments
MLRTaskAttachmentsFromID constructs a MLRTaskAttachments from an objc.ID.
func NewMLRTaskAttachments ¶
func NewMLRTaskAttachments() MLRTaskAttachments
NewMLRTaskAttachments creates a new MLRTaskAttachments instance.
func NewRTaskAttachmentsWithCoder ¶
func NewRTaskAttachmentsWithCoder(coder objectivec.IObject) MLRTaskAttachments
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments/initWithCoder:
func NewRTaskAttachmentsWithContentsOfURLError ¶
func NewRTaskAttachmentsWithContentsOfURLError(url foundation.INSURL) (MLRTaskAttachments, error)
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments/initWithContentsOfURL:error:
func NewRTaskAttachmentsWithDESRecipe ¶
func NewRTaskAttachmentsWithDESRecipe(dESRecipe objectivec.IObject) MLRTaskAttachments
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments/initWithDESRecipe:
func NewRTaskAttachmentsWithURLs ¶
func NewRTaskAttachmentsWithURLs(uRLs objectivec.IObject) MLRTaskAttachments
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments/initWithURLs:
func (MLRTaskAttachments) AttachmentURLs ¶
func (r MLRTaskAttachments) AttachmentURLs() foundation.INSArray
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments/attachmentURLs
func (MLRTaskAttachments) AttachmentURLsForBasename ¶
func (r MLRTaskAttachments) AttachmentURLsForBasename(basename objectivec.IObject) objectivec.IObject
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments/attachmentURLsForBasename:
func (MLRTaskAttachments) Autorelease ¶
func (r MLRTaskAttachments) Autorelease() MLRTaskAttachments
Autorelease adds the receiver to the current autorelease pool.
func (MLRTaskAttachments) Count ¶
func (r MLRTaskAttachments) Count() uint64
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments/count
func (MLRTaskAttachments) EncodeWithCoder ¶
func (r MLRTaskAttachments) EncodeWithCoder(coder foundation.INSCoder)
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments/encodeWithCoder:
func (MLRTaskAttachments) Init ¶
func (r MLRTaskAttachments) Init() MLRTaskAttachments
Init initializes the instance.
func (MLRTaskAttachments) InitWithCoder ¶
func (r MLRTaskAttachments) InitWithCoder(coder foundation.INSCoder) MLRTaskAttachments
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments/initWithCoder:
func (MLRTaskAttachments) InitWithContentsOfURLError ¶
func (r MLRTaskAttachments) InitWithContentsOfURLError(url foundation.INSURL) (MLRTaskAttachments, error)
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments/initWithContentsOfURL:error:
func (MLRTaskAttachments) InitWithDESRecipe ¶
func (r MLRTaskAttachments) InitWithDESRecipe(dESRecipe objectivec.IObject) MLRTaskAttachments
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments/initWithDESRecipe:
func (MLRTaskAttachments) InitWithURLs ¶
func (r MLRTaskAttachments) InitWithURLs(uRLs objectivec.IObject) MLRTaskAttachments
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments/initWithURLs:
type MLRTaskAttachmentsClass ¶
type MLRTaskAttachmentsClass struct {
// contains filtered or unexported fields
}
func GetMLRTaskAttachmentsClass ¶
func GetMLRTaskAttachmentsClass() MLRTaskAttachmentsClass
GetMLRTaskAttachmentsClass returns the class object for MLRTaskAttachments.
func (MLRTaskAttachmentsClass) Alloc ¶
func (mc MLRTaskAttachmentsClass) Alloc() MLRTaskAttachments
Alloc allocates memory for a new instance of the class.
func (MLRTaskAttachmentsClass) SupportsSecureCoding ¶
func (_MLRTaskAttachmentsClass MLRTaskAttachmentsClass) SupportsSecureCoding() bool
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskAttachments/supportsSecureCoding
type MLRTaskClass ¶
type MLRTaskClass struct {
// contains filtered or unexported fields
}
func GetMLRTaskClass ¶
func GetMLRTaskClass() MLRTaskClass
GetMLRTaskClass returns the class object for MLRTask.
func (MLRTaskClass) Alloc ¶
func (mc MLRTaskClass) Alloc() MLRTask
Alloc allocates memory for a new instance of the class.
func (MLRTaskClass) SupportsSecureCoding ¶
func (_MLRTaskClass MLRTaskClass) SupportsSecureCoding() bool
See: https://developer.apple.com/documentation/MLRuntime/MLRTask/supportsSecureCoding
type MLRTaskParameters ¶
type MLRTaskParameters struct {
objectivec.Object
}
Methods ¶
- MLRTaskParameters.BoolValueForKeyDefaultValue
- MLRTaskParameters.Count
- MLRTaskParameters.DictionaryRepresentation
- MLRTaskParameters.DoubleValueForKeyDefaultValue
- MLRTaskParameters.EncodeWithCoder
- MLRTaskParameters.FloatValueForKeyDefaultValue
- MLRTaskParameters.IntegerValueForKeyDefaultValue
- MLRTaskParameters.ObjectForKeyedSubscript
- MLRTaskParameters.RecipeUserInfo
- MLRTaskParameters.StringValueForKeyDefaultValue
- MLRTaskParameters.UnsignedIntegerValueForKeyDefaultValue
- MLRTaskParameters.InitWithCoder
- MLRTaskParameters.InitWithDESRecipe
- MLRTaskParameters.InitWithParametersDict
- MLRTaskParameters.InitWithURLError
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters
func MLRTaskParametersFromID ¶
func MLRTaskParametersFromID(id objc.ID) MLRTaskParameters
MLRTaskParametersFromID constructs a MLRTaskParameters from an objc.ID.
func NewMLRTaskParameters ¶
func NewMLRTaskParameters() MLRTaskParameters
NewMLRTaskParameters creates a new MLRTaskParameters instance.
func NewRTaskParametersWithCoder ¶
func NewRTaskParametersWithCoder(coder objectivec.IObject) MLRTaskParameters
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/initWithCoder:
func NewRTaskParametersWithDESRecipe ¶
func NewRTaskParametersWithDESRecipe(dESRecipe objectivec.IObject) MLRTaskParameters
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/initWithDESRecipe:
func NewRTaskParametersWithParametersDict ¶
func NewRTaskParametersWithParametersDict(dict objectivec.IObject) MLRTaskParameters
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/initWithParametersDict:
func NewRTaskParametersWithURLError ¶
func NewRTaskParametersWithURLError(url foundation.INSURL) (MLRTaskParameters, error)
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/initWithURL:error:
func (MLRTaskParameters) Autorelease ¶
func (r MLRTaskParameters) Autorelease() MLRTaskParameters
Autorelease adds the receiver to the current autorelease pool.
func (MLRTaskParameters) BoolValueForKeyDefaultValue ¶
func (r MLRTaskParameters) BoolValueForKeyDefaultValue(key objectivec.IObject, value bool) bool
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/boolValueForKey:defaultValue:
func (MLRTaskParameters) Count ¶
func (r MLRTaskParameters) Count() uint64
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/count
func (MLRTaskParameters) DictionaryRepresentation ¶
func (r MLRTaskParameters) DictionaryRepresentation() foundation.INSDictionary
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/dictionaryRepresentation
func (MLRTaskParameters) DoubleValueForKeyDefaultValue ¶
func (r MLRTaskParameters) DoubleValueForKeyDefaultValue(key objectivec.IObject, value float64) float64
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/doubleValueForKey:defaultValue:
func (MLRTaskParameters) EncodeWithCoder ¶
func (r MLRTaskParameters) EncodeWithCoder(coder foundation.INSCoder)
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/encodeWithCoder:
func (MLRTaskParameters) FloatValueForKeyDefaultValue ¶
func (r MLRTaskParameters) FloatValueForKeyDefaultValue(key objectivec.IObject, value float32) float32
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/floatValueForKey:defaultValue:
func (MLRTaskParameters) Init ¶
func (r MLRTaskParameters) Init() MLRTaskParameters
Init initializes the instance.
func (MLRTaskParameters) InitWithCoder ¶
func (r MLRTaskParameters) InitWithCoder(coder foundation.INSCoder) MLRTaskParameters
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/initWithCoder:
func (MLRTaskParameters) InitWithDESRecipe ¶
func (r MLRTaskParameters) InitWithDESRecipe(dESRecipe objectivec.IObject) MLRTaskParameters
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/initWithDESRecipe:
func (MLRTaskParameters) InitWithParametersDict ¶
func (r MLRTaskParameters) InitWithParametersDict(dict objectivec.IObject) MLRTaskParameters
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/initWithParametersDict:
func (MLRTaskParameters) InitWithURLError ¶
func (r MLRTaskParameters) InitWithURLError(url foundation.INSURL) (MLRTaskParameters, error)
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/initWithURL:error:
func (MLRTaskParameters) IntegerValueForKeyDefaultValue ¶
func (r MLRTaskParameters) IntegerValueForKeyDefaultValue(key objectivec.IObject, value int64) int64
func (MLRTaskParameters) ObjectForKeyedSubscript ¶
func (r MLRTaskParameters) ObjectForKeyedSubscript(subscript objectivec.IObject) objectivec.IObject
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/objectForKeyedSubscript:
func (MLRTaskParameters) RecipeUserInfo ¶
func (r MLRTaskParameters) RecipeUserInfo() foundation.INSDictionary
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/recipeUserInfo
func (MLRTaskParameters) StringValueForKeyDefaultValue ¶
func (r MLRTaskParameters) StringValueForKeyDefaultValue(key objectivec.IObject, value objectivec.IObject) objectivec.IObject
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/stringValueForKey:defaultValue:
func (MLRTaskParameters) UnsignedIntegerValueForKeyDefaultValue ¶
func (r MLRTaskParameters) UnsignedIntegerValueForKeyDefaultValue(key objectivec.IObject, value uint64) uint64
type MLRTaskParametersClass ¶
type MLRTaskParametersClass struct {
// contains filtered or unexported fields
}
func GetMLRTaskParametersClass ¶
func GetMLRTaskParametersClass() MLRTaskParametersClass
GetMLRTaskParametersClass returns the class object for MLRTaskParameters.
func (MLRTaskParametersClass) Alloc ¶
func (mc MLRTaskParametersClass) Alloc() MLRTaskParameters
Alloc allocates memory for a new instance of the class.
func (MLRTaskParametersClass) SupportsSecureCoding ¶
func (_MLRTaskParametersClass MLRTaskParametersClass) SupportsSecureCoding() bool
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskParameters/supportsSecureCoding
type MLRTaskResult ¶
type MLRTaskResult struct {
objectivec.Object
}
Methods ¶
- MLRTaskResult.JSONResult
- MLRTaskResult.EncodeWithCoder
- MLRTaskResult.Vector
- MLRTaskResult.InitWithCoder
- MLRTaskResult.InitWithJSONResultUnprivatizedVector
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskResult
func MLRTaskResultFromID ¶
func MLRTaskResultFromID(id objc.ID) MLRTaskResult
MLRTaskResultFromID constructs a MLRTaskResult from an objc.ID.
func NewMLRTaskResult ¶
func NewMLRTaskResult() MLRTaskResult
NewMLRTaskResult creates a new MLRTaskResult instance.
func NewRTaskResultWithCoder ¶
func NewRTaskResultWithCoder(coder objectivec.IObject) MLRTaskResult
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskResult/initWithCoder:
func NewRTaskResultWithJSONResultUnprivatizedVector ¶
func NewRTaskResultWithJSONResultUnprivatizedVector(jSONResult objectivec.IObject, vector objectivec.IObject) MLRTaskResult
func (MLRTaskResult) Autorelease ¶
func (r MLRTaskResult) Autorelease() MLRTaskResult
Autorelease adds the receiver to the current autorelease pool.
func (MLRTaskResult) EncodeWithCoder ¶
func (r MLRTaskResult) EncodeWithCoder(coder foundation.INSCoder)
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskResult/encodeWithCoder:
func (MLRTaskResult) Init ¶
func (r MLRTaskResult) Init() MLRTaskResult
Init initializes the instance.
func (MLRTaskResult) InitWithCoder ¶
func (r MLRTaskResult) InitWithCoder(coder foundation.INSCoder) MLRTaskResult
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskResult/initWithCoder:
func (MLRTaskResult) InitWithJSONResultUnprivatizedVector ¶
func (r MLRTaskResult) InitWithJSONResultUnprivatizedVector(jSONResult objectivec.IObject, vector objectivec.IObject) MLRTaskResult
func (MLRTaskResult) JSONResult ¶
func (r MLRTaskResult) JSONResult() foundation.INSDictionary
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskResult/JSONResult
func (MLRTaskResult) Vector ¶
func (r MLRTaskResult) Vector() foundation.INSData
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskResult/vector
type MLRTaskResultClass ¶
type MLRTaskResultClass struct {
// contains filtered or unexported fields
}
func GetMLRTaskResultClass ¶
func GetMLRTaskResultClass() MLRTaskResultClass
GetMLRTaskResultClass returns the class object for MLRTaskResult.
func (MLRTaskResultClass) Alloc ¶
func (mc MLRTaskResultClass) Alloc() MLRTaskResult
Alloc allocates memory for a new instance of the class.
func (MLRTaskResultClass) SupportsSecureCoding ¶
func (_MLRTaskResultClass MLRTaskResultClass) SupportsSecureCoding() bool
See: https://developer.apple.com/documentation/MLRuntime/MLRTaskResult/supportsSecureCoding
type MLRTrialDediscoRecipe ¶
type MLRTrialDediscoRecipe struct {
objectivec.Object
}
Methods ¶
- MLRTrialDediscoRecipe.BaseKeyFormat
- MLRTrialDediscoRecipe.DediscoTaskConfig
- MLRTrialDediscoRecipe.DpConfig
- MLRTrialDediscoRecipe.EncodingSchema
- MLRTrialDediscoRecipe.MlrDediscoMetadata
- MLRTrialDediscoRecipe.InitWithAssetURLConfigOverrideError
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialDediscoRecipe
func MLRTrialDediscoRecipeFromID ¶
func MLRTrialDediscoRecipeFromID(id objc.ID) MLRTrialDediscoRecipe
MLRTrialDediscoRecipeFromID constructs a MLRTrialDediscoRecipe from an objc.ID.
func NewMLRTrialDediscoRecipe ¶
func NewMLRTrialDediscoRecipe() MLRTrialDediscoRecipe
NewMLRTrialDediscoRecipe creates a new MLRTrialDediscoRecipe instance.
func NewRTrialDediscoRecipeWithAssetURLConfigOverrideError ¶
func NewRTrialDediscoRecipeWithAssetURLConfigOverrideError(url foundation.INSURL, override objectivec.IObject) (MLRTrialDediscoRecipe, error)
func (MLRTrialDediscoRecipe) Autorelease ¶
func (r MLRTrialDediscoRecipe) Autorelease() MLRTrialDediscoRecipe
Autorelease adds the receiver to the current autorelease pool.
func (MLRTrialDediscoRecipe) BaseKeyFormat ¶
func (r MLRTrialDediscoRecipe) BaseKeyFormat() string
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialDediscoRecipe/baseKeyFormat
func (MLRTrialDediscoRecipe) DediscoTaskConfig ¶
func (r MLRTrialDediscoRecipe) DediscoTaskConfig() foundation.INSDictionary
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialDediscoRecipe/dediscoTaskConfig
func (MLRTrialDediscoRecipe) DpConfig ¶
func (r MLRTrialDediscoRecipe) DpConfig() foundation.INSDictionary
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialDediscoRecipe/dpConfig
func (MLRTrialDediscoRecipe) EncodingSchema ¶
func (r MLRTrialDediscoRecipe) EncodingSchema() foundation.INSDictionary
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialDediscoRecipe/encodingSchema
func (MLRTrialDediscoRecipe) Init ¶
func (r MLRTrialDediscoRecipe) Init() MLRTrialDediscoRecipe
Init initializes the instance.
func (MLRTrialDediscoRecipe) InitWithAssetURLConfigOverrideError ¶
func (r MLRTrialDediscoRecipe) InitWithAssetURLConfigOverrideError(url foundation.INSURL, override objectivec.IObject) (MLRTrialDediscoRecipe, error)
func (MLRTrialDediscoRecipe) MlrDediscoMetadata ¶
func (r MLRTrialDediscoRecipe) MlrDediscoMetadata() objectivec.IObject
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialDediscoRecipe/mlrDediscoMetadata
type MLRTrialDediscoRecipeClass ¶
type MLRTrialDediscoRecipeClass struct {
// contains filtered or unexported fields
}
func GetMLRTrialDediscoRecipeClass ¶
func GetMLRTrialDediscoRecipeClass() MLRTrialDediscoRecipeClass
GetMLRTrialDediscoRecipeClass returns the class object for MLRTrialDediscoRecipe.
func (MLRTrialDediscoRecipeClass) Alloc ¶
func (mc MLRTrialDediscoRecipeClass) Alloc() MLRTrialDediscoRecipe
Alloc allocates memory for a new instance of the class.
type MLRTrialDediscoTaskResult ¶
type MLRTrialDediscoTaskResult struct {
MLRTrialTaskResult
}
Methods ¶
- MLRTrialDediscoTaskResult.AdditionalKeyVariables
- MLRTrialDediscoTaskResult.NamespaceName
- MLRTrialDediscoTaskResult.RecipeFactorName
- MLRTrialDediscoTaskResult.RecordDataEncodingSchemaMetadataErrorOut
- MLRTrialDediscoTaskResult.SubmitWithTRIClientError
- MLRTrialDediscoTaskResult.VariablesFromTrialClient
- MLRTrialDediscoTaskResult.InitWithJSONResultIdentifier
- MLRTrialDediscoTaskResult.InitWithJSONResultNamespaceNameFactorNameAdditionalKeyVariables
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialDediscoTaskResult
func MLRTrialDediscoTaskResultFromID ¶
func MLRTrialDediscoTaskResultFromID(id objc.ID) MLRTrialDediscoTaskResult
MLRTrialDediscoTaskResultFromID constructs a MLRTrialDediscoTaskResult from an objc.ID.
func NewMLRTrialDediscoTaskResult ¶
func NewMLRTrialDediscoTaskResult() MLRTrialDediscoTaskResult
NewMLRTrialDediscoTaskResult creates a new MLRTrialDediscoTaskResult instance.
func NewRTrialDediscoTaskResultWithJSONResult ¶
func NewRTrialDediscoTaskResultWithJSONResult(jSONResult objectivec.IObject) MLRTrialDediscoTaskResult
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialTaskResult/initWithJSONResult:
func NewRTrialDediscoTaskResultWithJSONResultIdentifier ¶
func NewRTrialDediscoTaskResultWithJSONResultIdentifier(jSONResult objectivec.IObject, identifier objectivec.IObject) MLRTrialDediscoTaskResult
func NewRTrialDediscoTaskResultWithJSONResultNamespaceNameFactorNameAdditionalKeyVariables ¶
func NewRTrialDediscoTaskResultWithJSONResultNamespaceNameFactorNameAdditionalKeyVariables(jSONResult objectivec.IObject, name objectivec.IObject, name2 objectivec.IObject, variables objectivec.IObject) MLRTrialDediscoTaskResult
func (MLRTrialDediscoTaskResult) AdditionalKeyVariables ¶
func (r MLRTrialDediscoTaskResult) AdditionalKeyVariables() foundation.INSDictionary
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialDediscoTaskResult/additionalKeyVariables
func (MLRTrialDediscoTaskResult) Autorelease ¶
func (r MLRTrialDediscoTaskResult) Autorelease() MLRTrialDediscoTaskResult
Autorelease adds the receiver to the current autorelease pool.
func (MLRTrialDediscoTaskResult) Init ¶
func (r MLRTrialDediscoTaskResult) Init() MLRTrialDediscoTaskResult
Init initializes the instance.
func (MLRTrialDediscoTaskResult) InitWithJSONResultIdentifier ¶
func (r MLRTrialDediscoTaskResult) InitWithJSONResultIdentifier(jSONResult objectivec.IObject, identifier objectivec.IObject) MLRTrialDediscoTaskResult
func (MLRTrialDediscoTaskResult) InitWithJSONResultNamespaceNameFactorNameAdditionalKeyVariables ¶
func (r MLRTrialDediscoTaskResult) InitWithJSONResultNamespaceNameFactorNameAdditionalKeyVariables(jSONResult objectivec.IObject, name objectivec.IObject, name2 objectivec.IObject, variables objectivec.IObject) MLRTrialDediscoTaskResult
func (MLRTrialDediscoTaskResult) NamespaceName ¶
func (r MLRTrialDediscoTaskResult) NamespaceName() string
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialDediscoTaskResult/namespaceName
func (MLRTrialDediscoTaskResult) RecipeFactorName ¶
func (r MLRTrialDediscoTaskResult) RecipeFactorName() string
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialDediscoTaskResult/recipeFactorName
func (MLRTrialDediscoTaskResult) RecordDataEncodingSchemaMetadataErrorOut ¶
func (r MLRTrialDediscoTaskResult) RecordDataEncodingSchemaMetadataErrorOut(record objectivec.IObject, data objectivec.IObject, schema objectivec.IObject, metadata objectivec.IObject, out []objectivec.IObject) bool
func (MLRTrialDediscoTaskResult) SubmitWithTRIClientError ¶
func (r MLRTrialDediscoTaskResult) SubmitWithTRIClientError(tRIClient objectivec.IObject) (bool, error)
func (MLRTrialDediscoTaskResult) VariablesFromTrialClient ¶
func (r MLRTrialDediscoTaskResult) VariablesFromTrialClient(client objectivec.IObject) objectivec.IObject
type MLRTrialDediscoTaskResultClass ¶
type MLRTrialDediscoTaskResultClass struct {
// contains filtered or unexported fields
}
func GetMLRTrialDediscoTaskResultClass ¶
func GetMLRTrialDediscoTaskResultClass() MLRTrialDediscoTaskResultClass
GetMLRTrialDediscoTaskResultClass returns the class object for MLRTrialDediscoTaskResult.
func (MLRTrialDediscoTaskResultClass) Alloc ¶
func (mc MLRTrialDediscoTaskResultClass) Alloc() MLRTrialDediscoTaskResult
Alloc allocates memory for a new instance of the class.
func (MLRTrialDediscoTaskResultClass) BaseKeyFromFormatVariables ¶
func (_MLRTrialDediscoTaskResultClass MLRTrialDediscoTaskResultClass) BaseKeyFromFormatVariables(format objectivec.IObject, variables objectivec.IObject) objectivec.IObject
type MLRTrialTask ¶
type MLRTrialTask struct {
objectivec.Object
}
Methods ¶
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialTask
func MLRTrialTaskFromID ¶
func MLRTrialTaskFromID(id objc.ID) MLRTrialTask
MLRTrialTaskFromID constructs a MLRTrialTask from an objc.ID.
func NewMLRTrialTask ¶
func NewMLRTrialTask() MLRTrialTask
NewMLRTrialTask creates a new MLRTrialTask instance.
func NewRTrialTaskWithTriClient ¶
func NewRTrialTaskWithTriClient(client objectivec.IObject) MLRTrialTask
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialTask/initWithTriClient:
func (MLRTrialTask) Autorelease ¶
func (r MLRTrialTask) Autorelease() MLRTrialTask
Autorelease adds the receiver to the current autorelease pool.
func (MLRTrialTask) InitWithTriClient ¶
func (r MLRTrialTask) InitWithTriClient(client objectivec.IObject) MLRTrialTask
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialTask/initWithTriClient:
func (MLRTrialTask) TriClient ¶
func (r MLRTrialTask) TriClient() unsafe.Pointer
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialTask/triClient
type MLRTrialTaskClass ¶
type MLRTrialTaskClass struct {
// contains filtered or unexported fields
}
func GetMLRTrialTaskClass ¶
func GetMLRTrialTaskClass() MLRTrialTaskClass
GetMLRTrialTaskClass returns the class object for MLRTrialTask.
func (MLRTrialTaskClass) Alloc ¶
func (mc MLRTrialTaskClass) Alloc() MLRTrialTask
Alloc allocates memory for a new instance of the class.
type MLRTrialTaskResult ¶
type MLRTrialTaskResult struct {
objectivec.Object
}
Methods ¶
- MLRTrialTaskResult.JSONResult
- MLRTrialTaskResult.SubmitForTaskError
- MLRTrialTaskResult.InitWithJSONResult
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialTaskResult
func MLRTrialTaskResultFromID ¶
func MLRTrialTaskResultFromID(id objc.ID) MLRTrialTaskResult
MLRTrialTaskResultFromID constructs a MLRTrialTaskResult from an objc.ID.
func NewMLRTrialTaskResult ¶
func NewMLRTrialTaskResult() MLRTrialTaskResult
NewMLRTrialTaskResult creates a new MLRTrialTaskResult instance.
func NewRTrialTaskResultWithJSONResult ¶
func NewRTrialTaskResultWithJSONResult(jSONResult objectivec.IObject) MLRTrialTaskResult
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialTaskResult/initWithJSONResult:
func (MLRTrialTaskResult) Autorelease ¶
func (r MLRTrialTaskResult) Autorelease() MLRTrialTaskResult
Autorelease adds the receiver to the current autorelease pool.
func (MLRTrialTaskResult) Init ¶
func (r MLRTrialTaskResult) Init() MLRTrialTaskResult
Init initializes the instance.
func (MLRTrialTaskResult) InitWithJSONResult ¶
func (r MLRTrialTaskResult) InitWithJSONResult(jSONResult objectivec.IObject) MLRTrialTaskResult
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialTaskResult/initWithJSONResult:
func (MLRTrialTaskResult) JSONResult ¶
func (r MLRTrialTaskResult) JSONResult() foundation.INSDictionary
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialTaskResult/JSONResult
func (MLRTrialTaskResult) SubmitForTaskError ¶
func (r MLRTrialTaskResult) SubmitForTaskError(task objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/MLRuntime/MLRTrialTaskResult/submitForTask:error:
type MLRTrialTaskResultClass ¶
type MLRTrialTaskResultClass struct {
// contains filtered or unexported fields
}
func GetMLRTrialTaskResultClass ¶
func GetMLRTrialTaskResultClass() MLRTrialTaskResultClass
GetMLRTrialTaskResultClass returns the class object for MLRTrialTaskResult.
func (MLRTrialTaskResultClass) Alloc ¶
func (mc MLRTrialTaskResultClass) Alloc() MLRTrialTaskResult
Alloc allocates memory for a new instance of the class.
Source Files
¶
- blocks.gen.go
- doc.gen.go
- functions.gen.go
- generate.go
- mlr_donation_manager.gen.go
- mlr_extension_principal_class.gen.go
- mlr_extension_remote_context.gen.go
- mlr_on_demand_connection_handler.gen.go
- mlr_on_demand_plugin.gen.go
- mlr_sandbox_extension_request.gen.go
- mlr_service_client.gen.go
- mlr_task.gen.go
- mlr_task_attachments.gen.go
- mlr_task_parameters.gen.go
- mlr_task_result.gen.go
- mlr_trial_dedisco_recipe.gen.go
- mlr_trial_dedisco_task_result.gen.go
- mlr_trial_task.gen.go
- mlr_trial_task_result.gen.go
- types.gen.go
- undefined_types.gen.go