//======================================================================================================================== // EVENT TRACKING //======================================================================================================================== /// <summary> /// Sends a shutdown event. /// </summary> public static void SendShutDownEvent() { TapjoyPlatformPlugin.SendShutDownEvent(); }