xamarinios
namespace UIKit
{
[Protocol(Name = "UIVideoEditorControllerDelegate", WrapperType = typeof(UIVideoEditorControllerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "VideoSaved", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIVideoEditorController), typeof(string) }, Selector = "videoEditorController:didSaveEditedVideoToPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Failed", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIVideoEditorController), typeof(NSError) }, Selector = "videoEditorController:didFailWithError:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "UserCancelled", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIVideoEditorController) }, Selector = "videoEditorControllerDidCancel:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUIVideoEditorControllerDelegate : INativeObject, IDisposable, IUINavigationControllerDelegate
}
.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. |