WTClientTrackerDelegate Protocol Reference

Conforms to WTBaseTrackerDelegate
Declared in WTClientTracker.h

Overview

WTClientTrackerDelegate provides client tracker specific methods that can be used to react to client tracker specific state changes.

– clientTracker:didFinishedLoadingTargetCollectionFromURL:

Called whenever a client tracker successfully loaded from the given URL.

- (void)clientTracker:(nonnull WTClientTracker *)clientTracker didFinishedLoadingTargetCollectionFromURL:(nonnull NSURL *)URL

Parameters

clientTracker

The clientTracker that loaded successfully

URL

The URL where the client tracker was loaded from

Declared In

WTClientTracker.h

– clientTracker:didFailToLoadTargetCollectionFromURL:withError:

Called whenever a client tracker could not be loaded from the given URL.

- (void)clientTracker:(nonnull WTClientTracker *)clientTracker didFailToLoadTargetCollectionFromURL:(nonnull NSURL *)URL withError:(nonnull NSError *)error

Parameters

clientTracker

The client tracker that could not be loaded

URL

The URL where the the client tracker should have been loaded from

error

A NSError object that contains more information about why the client tracker could not be loaded

Declared In

WTClientTracker.h