通知测试log

iOS_release
YouR97 2024-07-19 14:50:32 +08:00
parent a601353861
commit f43a757282
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public partial class SROptions
#if UNITY_ANDROID
DateTime dateTime = DateTime.Now.AddSeconds(10f);
NotificationID = Notification.Android.SetNotification("通知", "测试通知", DateTime.UtcNow.AddSeconds(5f), "small", "large", "测试", true);
DebugUtil.Log($"发送安卓测试通知,通知id:{NotificationID},时间:{dateTime}");
DebugUtil.Log($"发送安卓测试通知,通知id:{NotificationID},时间:{dateTime},测试版本1");
#endif
}