Share via


RPScreenRecorderDelegate.DidChangeAvailability(RPScreenRecorder) Method

Definition

Method that is called when the availability status changes.

[Foundation.Export("screenRecorderDidChangeAvailability:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidChangeAvailability(ReplayKit.RPScreenRecorder screenRecorder);
[<Foundation.Export("screenRecorderDidChangeAvailability:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidChangeAvailability : ReplayKit.RPScreenRecorder -> unit
override this.DidChangeAvailability : ReplayKit.RPScreenRecorder -> unit

Parameters

screenRecorder
RPScreenRecorder

Implements

Attributes

Applies to