[Mono-bugs] [Bug 665340] New: Notification() ctor could use an overload without 'when'
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jan 18 19:26:06 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=665340
https://bugzilla.novell.com/show_bug.cgi?id=665340#c0
Summary: Notification() ctor could use an overload without
'when'
Classification: Mono
Product: MonoDroid
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: Class Libraries
AssignedTo: mkestner at novell.com
ReportedBy: jondick at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US)
AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
It would be nice if we could have another ctor for Notification.
Currently it's:
Notification(int icon, IEnumerable<char> tickerText, long when);
Most examples in java show using System.currentTimeMillis(); for the when
value.
Can we just have a ctor overload that uses that as the default 'when', so that
our ctor looks like:
Notification(int icon, IEnumerable<char> tickerText);
Reproducible: Always
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list