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/ec43327950e69668741569b1f14d46c5 to your computer and use it in GitHub Desktop.
Save Veenap/ec43327950e69668741569b1f14d46c5 to your computer and use it in GitHub Desktop.
#if UNITY_ANDROID
if (Application.platform == RuntimePlatform.Android)
{
androidClientClass.CallStatic(
"_initiateInstance",
context,
RudderCache.GetAnonymousId(),
_writeKey,
_endPointUrl,
_flushQueueSize,
_dbCountThreshold,
_sleepTimeout,
_configRefreshInterval,
_trackLifecycleEvents,
_recordScreenViews,
_logLevel
);
}
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment