We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a41799 commit f3a98f5Copy full SHA for f3a98f5
1 file changed
Plugins/CS/Notification.cs
@@ -37,7 +37,6 @@ public static void PushNotification(string msg, string title, string identifier,
37
}
38
39
// https://developer.apple.com/documentation/usernotifications/uncalendarnotificationtrigger
40
- // 参考Apple的文档来决定要赋值哪些NSDateComponents参数,参数默认值为-1,在原生代码中视作不赋值
41
// 时区为本地时区
42
public static void PushNotification(string msg, string title, string identifier, NSDateComponents dateComp)
43
{
0 commit comments