WTArchitectViewDebugDelegate Protocol Reference

Conforms to NSObject
Declared in WTArchitectViewDebugDelegate.h

Overview

The WTArchitectViewDebugDelegate offers the posibility to react on unforeseen internal SDK situations.

– architectView:didEncounterInternalWarning: required method

Called when an internal waring occurs.

- (void)architectView:(WTArchitectView *)architectView didEncounterInternalWarning:(WTWarning *)warning

Parameters

architectView

The WTArchitectView instance which encountered the warning.

warning

The WTWarning object that contains more information about the problem.

Declared In

WTArchitectViewDebugDelegate.h

– architectView:didEncounterInternalError: required method

Called when an internal error is encountered. The SDK tries not to crash but the internal state is inconsistent and unpredictable.

- (void)architectView:(WTArchitectView *)architectView didEncounterInternalError:(NSError *)error

Parameters

architectView

The WTArchitectView instance which encountered the error.

error

The NSError object that contains more information about the problem.

Declared In

WTArchitectViewDebugDelegate.h