Contents

NSFileProviderServiceSource

A service that provides a custom communication channel between the host app and the File Provider extension.

Declaration

protocol NSFileProviderServiceSource

Overview

To implement a File Provider service, the NSFileProviderExtension subclass must override the supportedServiceSources(for:) method and return the supported services.

For more information about creating services, see NSFileProviderService.

Topics

Accessing the Service

See Also

Working with services