xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UICloudSharingControllerDelegate", WrapperType = typeof(UICloudSharingControllerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "FailedToSaveShare", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UICloudSharingController), typeof(NSError) }, Selector = "cloudSharingController:failedToSaveShareWithError:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSaveShare", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UICloudSharingController) }, Selector = "cloudSharingControllerDidSaveShare:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStopSharing", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UICloudSharingController) }, Selector = "cloudSharingControllerDidStopSharing:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetItemTitle", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UICloudSharingController) }, ReturnType = typeof(string), Selector = "itemTitleForCloudSharingController:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetItemThumbnailData", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UICloudSharingController) }, ReturnType = typeof(NSData), Selector = "itemThumbnailDataForCloudSharingController:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetItemType", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UICloudSharingController) }, ReturnType = typeof(string), Selector = "itemTypeForCloudSharingController:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface IUICloudSharingControllerDelegate : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |