New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jibestream-dev/jmap-analytics-kit

Package Overview
Dependencies
Maintainers
11
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jibestream-dev/jmap-analytics-kit

Jibestream plugin for using Analytics

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-71.43%
Maintainers
11
Weekly downloads
 
Created
Source

AnalyticsKit

Jibestream plugin for using Analytics

Documentation

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

Functions

constructor()Object

Init method

sharedInstance()Object

Shared Instance singlton

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

_shouldLogOption(option)Boolean

Used to check if log type sould be logged.

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

_recordTapOnIconWithData(data)

helper method to parse and write to logs

_recordTapOnXYWithData(data)

helper method to parse and write to logs

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

_startLoadFromServerEvent(data)

helper method to parse and write to logs

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

_makeTimestampForData(data)object

creates timestamp in data object

_recordCount(count, data)Object

Helper method to record count and timestamp the event

_startEventWithTimerKey(timerKey)

Create and save a time key

_endEventWithTimerKey(timerKey)Object

Log event with the timer key

constructor() ⇒ Object

Init method

Kind: global function
Returns: Object - AnalyticsKit

sharedInstance() ⇒ Object

Shared Instance singlton

Kind: global function
Returns: Object - AnalyticsKit

setloggingOptions(loggingOptions)

Optional API to set parameters to log in analytics.

Kind: global function

ParamType
loggingOptionsArray

analyticsKitDidGetLog(callback)

Used to receive any recorded data in real time.

Kind: global function

ParamTypeDescription
callbackfunctiona function that can accept JSON.

_setNotifiers()

method to registers all listeners to begin listening for notifiers within the SDK and route to the appropriate method. This method should be called in the class init file.

Kind: global function

_shouldLogOption(option) ⇒ Boolean

Used to check if log type sould be logged.

Kind: global function

ParamTypeDescription
optionStringlog option name

_recordTapOnShapeWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnIconWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordTapOnXYWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordLoadedMapCountWithData(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_startLoadFromServerEvent(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_endLoadFromServerEvent(name, data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
nameStringidentifier
dataobjectto parse

_endRecordMapParsingWithKey(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_recordWayfindPathWithValues(data)

helper method to parse and write to logs

Kind: global function

ParamTypeDescription
dataobjectto parse

_makeTimestampForData(data) ⇒ object

creates timestamp in data object

Kind: global function
Returns: object - data

ParamTypeDescription
dataObjectto write

_recordCount(count, data) ⇒ Object

Helper method to record count and timestamp the event

Kind: global function
Returns: Object - with count and timestamp

ParamType
countNumber
dataObject

_startEventWithTimerKey(timerKey)

Create and save a time key

Kind: global function

ParamType
timerKeyString

_endEventWithTimerKey(timerKey) ⇒ Object

Log event with the timer key

Kind: global function
Returns: Object - with all timestamp details

ParamType
timerKeyString

FAQs

Package last updated on 18 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc