xamarinios
namespace PhotosUI
{
    [Advice("This API is not available when using UIKit on macOS.")]
    [Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
    [Protocol(Name = "PHContentEditingController", WrapperType = typeof(PHContentEditingControllerWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CancelContentEditing", Selector = "cancelContentEditing")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "StartContentEditing", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(PHContentEditingInput), typeof(UIImage) }, Selector = "startContentEditingWithInput:placeholderImage:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CanHandleAdjustmentData", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(PHAdjustmentData) }, ReturnType = typeof(bool), Selector = "canHandleAdjustmentData:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "FinishContentEditing", ParameterBlockProxy = new[] { typeof(NIDActionArity1V210) }, ParameterByRef = new[] { false }, ParameterType = new[] { typeof(Action<PHContentEditingOutput>) }, Selector = "finishContentEditingWithCompletionHandler:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "shouldShowCancelConfirmation", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ShouldShowCancelConfirmation", PropertyType = typeof(bool), Selector = "shouldShowCancelConfirmation")]
    [Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
    [Unavailable(PlatformName.MacCatalyst, PlatformArchitecture.All, null)]
    public interface IPHContentEditingController : INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
.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.

  • Built-in API
  • Package-provided API

06/23/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙