TEALRemoteCommandManager Class Reference

Inherits from NSObject
Conforms to TEALRemoteCommandResponseDelegate
Declared in TEALRemoteCommandManager.h

– processCommandString:responseBlock:completion:

Called by webview if Tag Bridge formatted url request string found.

- (void)processCommandString:(NSString *)commandString responseBlock:(TEALRemoteCommandResponseBlock)responseBlock completion:(TEALBooleanCompletionBlock)completion

Parameters

commandString

NSString of url string with tealium:// prefix removed.

responseBlock

This is the block that will be called if the command is executed.

completion

Completion block that reports if the remote command block was added.

Declared In

TEALRemoteCommandManager.h