RPScreenRecorderDelegate_Extensions Class

Definition

Extension methods to the IRPScreenRecorderDelegate interface to support all the methods from the RPScreenRecorderDelegate protocol.

public static class RPScreenRecorderDelegate_Extensions
type RPScreenRecorderDelegate_Extensions = class
Inheritance
RPScreenRecorderDelegate_Extensions

Remarks

The extension methods for IRPScreenRecorderDelegate allow developers to treat instances of the interface as having all the optional methods of the original RPScreenRecorderDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

DidChangeAvailability(IRPScreenRecorderDelegate, RPScreenRecorder)

Method that is called when the availability status changes.

DidStopRecording(IRPScreenRecorderDelegate, RPScreenRecorder, NSError, RPPreviewViewController)

Developers should not use this deprecated method. Developers should use 'DidStopRecording(RPScreenRecorder,RPPreviewViewController,NSError)' instead.

DidStopRecording(IRPScreenRecorderDelegate, RPScreenRecorder, RPPreviewViewController, NSError)

Applies to