Splunk MINT SDK for iOS  4.4
 All Classes Files Functions Enumerations Enumerator Properties Macros
MintNotificationDelegate.h
Go to the documentation of this file.
1 //
2 // SplunkNotificationDelegate.h
3 // Splunk-iOS
4 //
5 // Created by G.Tas on 11/16/13.
6 // Copyright (c) 2013 Splunk. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "UnhandledCrashReportArgs.h"
11 #import "LoggedRequestEventArgs.h"
12 #import "NetworkDataFixture.h"
13 #import "ScreenDataFixture.h"
14 
18 @protocol MintNotificationDelegate <NSObject>
19 
20 @optional
21 
27  - (void) loggedRequestHandled: (LoggedRequestEventArgs*)args;
28 
34  - (void) networkDataLogged: (NetworkDataFixture*)networkData;
35 
40  - (void) screenDataLogged: (ScreenDataFixture*)screenData;
41 @end
Definition: MintNotificationDelegate.h:18