SWRLSwirlDelegate Protocol Reference

Conforms to NSObject
Declared in SWRLSwirl.h

Overview

The SWRLSwirlDelegate protocol defines messages that the Swirl framework provides about its internal state.

– swirlDidUpdateStatus:

Tells the delegate that the status field has changed. Swirl has transitioned states.

- (void)swirlDidUpdateStatus:(SWRLStatus)status

Parameters

status

The current system status. See SWRLStatus.

Declared In

SWRLSwirl.h

– swirlDidStart

Tells the delegate that the sdk started without error.

- (void)swirlDidStart

Declared In

SWRLSwirl.h

– swirlDidReportError:

Tells the delegate that an error has been reported.

- (void)swirlDidReportError:(NSError *)error

Parameters

error

The error that was reported.

Declared In

SWRLSwirl.h

– swirlDidUpdateLocation:

Tells the delegate that the SDK updated its location

- (void)swirlDidUpdateLocation:(CLLocation *)location

Parameters

location

The updated location.

Declared In

SWRLSwirl.h