NSFileProviderServiceName
The name used to identify a File Provider service.
Declaration
struct NSFileProviderServiceNameDiscussion
The team providing the protocol also defines the name. To create a new service’s name:
Use reverse domain name notation for the interfaces name (for example,
com.example.MyInterface).(Optional) Incorporate versioning by appending a version number to the end of the name (
com.example.MyInterface.v2).
For more information on defining a service’s protocol, see Defining the Service’s Protocol.