[TIMOB-7588] iOS: Replace local notification scheduling strings with constants
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-07T21:22:54.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Stephen Tramer |
Assignee | Ingo Muschenetz |
Created | 2012-02-09T11:22:13.000+0000 |
Updated | 2017-06-07T21:22:54.000+0000 |
Description
Currently,
Ti.App.iOS.scheduleLocalNotification()
takes a dictionary object which contains the repeat
parameter, which must be a string with one of the following values:
* weekly
* daily
* yearly
* monthly
We should encode these values as constants.
Closing ticket due to lack of activity and time passed.