xamarinmac
namespace AppKit
{
[Introduced(PlatformName.MacOSX, 10, 12, PlatformArchitecture.All, null)]
[Protocol(Name = "NSCloudSharingServiceDelegate", WrapperType = typeof(NSCloudSharingServiceDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Completed", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSSharingService), typeof(NSObject[]), typeof(NSError) }, Selector = "sharingService:didCompleteForItems:error:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Saved", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSSharingService), typeof(CKShare) }, Selector = "sharingService:didSaveShare:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Stopped", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSSharingService), typeof(CKShare) }, Selector = "sharingService:didStopSharing:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Options", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSSharingService), typeof(NSItemProvider) }, ReturnType = typeof(NSCloudKitSharingServiceOptions), Selector = "optionsForSharingService:shareProvider:")]
public interface INSCloudSharingServiceDelegate : INSSharingServiceDelegate, INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |