Kofax Mobile SDK API Reference
kfxKUTAppStatsSessionEvent.h
Go to the documentation of this file.
1 //
2 // kfxKUTAppStatsSessionEvent.h
3 // kfxLibUtilities
4 //
5 // Copyright (c) 2017 Kofax.Inc. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 
11 
20 @interface kfxKUTAppStatsSessionEvent : NSObject
21 
22 // ===================================================
24 
28 @property (nonatomic, strong) NSString * type;
29 
30 // ===================================================
32 
36 @property (nonatomic, strong) NSString * response;
37 
38 // ===================================================
40 
44 @property (nonatomic, strong) NSString * documentID;
45 
46 
47 @end
NSString * documentID
documentID of affected document if event pertains to an operation on a document
Definition: kfxKUTAppStatsSessionEvent.h:44
NSString * type
Type of event.
Definition: kfxKUTAppStatsSessionEvent.h:28
NSString * response
Used to indicate response to an operation.
Definition: kfxKUTAppStatsSessionEvent.h:36
App Statistics Session Events.
Definition: kfxKUTAppStatsSessionEvent.h:20
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.