PKPushTypeFileProvider

Static PKPushTypeFileProvider 

Source
pub unsafe static PKPushTypeFileProvider: &'static PKPushType
Available on crate features PKDefines and PKPushRegistry only.
Expand description

A push type for file provider updates.

Use file provider notifications to update your File Provider extension’s content from your server. For more information, see <doc ://com.apple.documentation/documentation/fileprovider/nonreplicated_file_provider_extension/content_and_change_tracking/tracking_your_file_provider_s_changes>.

See also Apple’s documentation