SnapscreenKitTrackingDelegate
@protocol SnapscreenKitTrackingDelegate <NSObject>
Delegate for tracking events of the Snapscreen SDK. Implement this to get informed about events from the SDK to implement tracking or statistical analysis.
-
Informs the delegate about an event that happened
Declaration
Objective-C
- (void)snapscreenKitDidTrackEvent:(SnapscreenTrackingEvent)event infoDictionary: (NSDictionary<NSString *, id> *_Nullable)value;
Swift
func snapscreenKitDidTrackEvent(_ event: Any!, infoDictionary value: Any!)
Parameters
event
An event type of enum type SnapscreenTrackingEvent
infoDictionary
An event dictionary with additional values for the tracking event. See kSnapscreenTrackingInfoKey constants for specific keys