From: Inkyun Kil Date: Tue, 30 May 2017 01:14:34 +0000 (+0900) Subject: Fix api descriptions for AlarmManager X-Git-Tag: submit/trunk/20170823.075128~121^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55c868b4afa77446776460781870417547903040;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Fix api descriptions for AlarmManager Change-Id: I1d64d64e65abd1feb0e7c447d43f820ead252367 Signed-off-by: Inkyun Kil --- diff --git a/src/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs b/src/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs index 117bfbf..68fc592 100755 --- a/src/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs +++ b/src/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs @@ -227,7 +227,7 @@ namespace Tizen.Applications } /// - /// Sets an alarm to be triggered periodically, starting at a specific time. + /// Sets a notification alarm to be triggered at a specific time. /// The date describes the time of the first occurrence. /// /// The first active alarm time @@ -256,8 +256,8 @@ namespace Tizen.Applications } /// - /// Sets an alarm to be triggered periodically, starting at a specific time. - /// The date describes the time of the first occurrence. + /// Sets a notification alarm to be triggered after a specific time. + /// The alarm will first go off delay seconds later and then will go off every certain amount of time defined using period seconds. /// /// The amount of time before the first execution (in seconds). /// The amount of time between subsequent alarms (in seconds). This value does not guarantee the accuracy. @@ -285,8 +285,10 @@ namespace Tizen.Applications } /// - /// Sets an alarm to be triggered periodically, starting at a specific time. + /// Sets a notification alarm to be triggered periodically, starting at a specific time. /// The date describes the time of the first occurrence. + /// weekFlag is the repeat value of the days of the week. + /// If weekFlag is AlarmWeekFlag.Tuesday, the alarm will repeat every Tuesday at a specific time. /// /// The first active alarm time /// The day of the week, AlarmWeekFlag may be a combination of days, @@ -316,8 +318,8 @@ namespace Tizen.Applications } /// - /// Sets an alarm to be triggered periodically, starting at a specific time. - /// The date describes the time of the first occurrence. + /// Sets a notification alarm to be triggered after a specific time. + /// The alarm will go off delay seconds later. /// /// The amount of time before the first execution (in seconds). /// The notification to be posted when the alarm is triggered