Share via


IRPPreviewViewControllerDelegate Interface

Definition

The view controller protocol for previewing and editing a ReplayKit recording.

[Foundation.Protocol(Name="RPPreviewViewControllerDelegate", WrapperType=typeof(ReplayKit.RPPreviewViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinish", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPPreviewViewController) }, Selector="previewControllerDidFinish:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinish", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPPreviewViewController), typeof(Foundation.NSSet<Foundation.NSString>) }, Selector="previewController:didFinishWithActivityTypes:")]
public interface IRPPreviewViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="RPPreviewViewControllerDelegate", WrapperType=typeof(ReplayKit.RPPreviewViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinish", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPPreviewViewController) }, Selector="previewControllerDidFinish:")]
public interface IRPPreviewViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="RPPreviewViewControllerDelegate", WrapperType=typeof(ReplayKit.RPPreviewViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinish", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPPreviewViewController) }, Selector="previewControllerDidFinish:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinish", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPPreviewViewController), typeof(Foundation.NSSet<Foundation.NSString>) }, Selector="previewController:didFinishWithActivityTypes:")>]
type IRPPreviewViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="RPPreviewViewControllerDelegate", WrapperType=typeof(ReplayKit.RPPreviewViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinish", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPPreviewViewController) }, Selector="previewControllerDidFinish:")>]
type IRPPreviewViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
DidFinish(RPPreviewViewController, NSSet<NSString>)

Method that is called when the previewer is ready to be dismissed.

DidFinish(RPPreviewViewController)

Method that is called when the previewer is ready to be dismissed.

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
DidFinish(IRPPreviewViewControllerDelegate, RPPreviewViewController, NSSet<NSString>)

Method that is called when the previewer is ready to be dismissed.

DidFinish(IRPPreviewViewControllerDelegate, RPPreviewViewController)

Method that is called when the previewer is ready to be dismissed.

Applies to

See also