Type Alias
NSFileProviderServiceName
The name used to identify a File Provider service.
ファイルプロバイダサービスを識別するために使われる名前。
Declaration
宣言
typedef NSString
*NSFileProviderServiceName;
Discussion
議論
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
).
逆ドメイン名表記をインターフェイス名に使ってください(例えば、com.example.MyInterface
)。
(Optional) Incorporate versioning by appending a version number to the end of the name (com.example.MyInterface.v2
).
(任意)バージョン番号を名前の終わりに加えることによるバージョン指定を取り入れてください(com.example.MyInterface.v2
)。
For more information on defining a service’s protocol, see Defining the Service’s Protocol.
サービスのもつプロトコルの定義に関するさらなる情報として、サービスのもつプロトコルを定義するを見てください。
See Also
参照
Accessing File Provider Services
ファイルプロバイダサービスにアクセスする
NSFileProviderService
A service that provides a custom communication channel between your app and a File Provider extension.
あなたのアプリとファイルプロバイダ拡張との間のあつらえの通信経路を提供するサービス。