INSCloudSharingServiceDelegate Interface

Definition

[Foundation.Protocol(Name="NSCloudSharingServiceDelegate", WrapperType=typeof(AppKit.NSCloudSharingServiceDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface INSCloudSharingServiceDelegate : AppKit.INSSharingServiceDelegate, IDisposable
type INSCloudSharingServiceDelegate = interface
    interface INativeObject
    interface IDisposable
    interface INSSharingServiceDelegate
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

Completed(INSCloudSharingServiceDelegate, NSSharingService, NSObject[], NSError)
Options(INSCloudSharingServiceDelegate, NSSharingService, NSItemProvider)
Saved(INSCloudSharingServiceDelegate, NSSharingService, CKShare)
Stopped(INSCloudSharingServiceDelegate, NSSharingService, CKShare)
CreateAnchoringView(INSSharingServiceDelegate, NSSharingService, CGRect, NSRectEdge)
DidFailToShareItems(INSSharingServiceDelegate, NSSharingService, NSObject[], NSError)
DidShareItems(INSSharingServiceDelegate, NSSharingService, NSObject[])
SourceFrameOnScreenForShareItem(INSSharingServiceDelegate, NSSharingService, INSPasteboardWriting)
SourceWindowForShareItems(INSSharingServiceDelegate, NSSharingService, NSObject[], NSSharingContentScope)
TransitionImageForShareItem(INSSharingServiceDelegate, NSSharingService, INSPasteboardWriting, CGRect)
WillShareItems(INSSharingServiceDelegate, NSSharingService, NSObject[])

Applies to