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/988b01d5e120f28eec76e02662bdd9f9 to your computer and use it in GitHub Desktop.
Save Veenap/988b01d5e120f28eec76e02662bdd9f9 to your computer and use it in GitHub Desktop.
#if UNITY_IPHONE
[DllImport("__Internal")]
private static extern void _initiateInstance(
string _anonymousId,
string _writeKey,
string _endPointUrl,
int _flushQueueSize,
int _dbCountThreshold,
int _sleepTimeout,
int _configRefreshInterval,
bool _trackLifecycleEvents,
bool _recordScreenViews,
int _logLevel
);
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment