示例#1
0
 static PushNotificationManager()
 {
                 #if UNITY_WINRT
     plugin = new PushNotificationPlugin_WinRT();
                 #else
     plugin = new PushNotification_Dumy();
                 #endif
 }
		static PushNotificationManager()
		{
			#if UNITY_WINRT
			plugin = new PushNotificationPlugin_WinRT();
			#else
			plugin = new PushNotification_Dumy();
			#endif
		}