Use this method to track an event. Make sure you give meaningful names for events and their groups
@param eventName name of the Occuring Event
@param eventGroup name of the Group
@param properties any object that is conforms to JSON Encoding
Returns the enum TrackingState for the current user:
noTracking,
usageAndCrashTrackingWithPII,
onlyUsageTrackingWithPII,
onlyCrashTrackingWithPII,
usageAndCrashTrackingWithoutPII,
onlyUsageTrackingWithoutPII,
onlyCrashTrackingWithoutPII
@return TrackingState
Use this method to set the language for the Analytics SDK. If the language is not found in the resource bundle, the default language will be selected.
@param lang (code) String.