INSFileProviderChangeObserver Interface

Definition

Observes changes and deletions of the enumerated files from a INSFileProviderEnumerator.

[Foundation.Protocol(Name="NSFileProviderChangeObserver", WrapperType=typeof(FileProvider.NSFileProviderChangeObserverWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INSFileProviderChangeObserver : IDisposable, ObjCRuntime.INativeObject
type INSFileProviderChangeObserver = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

DidDeleteItems(String[])
DidUpdateItems(INSFileProviderItem[])
FinishEnumerating(NSError)
FinishEnumeratingChanges(NSData, Boolean)

Applies to