Type Property 型プロパティ

fileProviderDomainDidChange

A notification that posts when a file provider’s domain changes. あるファイルプロバイダーのもつドメインが変化する時に投函する通知。

Declaration 宣言

static let fileProviderDomainDidChange: NSNotification.Name

Discussion 議論

The system only posts this notification after the first call to getDomainsWithCompletionHandler(_:). After receiving this notification, call getDomainsWithCompletionHandler(_:) again to determine what the changes are. システムは、この通知をgetDomainsWithCompletionHandler(_:)への最初の呼び出しの後に投函するだけです。この通知を受け取った後、getDomainsWithCompletionHandler(_:)をふたたび呼び出して、どんな変更があるか決定してください。

See Also 参照

File Provider