INSFileProviderServiceSource Interface

Definition

Provides a communication channel between host applications and file provider extensions.

[Foundation.Protocol(Name="NSFileProviderServiceSource", WrapperType=typeof(FileProvider.NSFileProviderServiceSourceWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INSFileProviderServiceSource : IDisposable, ObjCRuntime.INativeObject
type INSFileProviderServiceSource = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
ServiceName

Gets the unique service name.

Methods

MakeListenerEndpoint(NSError)

Creates and returns an endpoint for communicating with the file provider extension.

Applies to