Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Veenap/d9b874c85ab73df57897002a55cf7999 to your computer and use it in GitHub Desktop.
Save Veenap/d9b874c85ab73df57897002a55cf7999 to your computer and use it in GitHub Desktop.
+ (void) _initiateInstance: (NSString*) _anonymousId
writeKey: (NSString*) _writeKey
endPointUrl: (NSString*) _endPointUrl
flushQueueSize: (int) _flushQueueSize
dbCountThreshold: (int) _dbCountThreshold
sleepTimeOut: (int) _sleepTimeout
configRefreshInterval: (int) _configRefreshInterval
trackLifecycleEvents: (BOOL) _trackLifecycleEvents
recordScreenViews: (BOOL) _recordScreenViews
logLevel: (int) _logLevel;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment