CortexClientDelegate protocol
#import <EmotivCortexLib/CortexClient.h>@protocol CortexClientDelegate
@required
- (void)authenticationFinished:(NSString* )authenticationCode
withError:(NSError*)error;
- (void)processResponse:(NSString*)responseMessage;
@endauthenticationFinished
- (void)authenticationFinished:(NSString* )authenticationCode
withError:(NSError*)error;processResponse
- (void)processResponse:(NSString*)responseMessage;Last updated