Inherits from LimeObject : NSObject
Declared in LimeAnalyticsUtilities.h
LimeAnalyticsUtilities.m

Overview

Copyright © 2015, Lime - HighTech Solutions s.r.o. (www.lime-company.eu).

All rights reserved. This source code can be used only for purposes specified by the given license contract signed by the rightful deputy of Lime - HighTech Solutions s.r.o. This source code can be used only by the owner of the license.

Any disputes arising in respect of this agreement (license) shall be brought before the Municipal Court of Prague.

Class Methods

logBeaconsFound:lost:

Log “beacon_found” and “beacon_lost” events for current analytics session.

+ (void)logBeaconsFound:(NSArray *)foundBeacons lost:(NSArray *)lostBeacons

Parameters

foundBeacons

List of beacons that are newly found.

lostBeacons

List of beacons that are newly lost.

Discussion

Log “beacon_found” and “beacon_lost” events for current analytics session.

Declared In

LimeAnalyticsUtilities.h

logContentAdded:dropped:

Log “content_added” and “content_dropped” events for current analytics session.

+ (void)logContentAdded:(NSArray *)addedContent dropped:(NSArray *)droppedContent

Parameters

addedContent

List of content rules that are newly found.

droppedContent

List of content rules that are newly lost.

Discussion

Log “content_added” and “content_dropped” events for current analytics session.

Declared In

LimeAnalyticsUtilities.h

logGeofenceFound:lost:

Log “geofence_found” and “geofence_lost” events for current analytics session.

+ (void)logGeofenceFound:(NSArray *)foundGeofence lost:(NSArray *)lostGeofence

Parameters

foundGeofence

List of geofences that are newly found.

lostGeofence

List of geofences that are newly lost.

Discussion

Log “geofence_found” and “geofence_lost” events for current analytics session.

Declared In

LimeAnalyticsUtilities.h

logNotificationOpenedForContentRule:

Log “notification_opened” event for given content rule for current analytics session.

+ (void)logNotificationOpenedForContentRule:(LimeContentRule *)contentRule

Parameters

contentRule

A content rule that was responsible for displaying the notification.

Discussion

Log “notification_opened” event for given content rule for current analytics session.

Declared In

LimeAnalyticsUtilities.h

logNotificationShownForContentRule:

Log “notification_shown” event for given content rule for current analytics session.

+ (void)logNotificationShownForContentRule:(LimeContentRule *)contentRule

Parameters

contentRule

A content rule that was responsible for displaying the notification.

Discussion

Log “notification_shown” event for given content rule for current analytics session.

Declared In

LimeAnalyticsUtilities.h

logSessionStartForAppKey:

Log “session_start” event for given application key.

+ (void)logSessionStartForAppKey:(NSString *)appKey

Parameters

appKey

APP_KEY used for event logging.

Discussion

Log “session_start” event for given application key.

Declared In

LimeAnalyticsUtilities.h