Kantar Media Tagging Sensor iOS
Kantar Media Tagging Measurement Library for iOS
Classes | Variables
KMA_Spring.h File Reference

Go to the source code of this file.

Classes

class  KMA_Spring
 

Variables

NSString *const SPRING_VAR_ACTION
 Static tags of the application status. More...
 
NSString *const SPRING_APP_STARTED
 
NSString *const SPRING_APP_FOREGROUND
 
NSString *const SPRING_APP_BACKGROUND
 
NSString *const SPRING_APP_CLOSED
 
NSString *const KMA_TAGGING_DEBUGINTERFACE_NOTIFICATION
 The notification name for the debugging purpose, register this notification into the notification center by following API or similar: (void)addObserver:(id)observer selector:(SEL)aSelector name:KMA_TAGGING_DEBUGINTERFACE_NOTIFICATION object:(nullable id)anObject; Also, you would need to implement the selecotor method to consume the debug info. More...
 

Variable Documentation

◆ KMA_TAGGING_DEBUGINTERFACE_NOTIFICATION

NSString* const KMA_TAGGING_DEBUGINTERFACE_NOTIFICATION

The notification name for the debugging purpose, register this notification into the notification center by following API or similar: (void)addObserver:(id)observer selector:(SEL)aSelector name:KMA_TAGGING_DEBUGINTERFACE_NOTIFICATION object:(nullable id)anObject; Also, you would need to implement the selecotor method to consume the debug info.

The debug info is attached in the notification as a NSDictionary, with keys "Request" and "Statuscode". The info can be fetched by The API: [NSNotification object]

◆ SPRING_APP_BACKGROUND

NSString* const SPRING_APP_BACKGROUND

◆ SPRING_APP_CLOSED

NSString* const SPRING_APP_CLOSED

◆ SPRING_APP_FOREGROUND

NSString* const SPRING_APP_FOREGROUND

◆ SPRING_APP_STARTED

NSString* const SPRING_APP_STARTED

◆ SPRING_VAR_ACTION

NSString* const SPRING_VAR_ACTION

Static tags of the application status.