UIDocument.PresentedItemChangedUbiquityAttributes Method

Definition

The system calls this function to indicate that the have changed in ubiquity.

[Foundation.Export("presentedItemDidChangeUbiquityAttributes:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PresentedItemChangedUbiquityAttributes (Foundation.NSSet<Foundation.NSString> attributes);
abstract member PresentedItemChangedUbiquityAttributes : Foundation.NSSet<Foundation.NSString> -> unit
override this.PresentedItemChangedUbiquityAttributes : Foundation.NSSet<Foundation.NSString> -> unit

Parameters

attributes
NSSet<NSString>
Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to