[Notification] Fix wrong example code comments (#1538)
authormsaltnet <msaltnet@users.noreply.github.com>
Tue, 2 Jun 2020 10:11:57 +0000 (19:11 +0900)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2020 10:11:57 +0000 (19:11 +0900)
Co-authored-by: salt.jeong <salt.jeong@samsung.com>
src/Tizen.Applications.Notification/Tizen.Applications.Notifications/Notification.cs

index 8ac2c21..4eef6c8 100755 (executable)
@@ -180,11 +180,11 @@ namespace Tizen.Applications.Notifications
         /// {
         ///     SoundOption = AccessoryOption.Custom,
         ///     SoundPath = "Sound File Path",
-        ///     IsVibration = true,
+        ///     CanVibrate = true,
         ///     LedOption = AccessoryOption.Custom,
-        ///     LedOnMs = 100;
-        ///     LedOffMs = 50;
-        ///     LedColor = Color.Lime
+        ///     LedOnMillisecond = 100,
+        ///     LedOffMillisecond = 50,
+        ///     LedColor = Tizen.Common.Color.Lime
         /// };
         ///
         /// notification.Accessory = accessory;