WTWikitudeNativeSDKDelegate Protocol Reference

Conforms to NSObject
Declared in WTWikitudeNativeSDK.h

Overview

WTWikitudeNativeSDKDelegate is used to handle information exchange between the Wikitude Native SDK and internal/external renderer as well as to inform about internal errors that occured during this conversation.

Although all methods are marked as optional, all internal or external rendering related methods must be implemented. If not, an appropriate error is reported through the -wikitudeNativeSDK:didEncounterInternalError method.

– wikitudeNativeSDK:didEncounterInternalWarning:

Called every time the Wikitude Native SDK encounters any internal warnings

- (void)wikitudeNativeSDK:(WTWikitudeNativeSDK *)wikitudeNativeSDK didEncounterInternalWarning:(WTWarning *)warning

Parameters

wikitudeNativeSDK

The Wikitude Native SDK object that encountered the internal warning

warning

A warning object that contains more information about a specific warning

Declared In

WTWikitudeNativeSDK.h

– wikitudeNativeSDK:didEncounterInternalError:

Called every time the Wikitude Native SDK encounters any internal errors

- (void)wikitudeNativeSDK:(WTWikitudeNativeSDK *)wikitudeNativeSDK didEncounterInternalError:(NSError *)error

Parameters

wikitudeNativeSDK

The Wikitude Native SDK object that encountered the internal error

error

A error object that contains more information about a specific error

Declared In

WTWikitudeNativeSDK.h