mlruntime

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package mlruntime provides Go bindings for the mlruntime framework.

Key Types

Code generated from Apple documentation. DO NOT EDIT.

Index

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.

Types

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

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) Init

Init initializes the instance.

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

Alloc allocates memory for a new instance of the class.

type MLRExtensionPrincipalClass

type MLRExtensionPrincipalClass struct {
	objectivec.Object
}

Methods

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

Autorelease adds the receiver to the current autorelease pool.

func (MLRExtensionPrincipalClass) Init

Init initializes the instance.

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

Alloc allocates memory for a new instance of the class.

type MLRExtensionRemoteContext

type MLRExtensionRemoteContext struct {
	foundation.NSExtensionContext
}

Methods

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 (MLRExtensionRemoteContext) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (MLRExtensionRemoteContext) Init

Init initializes the instance.

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

Alloc allocates memory for a new instance of the class.

type MLROnDemandConnectionHandler

type MLROnDemandConnectionHandler struct {
	objectivec.Object
}

Methods

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 (MLROnDemandConnectionHandler) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (MLROnDemandConnectionHandler) Init

Init initializes the instance.

func (MLROnDemandConnectionHandler) SetPluginPrincipal

func (r MLROnDemandConnectionHandler) SetPluginPrincipal(value objectivec.IObject)

func (MLROnDemandConnectionHandler) SetXpcConnection

func (r MLROnDemandConnectionHandler) SetXpcConnection(value foundation.NSXPCConnection)

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

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

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

Alloc allocates memory for a new instance of the class.

type MLRSandboxExtensionRequest

type MLRSandboxExtensionRequest struct {
	objectivec.Object
}

Methods

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 (MLRSandboxExtensionRequest) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (MLRSandboxExtensionRequest) Init

Init initializes the instance.

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

Alloc allocates memory for a new instance of the class.

type MLRServiceClient

type MLRServiceClient struct {
	objectivec.Object
}

Methods

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 (MLRServiceClient) Autorelease

func (r MLRServiceClient) Autorelease() MLRServiceClient

Autorelease adds the receiver to the current autorelease pool.

func (MLRServiceClient) Init

Init initializes the instance.

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

Alloc allocates memory for a new instance of the class.

type MLRTask

type MLRTask struct {
	objectivec.Object
}

Methods

See: https://developer.apple.com/documentation/MLRuntime/MLRTask

func MLRTaskFromID

func MLRTaskFromID(id objc.ID) MLRTask

MLRTaskFromID constructs a MLRTask from an objc.ID.

func NewMLRTask

func NewMLRTask() MLRTask

NewMLRTask creates a new MLRTask instance.

func (MLRTask) Autorelease

func (r MLRTask) Autorelease() MLRTask

Autorelease adds the receiver to the current autorelease pool.

func (MLRTask) Init

func (r MLRTask) Init() MLRTask

Init initializes the instance.

type MLRTaskAttachments

type MLRTaskAttachments struct {
	objectivec.Object
}

Methods

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 (MLRTaskAttachments) Autorelease

func (r MLRTaskAttachments) Autorelease() MLRTaskAttachments

Autorelease adds the receiver to the current autorelease pool.

func (MLRTaskAttachments) Init

Init initializes the instance.

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

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.

type MLRTaskParameters

type MLRTaskParameters struct {
	objectivec.Object
}

Methods

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 (MLRTaskParameters) Autorelease

func (r MLRTaskParameters) Autorelease() MLRTaskParameters

Autorelease adds the receiver to the current autorelease pool.

func (MLRTaskParameters) Init

Init initializes the instance.

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

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

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 (MLRTaskResult) Autorelease

func (r MLRTaskResult) Autorelease() MLRTaskResult

Autorelease adds the receiver to the current autorelease pool.

func (MLRTaskResult) Init

func (r MLRTaskResult) Init() MLRTaskResult

Init initializes the instance.

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

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 (MLRTrialDediscoRecipe) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (MLRTrialDediscoRecipe) Init

Init initializes the instance.

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

Alloc allocates memory for a new instance of the class.

type MLRTrialDediscoTaskResult

type MLRTrialDediscoTaskResult struct {
	MLRTrialTaskResult
}

Methods

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 (MLRTrialDediscoTaskResult) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (MLRTrialDediscoTaskResult) Init

Init initializes the instance.

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

Alloc allocates memory for a new instance of the class.

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 (MLRTrialTask) Autorelease

func (r MLRTrialTask) Autorelease() MLRTrialTask

Autorelease adds the receiver to the current autorelease pool.

func (MLRTrialTask) Init

func (r MLRTrialTask) Init() MLRTrialTask

Init initializes the instance.

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

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 (MLRTrialTaskResult) Autorelease

func (r MLRTrialTaskResult) Autorelease() MLRTrialTaskResult

Autorelease adds the receiver to the current autorelease pool.

func (MLRTrialTaskResult) Init

Init initializes the instance.

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

Alloc allocates memory for a new instance of the class.

Jump to

Keyboard shortcuts

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