LookbackRecorder(LookbackDeprecated)

Extends Class:
Declared In:

Introduction

Deprecated methods



Methods

+lookback

lookback


+ (LookbackRecorder*)lookback; 

Deprecated

Use sharedRecorder instead. This is because Swift disallows the use of a static method with the same name as the class that isn't a constructor.


Properties

enabled

enabled


@property(nonatomic) DEPRECATED_MSG_ATTRIBUTE("Use .recording instead") BOOL enabled; 
Discussion

This property has been renamed to 'recording'.

See

setRecording: