xamarintvos
namespace ReplayKit
{
    [Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
    [Model]
    [Protocol]
    [Register("RPScreenRecorderDelegate", false)]
    public class RPScreenRecorderDelegate : NSObject, INativeObject, IRPScreenRecorderDelegate, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Deprecated(PlatformName.TvOS, 10, 0, PlatformArchitecture.None, "Use 'DidStopRecording(RPScreenRecorder,RPPreviewViewController,NSError)' instead.")]
        [Deprecated(PlatformName.iOS, 10, 0, PlatformArchitecture.None, "Use 'DidStopRecording(RPScreenRecorder,RPPreviewViewController,NSError)' instead.")]
        [Export("screenRecorder:didStopRecordingWithError:previewViewController:")]
        public virtual void DidStopRecording(RPScreenRecorder! screenRecorder, NSError! error, RPPreviewViewController? previewViewController);
    }
}
Assembly Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.07.08.09.0
Platform Restrictions

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

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