SLLivePreviewDelegate Protocol Reference

Conforms to NSObject
Declared in SLLivePreview.h

Overview

Delegate that gets messages when specific live preview events happen.

– squallEstablishedConnection:

Callback when Squall has established a connection and returns the address of your iOS device.

- (void)squallEstablishedConnection:(SLLivePreview *)livePreview

Parameters

livePreview

Live preview instance

Declared In

SLLivePreview.h

– squallEstablishedBonjourRegistration:

Callback when Squall has established a connection with Bonjour and returns the name of your iOS device.

- (void)squallEstablishedBonjourRegistration:(SLLivePreview *)livePreview

Parameters

livePreview

Live preview instance

Discussion

Warning: Mac only

Declared In

SLLivePreview.h

– squallReceivedAnimation:

Callback when Squall has received a new animation from After Effects. The property will allow you to access the animation.

- (void)squallReceivedAnimation:(SLLivePreview *)livePreview

Parameters

livePreview

Live preview instance

Declared In

SLLivePreview.h

– squallEncounteredError:

Callback when Squall encountered an error.

- (void)squallEncounteredError:(NSError *)error

Parameters

error

Live preview instance

Declared In

SLLivePreview.h