We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460743a commit 287cc68Copy full SHA for 287cc68
com.unity.mobile.notifications/Runtime/Android/AndroidNotificationCenter.cs
@@ -4,11 +4,11 @@
4
using UnityEngine;
5
6
#if UNITY_2022_2_OR_NEWER
7
- using JniMethodID = System.IntPtr;
8
- using JniFieldID = System.IntPtr;
+using JniMethodID = System.IntPtr;
+using JniFieldID = System.IntPtr;
9
#else
10
- using JniMethodID = System.String;
11
- using JniFieldID = System.String;
+using JniMethodID = System.String;
+using JniFieldID = System.String;
12
#endif
13
14
namespace Unity.Notifications.Android
0 commit comments