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