IUICloudSharingControllerDelegate Interface

Definition

Delegate object for the CloudKit sharing controller.

[Foundation.Protocol(Name="UICloudSharingControllerDelegate", WrapperType=typeof(UIKit.UICloudSharingControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FailedToSaveShare", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UICloudSharingController), typeof(Foundation.NSError) }, Selector="cloudSharingController:failedToSaveShareWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetItemTitle", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UICloudSharingController) }, ReturnType=typeof(System.String), Selector="itemTitleForCloudSharingController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetItemThumbnailData", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UICloudSharingController) }, ReturnType=typeof(Foundation.NSData), Selector="itemThumbnailDataForCloudSharingController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetItemType", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UICloudSharingController) }, ReturnType=typeof(System.String), Selector="itemTypeForCloudSharingController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSaveShare", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UICloudSharingController) }, Selector="cloudSharingControllerDidSaveShare:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStopSharing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UICloudSharingController) }, Selector="cloudSharingControllerDidStopSharing:")]
public interface IUICloudSharingControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UICloudSharingControllerDelegate", WrapperType=typeof(UIKit.UICloudSharingControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FailedToSaveShare", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UICloudSharingController), typeof(Foundation.NSError) }, Selector="cloudSharingController:failedToSaveShareWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetItemTitle", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UICloudSharingController) }, ReturnType=typeof(System.String), Selector="itemTitleForCloudSharingController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetItemThumbnailData", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UICloudSharingController) }, ReturnType=typeof(Foundation.NSData), Selector="itemThumbnailDataForCloudSharingController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetItemType", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UICloudSharingController) }, ReturnType=typeof(System.String), Selector="itemTypeForCloudSharingController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSaveShare", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UICloudSharingController) }, Selector="cloudSharingControllerDidSaveShare:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStopSharing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UICloudSharingController) }, Selector="cloudSharingControllerDidStopSharing:")>]
type IUICloudSharingControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Applies to

See also