@interface AdmanUIExtension : AdmanUIBase
@implementation AdmanUIExtension
Interface initialisation method
This method is used to show the default view
- (void)show:(UIViewController *)rootVC {
Thos method is used to process Adman motification.
Class AdmanUIBase is subscribed to all 3 types of notifications.
- (void)admanVoiceNotification:(NSNotification *)notification {
[super admanVoiceNotification:notification];
NSDictionary *dict = notification.userInfo;
NotificationAdmanVoice *message = [dict valueForKey:NOTIFICATION_ADMAN_VOICE_KEY];
case AdmanVoiceEventRecognizerStarted:{