Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Applications.NotificationEventListener.xml
1 <?xml version="1.0"?>\r
2 <doc>\r
3     <assembly>\r
4         <name>Tizen.Applications.NotificationEventListener</name>\r
5     </assembly>\r
6     <members>\r
7         <member name="T:Tizen.Applications.NotificationEventListener.NotificationDeleteEventArgs">\r
8             <summary>\r
9             This class provides the property to get information about the deleted notification.\r
10             </summary>\r
11         </member>\r
12         <member name="P:Tizen.Applications.NotificationEventListener.NotificationDeleteEventArgs.UniqueNumber">\r
13             <summary>\r
14             Gets the unique number of the notification.\r
15             </summary>\r
16         </member>\r
17         <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs">\r
18             <summary>\r
19             This class provides the methods and properties to get information about the posted or updated notification.\r
20             </summary>\r
21             <summary>\r
22             This class provides methods and properties to get information about the posted or updated notification.\r
23             </summary>\r
24             <summary>\r
25             This class provides methods and properties to get information about the posted or updated notification.\r
26             </summary>\r
27             <summary>\r
28             This class provides methods and properties to get information about the posted or updated notification.\r
29             </summary>\r
30             <summary>\r
31             This class provides methods and properties to get information about the posted or updated notification.\r
32             </summary>\r
33             <summary>\r
34             This class provides methods and properties to get information about the posted or updated notification.\r
35             </summary>\r
36             <summary>\r
37             This class provides methods and properties to get information about the posted or updated notification.\r
38             </summary>\r
39             <summary>\r
40             This class provides methods and properties to get information about the posted or updated notification.\r
41             </summary>\r
42             <summary>\r
43             This class provides methods and properties to get information about the posted or updated notification.\r
44             </summary>\r
45         </member>\r
46         <member name="M:Tizen.Applications.NotificationEventListener.NotificationEventArgs.#ctor">\r
47             <summary>\r
48             Initializes a new instance of the <see cref="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs"/> class.\r
49             </summary>\r
50         </member>\r
51         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.UniqueNumber">\r
52             <summary>\r
53             Gets the unique ID of the notification.\r
54             </summary>\r
55         </member>\r
56         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AppID">\r
57             <summary>\r
58             Gets the appId of the notification.\r
59             </summary>\r
60         </member>\r
61         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Title">\r
62             <summary>\r
63             Gets the title of the notification.\r
64             </summary>\r
65         </member>\r
66         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Content">\r
67             <summary>\r
68             Gets the content text of the notification.\r
69             </summary>\r
70         </member>\r
71         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Icon">\r
72             <summary>\r
73             Gets the icon's path of the notification.\r
74             </summary>\r
75         </member>\r
76         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.SubIcon">\r
77             <summary>\r
78             Gets the sub icon path of the notification.\r
79             </summary>\r
80         </member>\r
81         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IsTimeStampVisible">\r
82             <summary>\r
83             Gets the timestamp if the notification is visible or not.\r
84             </summary>\r
85         </member>\r
86         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.TimeStamp">\r
87             <summary>\r
88             Gets TimeStamp of notification.\r
89             </summary>\r
90             <remarks>\r
91             If IsTimeStampVisible property is set false, this TimeStamp property is meaningless.\r
92             </remarks>\r
93         </member>\r
94         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Count">\r
95             <summary>\r
96             Gets the count, which is displayed at the right side of notification.\r
97             </summary>\r
98         </member>\r
99         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Tag">\r
100             <summary>\r
101             Gets the tag of notification.\r
102             </summary>\r
103         </member>\r
104         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IsVisible">\r
105             <summary>\r
106             Gets a value that determines whether notification is displayed on the default viewer.\r
107             If IsDisplay property is set as false and add style, you can see only style notification.\r
108             </summary>\r
109         </member>\r
110         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Action">\r
111             <summary>\r
112             Gets the AppControl, which is invoked when notification is clicked.\r
113             </summary>\r
114         </member>\r
115         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Progress">\r
116             <summary>\r
117             Gets the object of the progress notification.\r
118             </summary>\r
119         </member>\r
120         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Accessory">\r
121             <summary>\r
122             Gets the AccessoryArgs, which has option of sound, vibration, and LED.\r
123             </summary>\r
124         </member>\r
125         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ExtraDataKey">\r
126             <summary>\r
127             Gets the key for extra data.\r
128             </summary>\r
129         </member>\r
130         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Property">\r
131             <summary>\r
132             Gets the property.\r
133             </summary>\r
134         </member>\r
135         <member name="M:Tizen.Applications.NotificationEventListener.NotificationEventArgs.GetStyle``1">\r
136             <summary>\r
137             Gets the styleArgs of active, lock, indicator, and bigpicture.\r
138             </summary>\r
139             <typeparam name="T">Type of notification style to be queried.</typeparam>\r
140             <returns>The NotificationEventListener.StyleArgs object associated with the given style.</returns>\r
141             <exception cref="T:System.ArgumentException">Thrown when an argument is invalid.</exception>\r
142         </member>\r
143         <member name="M:Tizen.Applications.NotificationEventListener.NotificationEventArgs.GetExtraData(System.String)">\r
144             <summary>\r
145             Gets the ExtraDataArgs.\r
146             </summary>\r
147             <param name="key">The key that specifies which extra data.</param>\r
148             <returns>Returns the bundle for key.</returns>\r
149         </member>\r
150         <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs">\r
151             <summary>\r
152             Class to get infomation about notification accessory.\r
153             </summary>\r
154         </member>\r
155         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.SoundOption">\r
156             <summary>\r
157             Gets the sound option.\r
158             </summary>\r
159         </member>\r
160         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.SoundPath">\r
161             <summary>\r
162             Gets the sound path.\r
163             </summary>\r
164         </member>\r
165         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.CanVibrate">\r
166             <summary>\r
167             Gets the vibration option.\r
168             </summary>\r
169         </member>\r
170         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.LedOption">\r
171             <summary>\r
172             Gets the LED option.\r
173             </summary>\r
174         </member>\r
175         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.LedOnMillisecond">\r
176             <summary>\r
177             Gets LED on time period that you would like the LED on the device to blink as well as the rate.\r
178             </summary>\r
179             <value>\r
180             Default value of LedOnMilliseconds is 0.\r
181             The rate is specified in terms of the number of milliseconds to be on.\r
182             </value>\r
183         </member>\r
184         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.LedOffMillisecond">\r
185             <summary>\r
186             Gets LED on time period that you would like the LED on the device to blink as well as the rate.\r
187             </summary>\r
188             <value>\r
189             Default value of LedOffMillisecond is 0.\r
190             The rate is specified in terms of the number of millisecond to be off.\r
191             </value>\r
192         </member>\r
193         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.LedColor">\r
194             <summary>\r
195             Gets LED color that you would like the LED on the device to blink.\r
196             </summary>\r
197         </member>\r
198         <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs">\r
199             <summary>\r
200             Class to get infomation about notification active style.\r
201             </summary>\r
202         </member>\r
203         <member name="M:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.#ctor">\r
204             <summary>\r
205             Initializes a new instance of the <see cref="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs"/> class.\r
206             </summary>\r
207         </member>\r
208         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.IsAutoRemove">\r
209             <summary>\r
210             Gets the IsAutoRemove option of the active notification.\r
211             IsAutoRemove option lets the active notification be removed several seconds after it shows.\r
212             </summary>\r
213             <value>\r
214             When 'IsAutoRemove' is set as false, the active notification will not be removed as long as the user removes\r
215             the active notification, or the app which posted the active notification removes the active notification.\r
216             </value>\r
217         </member>\r
218         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.BackgroundImage">\r
219             <summary>\r
220             Gets an absolute path for an image file to display on the background of active notification.\r
221             </summary>\r
222         </member>\r
223         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.DefaultButton">\r
224             <summary>\r
225             Gets the default button to display highlight on the active notification.\r
226             </summary>\r
227         </member>\r
228         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.HideTimeout">\r
229             <summary>\r
230             Gets timeout value in seconds when the notification can be hidden from the viewer.\r
231             </summary>\r
232         </member>\r
233         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.DeleteTimeout">\r
234             <summary>\r
235             Gets timeout value in seconds when the notification can be deleted from the viewer.\r
236             </summary>\r
237         </member>\r
238         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.HiddenByUserAction">\r
239             <summary>\r
240             Gets Action which is invoked when notification is hidden by user.\r
241             </summary>\r
242             <remarks>\r
243             The property is only reflected on Tizen TV.\r
244             If you use this API on other profile, this action have no effect\r
245             </remarks>\r
246         </member>\r
247         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.HiddenByTimeoutAction">\r
248             <summary>\r
249             Gets or sets Action which is invoked when there is no any response by user until hide timeout.\r
250             </summary>\r
251             <remarks>\r
252             The property is only reflected on Tizen TV.\r
253             If you use this API on other profile, this action settings have no effect\r
254             </remarks>\r
255         </member>\r
256         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.HiddenByExternalAction">\r
257             <summary>\r
258             Gets or sets Action which is invoked when the notification is hidden by external factor.\r
259             </summary>\r
260             <remarks>\r
261             If you use this API on other profile, this action settings have no effect\r
262             </remarks>\r
263         </member>\r
264         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.Button">\r
265             <summary>\r
266             Gets a button to this active notification style.\r
267             Buttons are displayed in the notification content.\r
268             </summary>\r
269         </member>\r
270         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.Reply">\r
271             <summary>\r
272             Gets a ReplyAction to this active notification style.\r
273             </summary>\r
274         </member>\r
275         <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs">\r
276             <summary>\r
277              Class to get infomation about notification ButtonAction.\r
278             </summary>\r
279         </member>\r
280         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs.Index">\r
281             <summary>\r
282             Gets the index of the button, which appears at notification.\r
283             </summary>\r
284         </member>\r
285         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs.Text">\r
286             <summary>\r
287             Gets the text that describes the button.\r
288             </summary>\r
289         </member>\r
290         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs.ImagePath">\r
291             <summary>\r
292             Gets the image's path that represents the button.\r
293             </summary>\r
294         </member>\r
295         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs.Action">\r
296             <summary>\r
297             Gets the AppControl that is invoked when the button is clicked.\r
298             </summary>\r
299         </member>\r
300         <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IndicatorStyleArgs">\r
301             <summary>\r
302              Class to generate the indicator style notification.\r
303             </summary>\r
304         </member>\r
305         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IndicatorStyleArgs.IconPath">\r
306             <summary>\r
307             Gets the path of the image file to display on the icon of indicator style.\r
308             </summary>\r
309         </member>\r
310         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IndicatorStyleArgs.SubText">\r
311             <summary>\r
312             Gets the sub text to display indicator style.\r
313             </summary>\r
314         </member>\r
315         <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.LockStyleArgs">\r
316             <summary>\r
317              Class to get infomation about notification lock style.\r
318             </summary>\r
319         </member>\r
320         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.LockStyleArgs.IconPath">\r
321             <summary>\r
322             Gets the path of the image file to display on the icon of lock style.\r
323             </summary>\r
324         </member>\r
325         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.LockStyleArgs.Thumbnail">\r
326             <summary>\r
327             Gets the path of the thumbnail image file to display on the icon of lock style.\r
328             </summary>\r
329         </member>\r
330         <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ProgressArgs">\r
331             <summary>\r
332              Class to get infomation about progress notification.\r
333             </summary>\r
334         </member>\r
335         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ProgressArgs.Category">\r
336             <summary>\r
337             Gets category of ProgressType.\r
338             </summary>\r
339         </member>\r
340         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ProgressArgs.Current">\r
341             <summary>\r
342             Gets current value of ProgressType.\r
343             </summary>\r
344         </member>\r
345         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ProgressArgs.Max">\r
346             <summary>\r
347             Gets max value of ProgressType.\r
348             </summary>\r
349         </member>\r
350         <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs">\r
351             <summary>\r
352              Class to get infomation about notification ReplyAction.\r
353             </summary>\r
354         </member>\r
355         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs.ParentIndex">\r
356             <summary>\r
357             Gets index of button, which appears at notification.\r
358             If there is no ParentIndex, the ReplyAction should be displayed directly on the active notification.\r
359             </summary>\r
360         </member>\r
361         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs.PlaceHolderText">\r
362             <summary>\r
363             Gets the PlaceHolderText of ReplyAction, which appears at notification.\r
364             It will be displayed to the text input box on the active notification.\r
365             </summary>\r
366         </member>\r
367         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs.ReplyMax">\r
368             <summary>\r
369             Gets a max length of text input.\r
370             </summary>\r
371         </member>\r
372         <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs.Button">\r
373             <summary>\r
374             Gets the button displayed in the replyaction.\r
375             </summary>\r
376         </member>\r
377         <member name="T:Tizen.Applications.NotificationEventListener.ProgressCategory">\r
378             <summary>\r
379             Enumeration for the progress category.\r
380             </summary>\r
381         </member>\r
382         <member name="F:Tizen.Applications.NotificationEventListener.ProgressCategory.Percent">\r
383             <summary>\r
384             Value for the percent type.\r
385             </summary>\r
386         </member>\r
387         <member name="F:Tizen.Applications.NotificationEventListener.ProgressCategory.Time">\r
388             <summary>\r
389             Value for the time type.\r
390             </summary>\r
391         </member>\r
392         <member name="F:Tizen.Applications.NotificationEventListener.ProgressCategory.PendingBar">\r
393             <summary>\r
394             Value for the pending type, which is not the updated progress current value.\r
395             </summary>\r
396         </member>\r
397         <member name="T:Tizen.Applications.NotificationEventListener.AccessoryOption">\r
398             <summary>\r
399             Enumeration for the accessory option.\r
400             </summary>\r
401         </member>\r
402         <member name="F:Tizen.Applications.NotificationEventListener.AccessoryOption.Off">\r
403             <summary>\r
404             Value for off accessory option.\r
405             </summary>\r
406         </member>\r
407         <member name="F:Tizen.Applications.NotificationEventListener.AccessoryOption.On">\r
408             <summary>\r
409             Value for on accessory option.\r
410             </summary>\r
411         </member>\r
412         <member name="F:Tizen.Applications.NotificationEventListener.AccessoryOption.Custom">\r
413             <summary>\r
414             Value for the custom accessory option.\r
415             </summary>\r
416         </member>\r
417         <member name="T:Tizen.Applications.NotificationEventListener.ButtonIndex">\r
418             <summary>\r
419             Enumeration for the button index.\r
420             </summary>\r
421         </member>\r
422         <member name="F:Tizen.Applications.NotificationEventListener.ButtonIndex.None">\r
423             <summary>\r
424             Value for the default button index.\r
425             </summary>\r
426         </member>\r
427         <member name="F:Tizen.Applications.NotificationEventListener.ButtonIndex.First">\r
428             <summary>\r
429             Value for the first button index.\r
430             </summary>\r
431         </member>\r
432         <member name="F:Tizen.Applications.NotificationEventListener.ButtonIndex.Second">\r
433             <summary>\r
434             Value for the second button index.\r
435             </summary>\r
436         </member>\r
437         <member name="F:Tizen.Applications.NotificationEventListener.ButtonIndex.Third">\r
438             <summary>\r
439             Value for the third button index.\r
440             </summary>\r
441         </member>\r
442         <member name="T:Tizen.Applications.NotificationEventListener.NotificationProperty">\r
443             <summary>\r
444             Enumeration for the notification particular property.\r
445             </summary>\r
446         </member>\r
447         <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.None">\r
448             <summary>\r
449             Value for the adjust nothing.\r
450             </summary>\r
451         </member>\r
452         <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.DisplayOnlySimMode">\r
453             <summary>\r
454             Value for display only when SIM card inserted.\r
455             </summary>\r
456         </member>\r
457         <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.DisableAppLaunch">\r
458             <summary>\r
459             Value for disable application launch when it is selected.\r
460             </summary>\r
461         </member>\r
462         <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.DisableAutoDelete">\r
463             <summary>\r
464             Value for disable auto delete when it is selected.\r
465             </summary>\r
466         </member>\r
467         <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.VolatileDisplay">\r
468             <summary>\r
469             Value for deleted when device is rebooted even though notification is not set OngoingType.\r
470             </summary>\r
471         </member>\r
472         <member name="T:Tizen.Applications.NotificationEventListener.UserEventType">\r
473             <summary>\r
474             Enumeration for event type on notification.\r
475             </summary>\r
476         </member>\r
477         <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnButton1">\r
478             <summary>\r
479             Event type : Click on button 1.\r
480             </summary>\r
481         </member>\r
482         <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnButton2">\r
483             <summary>\r
484             Event type : Click on button 2.\r
485             </summary>\r
486         </member>\r
487         <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnButton3">\r
488             <summary>\r
489             Event type : Click on button 3.\r
490             </summary>\r
491         </member>\r
492         <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnReplyButton">\r
493             <summary>\r
494             Event type : Click on text_input button.\r
495             </summary>\r
496         </member>\r
497         <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.HiddenByUser">\r
498             <summary>\r
499             Event type : Hidden by user.\r
500             </summary>\r
501         </member>\r
502         <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.HiddenByTimeout">\r
503             <summary>\r
504             Event type : Deleted by timer.\r
505             </summary>\r
506         </member>\r
507         <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.HiddenByExternal">\r
508             <summary>\r
509             Event type : Deleted by timer.\r
510             </summary>\r
511         </member>\r
512         <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnNotification">\r
513             <summary>\r
514             Event type : Clicked by user.\r
515             </summary>\r
516         </member>\r
517         <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.DeleteNotification">\r
518             <summary>\r
519             Event type : Deleted by user.\r
520             </summary>\r
521         </member>\r
522         <member name="T:Tizen.Applications.NotificationEventListener.NotificationType">\r
523             <summary>\r
524             Enumeration for notification type.\r
525             </summary>\r
526         </member>\r
527         <member name="F:Tizen.Applications.NotificationEventListener.NotificationType.Notification">\r
528             <summary>\r
529             Notification type.\r
530             </summary>\r
531         </member>\r
532         <member name="F:Tizen.Applications.NotificationEventListener.NotificationType.Ongoing">\r
533             <summary>\r
534             Ongoing type.\r
535             </summary>\r
536         </member>\r
537         <member name="T:Tizen.Applications.NotificationEventListener.NotificationText">\r
538             <summary>\r
539             Enumeration for notification text type.\r
540             </summary>\r
541         </member>\r
542         <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.Title">\r
543             <summary>\r
544             Title.\r
545             </summary>\r
546         </member>\r
547         <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.Content">\r
548             <summary>\r
549             Content.\r
550             </summary>\r
551         </member>\r
552         <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.EventCount">\r
553             <summary>\r
554             Text to display the event count.\r
555             </summary>\r
556         </member>\r
557         <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.FirstMainText">\r
558             <summary>\r
559             Box contents 1.\r
560             </summary>\r
561         </member>\r
562         <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.FirstSubText">\r
563             <summary>\r
564             Box contents 1-1.\r
565             </summary>\r
566         </member>\r
567         <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.SecondMainText">\r
568             <summary>\r
569             Box contents 2.\r
570             </summary>\r
571         </member>\r
572         <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.SecondSubText">\r
573             <summary>\r
574             Box contents 2-1.\r
575             </summary>\r
576         </member>\r
577         <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.FirstButton">\r
578             <summary>\r
579             Text on button 1.\r
580             </summary>\r
581         </member>\r
582         <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.SecondButton">\r
583             <summary>\r
584             Text on button 2.\r
585             </summary>\r
586         </member>\r
587         <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.ThirdButton">\r
588             <summary>\r
589             Text on button 3.\r
590             </summary>\r
591         </member>\r
592         <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.PlaceHolder">\r
593             <summary>\r
594             Guide text on the message reply box.\r
595             </summary>\r
596         </member>\r
597         <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.InputButton">\r
598             <summary>\r
599             Text on button on the message reply box.\r
600             </summary>\r
601         </member>\r
602         <member name="T:Tizen.Applications.NotificationEventListener.NotificationImage">\r
603             <summary>\r
604             Enumeration for the image type.\r
605             </summary>\r
606         </member>\r
607         <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Icon">\r
608             <summary>\r
609             Icon.\r
610             </summary>\r
611         </member>\r
612         <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Indicator">\r
613             <summary>\r
614             Indicator icon.\r
615             </summary>\r
616         </member>\r
617         <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Lockscreen">\r
618             <summary>\r
619              Lock screen icon.\r
620             </summary>\r
621         </member>\r
622         <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Thumbnail">\r
623             <summary>\r
624             Thumbnail.\r
625             </summary>\r
626         </member>\r
627         <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.ThumbnailLockscreen">\r
628             <summary>\r
629             Lock screen thumbnail.\r
630             </summary>\r
631         </member>\r
632         <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.SubIcon">\r
633             <summary>\r
634             Icon.\r
635             </summary>\r
636         </member>\r
637         <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Background">\r
638             <summary>\r
639             Image displayed on background.\r
640             </summary>\r
641         </member>\r
642         <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Button_1">\r
643             <summary>\r
644             Image for button 1.\r
645             </summary>\r
646         </member>\r
647         <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Button_2">\r
648             <summary>\r
649             Image for button 2.\r
650             </summary>\r
651         </member>\r
652         <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Button_3">\r
653             <summary>\r
654             Image for button 3.\r
655             </summary>\r
656         </member>\r
657         <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.TextInputButton">\r
658             <summary>\r
659             Image for message reply.\r
660             </summary>\r
661         </member>\r
662         <member name="T:Tizen.Applications.NotificationEventListener.NotificationLayout">\r
663             <summary>\r
664             Enumeration for notification layout type.\r
665             </summary>\r
666         </member>\r
667         <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.None">\r
668             <summary>\r
669             Default.\r
670             </summary>\r
671         </member>\r
672         <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.SingleEvent">\r
673             <summary>\r
674             Layout for notification. Used to inform single event.\r
675             </summary>\r
676         </member>\r
677         <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.Thumbnail">\r
678             <summary>\r
679             Layout for notification. Used to display images.\r
680             </summary>\r
681         </member>\r
682         <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.OngoingEvent">\r
683             <summary>\r
684             Layout for ongoing notification. Used to display text message.\r
685             </summary>\r
686         </member>\r
687         <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.OngoingProgress">\r
688             <summary>\r
689             Layout for ongoing notification. Used to display progress.\r
690             </summary>\r
691         </member>\r
692         <member name="T:Tizen.Applications.NotificationEventListener.LaunchOption">\r
693             <summary>\r
694             Enumeration for notification launch option type.\r
695             </summary>\r
696         </member>\r
697         <member name="F:Tizen.Applications.NotificationEventListener.LaunchOption.AppControl">\r
698             <summary>\r
699             Launching with application control.\r
700             </summary>\r
701         </member>\r
702         <member name="T:Tizen.Applications.NotificationEventListener.NotificationOperationDataType">\r
703             <summary>\r
704             Enumeration for notification operation data code.\r
705             </summary>\r
706         </member>\r
707         <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.Min">\r
708             <summary>\r
709             Default.\r
710             </summary>\r
711         </member>\r
712         <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.Type">\r
713             <summary>\r
714             Operation type.\r
715             </summary>\r
716         </member>\r
717         <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.UniqueNumber">\r
718             <summary>\r
719             Private ID.\r
720             </summary>\r
721         </member>\r
722         <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.Notification">\r
723             <summary>\r
724             Notification handler.\r
725             </summary>\r
726         </member>\r
727         <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.ExtraInformation1">\r
728             <summary>\r
729             Reserved.\r
730             </summary>\r
731         </member>\r
732         <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.ExtraInformation2">\r
733             <summary>\r
734             Reserved.\r
735             </summary>\r
736         </member>\r
737         <member name="T:Tizen.Applications.NotificationEventListener.NotificationOperationType">\r
738             <summary>\r
739             Enumeration for notification operation code.\r
740             </summary>\r
741         </member>\r
742         <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationType.None">\r
743             <summary>\r
744             Default.\r
745             </summary>\r
746         </member>\r
747         <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationType.Insert">\r
748             <summary>\r
749             Notification inserted.\r
750             </summary>\r
751         </member>\r
752         <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationType.Update">\r
753             <summary>\r
754             Notification updated.\r
755             </summary>\r
756         </member>\r
757         <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationType.Delete">\r
758             <summary>\r
759             Notification deleted.\r
760             </summary>\r
761         </member>\r
762         <member name="T:Tizen.Applications.NotificationEventListener.ClickEventType">\r
763             <summary>\r
764             Enumeration for event type on notification.\r
765             </summary>\r
766         </member>\r
767         <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.FirstButton">\r
768             <summary>\r
769             Event type : Click on button 1.\r
770             </summary>\r
771         </member>\r
772         <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.SecondButton">\r
773             <summary>\r
774             Event type : Click on button 2.\r
775             </summary>\r
776         </member>\r
777         <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.ThirdButton">\r
778             <summary>\r
779             Event type : Click on button 3.\r
780             </summary>\r
781         </member>\r
782         <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.Icon">\r
783             <summary>\r
784             Event type : Click on icon.\r
785             </summary>\r
786         </member>\r
787         <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.Thumbnail">\r
788             <summary>\r
789             Event type : Click on thumbnail.\r
790             </summary>\r
791         </member>\r
792         <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.InputButton">\r
793             <summary>\r
794             Event type : Click on text_input button.\r
795             </summary>\r
796         </member>\r
797         <member name="T:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist">\r
798             <summary>\r
799             Enumeration for display application list.\r
800             </summary>\r
801         </member>\r
802         <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Tray">\r
803             <summary>\r
804             Notification Tray(Quickpanel).\r
805             </summary>\r
806         </member>\r
807         <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Ticker">\r
808             <summary>\r
809             Ticker notification.\r
810             </summary>\r
811         </member>\r
812         <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Lock">\r
813             <summary>\r
814             Lock screen.\r
815             </summary>\r
816         </member>\r
817         <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Indicator">\r
818             <summary>\r
819             Indicator.\r
820             </summary>\r
821         </member>\r
822         <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Active">\r
823             <summary>\r
824             Active notification.\r
825             </summary>\r
826         </member>\r
827         <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.All">\r
828             <summary>\r
829             All display application except active notification.\r
830             </summary>\r
831         </member>\r
832         <member name="T:Tizen.Applications.NotificationEventListener.NotificationListenerManager">\r
833             <summary>\r
834             This class provides a way to register callback function for some notification events.\r
835             </summary>\r
836             <remarks>\r
837             The event listener can use this class to get a list of notifications or to clear notifications.\r
838             </remarks>\r
839         </member>\r
840         <member name="E:Tizen.Applications.NotificationEventListener.NotificationListenerManager.Added">\r
841             <summary>\r
842             Event handler for notification insert event.\r
843             </summary>\r
844             <exception cref="T:System.ArgumentException">Thrown in case of an invalid parameter.</exception>\r
845             <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>\r
846             <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>\r
847             <privilege>http://tizen.org/privilege/notification</privilege>\r
848         </member>\r
849         <member name="E:Tizen.Applications.NotificationEventListener.NotificationListenerManager.Updated">\r
850             <summary>\r
851             Event handler for notification update event.\r
852             </summary>\r
853             <exception cref="T:System.ArgumentException">Thrown in case of an invalid parameter.</exception>\r
854             <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>\r
855             <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>\r
856             <privilege>http://tizen.org/privilege/notification</privilege>\r
857         </member>\r
858         <member name="E:Tizen.Applications.NotificationEventListener.NotificationListenerManager.Deleted">\r
859             <summary>\r
860             Event handler for notification delete event.\r
861             </summary>\r
862             <exception cref="T:System.ArgumentException">Thrown in case of an invalid parameter.</exception>\r
863             <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>\r
864             <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>\r
865             <privilege>http://tizen.org/privilege/notification</privilege>\r
866         </member>\r
867         <member name="M:Tizen.Applications.NotificationEventListener.NotificationListenerManager.Delete(System.String,System.Int32)">\r
868             <summary>\r
869             Deletes a notification with appId and uniqueNumber.\r
870             </summary>\r
871             <param name="appId">The name of the application you want to delete.</param>\r
872             <param name="uniqueNumber">The unique number of the notification.</param>\r
873             <exception cref="T:System.ArgumentException">Thrown in case of an invalid parameter.</exception>\r
874             <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>\r
875             <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>\r
876             <privilege>http://tizen.org/privilege/notification</privilege>\r
877         </member>\r
878         <member name="M:Tizen.Applications.NotificationEventListener.NotificationListenerManager.DeleteAll">\r
879             <summary>\r
880             Deletes all notifications.\r
881             </summary>\r
882             <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>\r
883             <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>\r
884             <privilege>http://tizen.org/privilege/notification</privilege>\r
885         </member>\r
886         <member name="M:Tizen.Applications.NotificationEventListener.NotificationListenerManager.GetList">\r
887             <summary>\r
888             Returns the notification list.\r
889             </summary>\r
890             <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>\r
891             <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>\r
892             <privilege>http://tizen.org/privilege/notification</privilege>\r
893         </member>\r
894     </members>\r
895 </doc>\r