Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Applications.NotificationEventListener.xml
index f5ee912..112aea6 100644 (file)
-<?xml version="1.0"?>
-<doc>
-    <assembly>
-        <name>Tizen.Applications.NotificationEventListener</name>
-    </assembly>
-    <members>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationDeleteEventArgs">
-            <summary>
-            This class provides the property to get information about the deleted notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationDeleteEventArgs.UniqueNumber">
-            <summary>
-            Gets the unique number of the notification.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs">
-            <summary>
-            This class provides the methods and properties to get information about the posted or updated notification.
-            </summary>
-            <summary>
-            This class provides methods and properties to get information about the posted or updated notification.
-            </summary>
-            <summary>
-            This class provides methods and properties to get information about the posted or updated notification.
-            </summary>
-            <summary>
-            This class provides methods and properties to get information about the posted or updated notification.
-            </summary>
-            <summary>
-            This class provides methods and properties to get information about the posted or updated notification.
-            </summary>
-            <summary>
-            This class provides methods and properties to get information about the posted or updated notification.
-            </summary>
-            <summary>
-            This class provides methods and properties to get information about the posted or updated notification.
-            </summary>
-            <summary>
-            This class provides methods and properties to get information about the posted or updated notification.
-            </summary>
-            <summary>
-            This class provides methods and properties to get information about the posted or updated notification.
-            </summary>
-        </member>
-        <member name="M:Tizen.Applications.NotificationEventListener.NotificationEventArgs.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs"/> class.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.UniqueNumber">
-            <summary>
-            Gets the unique ID of the notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AppID">
-            <summary>
-            Gets the appId of the notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Title">
-            <summary>
-            Gets the title of the notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Content">
-            <summary>
-            Gets the content text of the notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Icon">
-            <summary>
-            Gets the icon's path of the notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.SubIcon">
-            <summary>
-            Gets the sub icon path of the notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IsTimeStampVisible">
-            <summary>
-            Gets the timestamp if the notification is visible or not.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.TimeStamp">
-            <summary>
-            Gets TimeStamp of notification.
-            </summary>
-            <remarks>
-            If IsTimeStampVisible property is set false, this TimeStamp property is meaningless.
-            </remarks>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Count">
-            <summary>
-            Gets the count, which is displayed at the right side of notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Tag">
-            <summary>
-            Gets the tag of notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IsVisible">
-            <summary>
-            Gets a value that determines whether notification is displayed on the default viewer.
-            If IsDisplay property is set as false and add style, you can see only style notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Action">
-            <summary>
-            Gets the AppControl, which is invoked when notification is clicked.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Progress">
-            <summary>
-            Gets the object of the progress notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Accessory">
-            <summary>
-            Gets the AccessoryArgs, which has option of sound, vibration, and LED.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ExtraDataKey">
-            <summary>
-            Gets the key for extra data.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Property">
-            <summary>
-            Gets the property.
-            </summary>
-        </member>
-        <member name="M:Tizen.Applications.NotificationEventListener.NotificationEventArgs.GetStyle``1">
-            <summary>
-            Gets the styleArgs of active, lock, indicator, and bigpicture.
-            </summary>
-            <typeparam name="T">Type of notification style to be queried.</typeparam>
-            <returns>The NotificationEventListener.StyleArgs object associated with the given style.</returns>
-            <exception cref="T:System.ArgumentException">Thrown when an argument is invalid.</exception>
-        </member>
-        <member name="M:Tizen.Applications.NotificationEventListener.NotificationEventArgs.GetExtraData(System.String)">
-            <summary>
-            Gets the ExtraDataArgs.
-            </summary>
-            <param name="key">The key that specifies which extra data.</param>
-            <returns>Returns the bundle for key.</returns>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs">
-            <summary>
-            Class to get infomation about notification accessory.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.SoundOption">
-            <summary>
-            Gets the sound option.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.SoundPath">
-            <summary>
-            Gets the sound path.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.CanVibrate">
-            <summary>
-            Gets the vibration option.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.LedOption">
-            <summary>
-            Gets the LED option.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.LedOnMillisecond">
-            <summary>
-            Gets LED on time period that you would like the LED on the device to blink as well as the rate.
-            </summary>
-            <value>
-            Default value of LedOnMilliseconds is 0.
-            The rate is specified in terms of the number of milliseconds to be on.
-            </value>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.LedOffMillisecond">
-            <summary>
-            Gets LED on time period that you would like the LED on the device to blink as well as the rate.
-            </summary>
-            <value>
-            Default value of LedOffMillisecond is 0.
-            The rate is specified in terms of the number of millisecond to be off.
-            </value>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.LedColor">
-            <summary>
-            Gets LED color that you would like the LED on the device to blink.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs">
-            <summary>
-            Class to get infomation about notification active style.
-            </summary>
-        </member>
-        <member name="M:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs"/> class.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.IsAutoRemove">
-            <summary>
-            Gets the IsAutoRemove option of the active notification.
-            IsAutoRemove option lets the active notification be removed several seconds after it shows.
-            </summary>
-            <value>
-            When 'IsAutoRemove' is set as false, the active notification will not be removed as long as the user removes
-            the active notification, or the app which posted the active notification removes the active notification.
-            </value>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.BackgroundImage">
-            <summary>
-            Gets an absolute path for an image file to display on the background of active notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.DefaultButton">
-            <summary>
-            Gets the default button to display highlight on the active notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.HideTimeout">
-            <summary>
-            Gets timeout value in seconds when the notification can be hidden from the viewer.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.DeleteTimeout">
-            <summary>
-            Gets timeout value in seconds when the notification can be deleted from the viewer.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.HiddenByUserAction">
-            <summary>
-            Gets Action which is invoked when notification is hidden by user.
-            </summary>
-            <remarks>
-            The property is only reflected on Tizen TV.
-            If you use this API on other profile, this action have no effect
-            </remarks>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.HiddenByTimeoutAction">
-            <summary>
-            Gets or sets Action which is invoked when there is no any response by user until hide timeout.
-            </summary>
-            <remarks>
-            The property is only reflected on Tizen TV.
-            If you use this API on other profile, this action settings have no effect
-            </remarks>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.HiddenByExternalAction">
-            <summary>
-            Gets or sets Action which is invoked when the notification is hidden by external factor.
-            </summary>
-            <remarks>
-            If you use this API on other profile, this action settings have no effect
-            </remarks>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.Button">
-            <summary>
-            Gets a button to this active notification style.
-            Buttons are displayed in the notification content.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.Reply">
-            <summary>
-            Gets a ReplyAction to this active notification style.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs">
-            <summary>
-             Class to get infomation about notification ButtonAction.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs.Index">
-            <summary>
-            Gets the index of the button, which appears at notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs.Text">
-            <summary>
-            Gets the text that describes the button.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs.ImagePath">
-            <summary>
-            Gets the image's path that represents the button.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs.Action">
-            <summary>
-            Gets the AppControl that is invoked when the button is clicked.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IndicatorStyleArgs">
-            <summary>
-             Class to generate the indicator style notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IndicatorStyleArgs.IconPath">
-            <summary>
-            Gets the path of the image file to display on the icon of indicator style.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IndicatorStyleArgs.SubText">
-            <summary>
-            Gets the sub text to display indicator style.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.LockStyleArgs">
-            <summary>
-             Class to get infomation about notification lock style.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.LockStyleArgs.IconPath">
-            <summary>
-            Gets the path of the image file to display on the icon of lock style.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.LockStyleArgs.Thumbnail">
-            <summary>
-            Gets the path of the thumbnail image file to display on the icon of lock style.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ProgressArgs">
-            <summary>
-             Class to get infomation about progress notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ProgressArgs.Category">
-            <summary>
-            Gets category of ProgressType.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ProgressArgs.Current">
-            <summary>
-            Gets current value of ProgressType.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ProgressArgs.Max">
-            <summary>
-            Gets max value of ProgressType.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs">
-            <summary>
-             Class to get infomation about notification ReplyAction.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs.ParentIndex">
-            <summary>
-            Gets index of button, which appears at notification.
-            If there is no ParentIndex, the ReplyAction should be displayed directly on the active notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs.PlaceHolderText">
-            <summary>
-            Gets the PlaceHolderText of ReplyAction, which appears at notification.
-            It will be displayed to the text input box on the active notification.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs.ReplyMax">
-            <summary>
-            Gets a max length of text input.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs.Button">
-            <summary>
-            Gets the button displayed in the replyaction.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.ProgressCategory">
-            <summary>
-            Enumeration for the progress category.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.ProgressCategory.Percent">
-            <summary>
-            Value for the percent type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.ProgressCategory.Time">
-            <summary>
-            Value for the time type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.ProgressCategory.PendingBar">
-            <summary>
-            Value for the pending type, which is not the updated progress current value.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.AccessoryOption">
-            <summary>
-            Enumeration for the accessory option.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.AccessoryOption.Off">
-            <summary>
-            Value for off accessory option.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.AccessoryOption.On">
-            <summary>
-            Value for on accessory option.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.AccessoryOption.Custom">
-            <summary>
-            Value for the custom accessory option.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.ButtonIndex">
-            <summary>
-            Enumeration for the button index.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.ButtonIndex.None">
-            <summary>
-            Value for the default button index.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.ButtonIndex.First">
-            <summary>
-            Value for the first button index.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.ButtonIndex.Second">
-            <summary>
-            Value for the second button index.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.ButtonIndex.Third">
-            <summary>
-            Value for the third button index.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationProperty">
-            <summary>
-            Enumeration for the notification particular property.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.None">
-            <summary>
-            Value for the adjust nothing.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.DisplayOnlySimMode">
-            <summary>
-            Value for display only when SIM card inserted.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.DisableAppLaunch">
-            <summary>
-            Value for disable application launch when it is selected.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.DisableAutoDelete">
-            <summary>
-            Value for disable auto delete when it is selected.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.VolatileDisplay">
-            <summary>
-            Value for deleted when device is rebooted even though notification is not set OngoingType.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.UserEventType">
-            <summary>
-            Enumeration for event type on notification.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnButton1">
-            <summary>
-            Event type : Click on button 1.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnButton2">
-            <summary>
-            Event type : Click on button 2.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnButton3">
-            <summary>
-            Event type : Click on button 3.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnReplyButton">
-            <summary>
-            Event type : Click on text_input button.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.HiddenByUser">
-            <summary>
-            Event type : Hidden by user.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.HiddenByTimeout">
-            <summary>
-            Event type : Deleted by timer.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.HiddenByExternal">
-            <summary>
-            Event type : Deleted by timer.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnNotification">
-            <summary>
-            Event type : Clicked by user.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.DeleteNotification">
-            <summary>
-            Event type : Deleted by user.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationType">
-            <summary>
-            Enumeration for notification type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationType.Notification">
-            <summary>
-            Notification type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationType.Ongoing">
-            <summary>
-            Ongoing type.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationText">
-            <summary>
-            Enumeration for notification text type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.Title">
-            <summary>
-            Title.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.Content">
-            <summary>
-            Content.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.EventCount">
-            <summary>
-            Text to display the event count.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.FirstMainText">
-            <summary>
-            Box contents 1.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.FirstSubText">
-            <summary>
-            Box contents 1-1.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.SecondMainText">
-            <summary>
-            Box contents 2.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.SecondSubText">
-            <summary>
-            Box contents 2-1.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.FirstButton">
-            <summary>
-            Text on button 1.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.SecondButton">
-            <summary>
-            Text on button 2.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.ThirdButton">
-            <summary>
-            Text on button 3.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.PlaceHolder">
-            <summary>
-            Guide text on the message reply box.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.InputButton">
-            <summary>
-            Text on button on the message reply box.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationImage">
-            <summary>
-            Enumeration for the image type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Icon">
-            <summary>
-            Icon.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Indicator">
-            <summary>
-            Indicator icon.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Lockscreen">
-            <summary>
-             Lock screen icon.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Thumbnail">
-            <summary>
-            Thumbnail.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.ThumbnailLockscreen">
-            <summary>
-            Lock screen thumbnail.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.SubIcon">
-            <summary>
-            Icon.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Background">
-            <summary>
-            Image displayed on background.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Button_1">
-            <summary>
-            Image for button 1.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Button_2">
-            <summary>
-            Image for button 2.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Button_3">
-            <summary>
-            Image for button 3.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.TextInputButton">
-            <summary>
-            Image for message reply.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationLayout">
-            <summary>
-            Enumeration for notification layout type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.None">
-            <summary>
-            Default.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.SingleEvent">
-            <summary>
-            Layout for notification. Used to inform single event.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.Thumbnail">
-            <summary>
-            Layout for notification. Used to display images.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.OngoingEvent">
-            <summary>
-            Layout for ongoing notification. Used to display text message.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.OngoingProgress">
-            <summary>
-            Layout for ongoing notification. Used to display progress.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.LaunchOption">
-            <summary>
-            Enumeration for notification launch option type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.LaunchOption.AppControl">
-            <summary>
-            Launching with application control.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationOperationDataType">
-            <summary>
-            Enumeration for notification operation data code.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.Min">
-            <summary>
-            Default.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.Type">
-            <summary>
-            Operation type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.UniqueNumber">
-            <summary>
-            Private ID.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.Notification">
-            <summary>
-            Notification handler.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.ExtraInformation1">
-            <summary>
-            Reserved.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.ExtraInformation2">
-            <summary>
-            Reserved.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationOperationType">
-            <summary>
-            Enumeration for notification operation code.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationType.None">
-            <summary>
-            Default.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationType.Insert">
-            <summary>
-            Notification inserted.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationType.Update">
-            <summary>
-            Notification updated.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationType.Delete">
-            <summary>
-            Notification deleted.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.ClickEventType">
-            <summary>
-            Enumeration for event type on notification.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.FirstButton">
-            <summary>
-            Event type : Click on button 1.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.SecondButton">
-            <summary>
-            Event type : Click on button 2.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.ThirdButton">
-            <summary>
-            Event type : Click on button 3.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.Icon">
-            <summary>
-            Event type : Click on icon.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.Thumbnail">
-            <summary>
-            Event type : Click on thumbnail.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.InputButton">
-            <summary>
-            Event type : Click on text_input button.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist">
-            <summary>
-            Enumeration for display application list.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Tray">
-            <summary>
-            Notification Tray(Quickpanel).
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Ticker">
-            <summary>
-            Ticker notification.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Lock">
-            <summary>
-            Lock screen.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Indicator">
-            <summary>
-            Indicator.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Active">
-            <summary>
-            Active notification.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.All">
-            <summary>
-            All display application except active notification.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.NotificationEventListener.NotificationListenerManager">
-            <summary>
-            This class provides a way to register callback function for some notification events.
-            </summary>
-            <remarks>
-            The event listener can use this class to get a list of notifications or to clear notifications.
-            </remarks>
-        </member>
-        <member name="E:Tizen.Applications.NotificationEventListener.NotificationListenerManager.Added">
-            <summary>
-            Event handler for notification insert event.
-            </summary>
-            <exception cref="T:System.ArgumentException">Thrown in case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>
-            <privilege>http://tizen.org/privilege/notification</privilege>
-        </member>
-        <member name="E:Tizen.Applications.NotificationEventListener.NotificationListenerManager.Updated">
-            <summary>
-            Event handler for notification update event.
-            </summary>
-            <exception cref="T:System.ArgumentException">Thrown in case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>
-            <privilege>http://tizen.org/privilege/notification</privilege>
-        </member>
-        <member name="E:Tizen.Applications.NotificationEventListener.NotificationListenerManager.Deleted">
-            <summary>
-            Event handler for notification delete event.
-            </summary>
-            <exception cref="T:System.ArgumentException">Thrown in case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>
-            <privilege>http://tizen.org/privilege/notification</privilege>
-        </member>
-        <member name="M:Tizen.Applications.NotificationEventListener.NotificationListenerManager.Delete(System.String,System.Int32)">
-            <summary>
-            Deletes a notification with appId and uniqueNumber.
-            </summary>
-            <param name="appId">The name of the application you want to delete.</param>
-            <param name="uniqueNumber">The unique number of the notification.</param>
-            <exception cref="T:System.ArgumentException">Thrown in case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>
-            <privilege>http://tizen.org/privilege/notification</privilege>
-        </member>
-        <member name="M:Tizen.Applications.NotificationEventListener.NotificationListenerManager.DeleteAll">
-            <summary>
-            Deletes all notifications.
-            </summary>
-            <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>
-            <privilege>http://tizen.org/privilege/notification</privilege>
-        </member>
-        <member name="M:Tizen.Applications.NotificationEventListener.NotificationListenerManager.GetList">
-            <summary>
-            Returns the notification list.
-            </summary>
-            <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>
-            <privilege>http://tizen.org/privilege/notification</privilege>
-        </member>
-    </members>
-</doc>
+<?xml version="1.0"?>\r
+<doc>\r
+    <assembly>\r
+        <name>Tizen.Applications.NotificationEventListener</name>\r
+    </assembly>\r
+    <members>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationDeleteEventArgs">\r
+            <summary>\r
+            This class provides the property to get information about the deleted notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationDeleteEventArgs.UniqueNumber">\r
+            <summary>\r
+            Gets the unique number of the notification.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs">\r
+            <summary>\r
+            This class provides the methods and properties to get information about the posted or updated notification.\r
+            </summary>\r
+            <summary>\r
+            This class provides methods and properties to get information about the posted or updated notification.\r
+            </summary>\r
+            <summary>\r
+            This class provides methods and properties to get information about the posted or updated notification.\r
+            </summary>\r
+            <summary>\r
+            This class provides methods and properties to get information about the posted or updated notification.\r
+            </summary>\r
+            <summary>\r
+            This class provides methods and properties to get information about the posted or updated notification.\r
+            </summary>\r
+            <summary>\r
+            This class provides methods and properties to get information about the posted or updated notification.\r
+            </summary>\r
+            <summary>\r
+            This class provides methods and properties to get information about the posted or updated notification.\r
+            </summary>\r
+            <summary>\r
+            This class provides methods and properties to get information about the posted or updated notification.\r
+            </summary>\r
+            <summary>\r
+            This class provides methods and properties to get information about the posted or updated notification.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Applications.NotificationEventListener.NotificationEventArgs.#ctor">\r
+            <summary>\r
+            Initializes a new instance of the <see cref="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs"/> class.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.UniqueNumber">\r
+            <summary>\r
+            Gets the unique ID of the notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AppID">\r
+            <summary>\r
+            Gets the appId of the notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Title">\r
+            <summary>\r
+            Gets the title of the notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Content">\r
+            <summary>\r
+            Gets the content text of the notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Icon">\r
+            <summary>\r
+            Gets the icon's path of the notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.SubIcon">\r
+            <summary>\r
+            Gets the sub icon path of the notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IsTimeStampVisible">\r
+            <summary>\r
+            Gets the timestamp if the notification is visible or not.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.TimeStamp">\r
+            <summary>\r
+            Gets TimeStamp of notification.\r
+            </summary>\r
+            <remarks>\r
+            If IsTimeStampVisible property is set false, this TimeStamp property is meaningless.\r
+            </remarks>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Count">\r
+            <summary>\r
+            Gets the count, which is displayed at the right side of notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Tag">\r
+            <summary>\r
+            Gets the tag of notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IsVisible">\r
+            <summary>\r
+            Gets a value that determines whether notification is displayed on the default viewer.\r
+            If IsDisplay property is set as false and add style, you can see only style notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Action">\r
+            <summary>\r
+            Gets the AppControl, which is invoked when notification is clicked.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Progress">\r
+            <summary>\r
+            Gets the object of the progress notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Accessory">\r
+            <summary>\r
+            Gets the AccessoryArgs, which has option of sound, vibration, and LED.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ExtraDataKey">\r
+            <summary>\r
+            Gets the key for extra data.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.Property">\r
+            <summary>\r
+            Gets the property.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Applications.NotificationEventListener.NotificationEventArgs.GetStyle``1">\r
+            <summary>\r
+            Gets the styleArgs of active, lock, indicator, and bigpicture.\r
+            </summary>\r
+            <typeparam name="T">Type of notification style to be queried.</typeparam>\r
+            <returns>The NotificationEventListener.StyleArgs object associated with the given style.</returns>\r
+            <exception cref="T:System.ArgumentException">Thrown when an argument is invalid.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Applications.NotificationEventListener.NotificationEventArgs.GetExtraData(System.String)">\r
+            <summary>\r
+            Gets the ExtraDataArgs.\r
+            </summary>\r
+            <param name="key">The key that specifies which extra data.</param>\r
+            <returns>Returns the bundle for key.</returns>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs">\r
+            <summary>\r
+            Class to get infomation about notification accessory.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.SoundOption">\r
+            <summary>\r
+            Gets the sound option.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.SoundPath">\r
+            <summary>\r
+            Gets the sound path.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.CanVibrate">\r
+            <summary>\r
+            Gets the vibration option.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.LedOption">\r
+            <summary>\r
+            Gets the LED option.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.LedOnMillisecond">\r
+            <summary>\r
+            Gets LED on time period that you would like the LED on the device to blink as well as the rate.\r
+            </summary>\r
+            <value>\r
+            Default value of LedOnMilliseconds is 0.\r
+            The rate is specified in terms of the number of milliseconds to be on.\r
+            </value>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.LedOffMillisecond">\r
+            <summary>\r
+            Gets LED on time period that you would like the LED on the device to blink as well as the rate.\r
+            </summary>\r
+            <value>\r
+            Default value of LedOffMillisecond is 0.\r
+            The rate is specified in terms of the number of millisecond to be off.\r
+            </value>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.AccessoryArgs.LedColor">\r
+            <summary>\r
+            Gets LED color that you would like the LED on the device to blink.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs">\r
+            <summary>\r
+            Class to get infomation about notification active style.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.#ctor">\r
+            <summary>\r
+            Initializes a new instance of the <see cref="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs"/> class.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.IsAutoRemove">\r
+            <summary>\r
+            Gets the IsAutoRemove option of the active notification.\r
+            IsAutoRemove option lets the active notification be removed several seconds after it shows.\r
+            </summary>\r
+            <value>\r
+            When 'IsAutoRemove' is set as false, the active notification will not be removed as long as the user removes\r
+            the active notification, or the app which posted the active notification removes the active notification.\r
+            </value>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.BackgroundImage">\r
+            <summary>\r
+            Gets an absolute path for an image file to display on the background of active notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.DefaultButton">\r
+            <summary>\r
+            Gets the default button to display highlight on the active notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.HideTimeout">\r
+            <summary>\r
+            Gets timeout value in seconds when the notification can be hidden from the viewer.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.DeleteTimeout">\r
+            <summary>\r
+            Gets timeout value in seconds when the notification can be deleted from the viewer.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.HiddenByUserAction">\r
+            <summary>\r
+            Gets Action which is invoked when notification is hidden by user.\r
+            </summary>\r
+            <remarks>\r
+            The property is only reflected on Tizen TV.\r
+            If you use this API on other profile, this action have no effect\r
+            </remarks>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.HiddenByTimeoutAction">\r
+            <summary>\r
+            Gets or sets Action which is invoked when there is no any response by user until hide timeout.\r
+            </summary>\r
+            <remarks>\r
+            The property is only reflected on Tizen TV.\r
+            If you use this API on other profile, this action settings have no effect\r
+            </remarks>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.HiddenByExternalAction">\r
+            <summary>\r
+            Gets or sets Action which is invoked when the notification is hidden by external factor.\r
+            </summary>\r
+            <remarks>\r
+            If you use this API on other profile, this action settings have no effect\r
+            </remarks>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.Button">\r
+            <summary>\r
+            Gets a button to this active notification style.\r
+            Buttons are displayed in the notification content.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ActiveStyleArgs.Reply">\r
+            <summary>\r
+            Gets a ReplyAction to this active notification style.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs">\r
+            <summary>\r
+             Class to get infomation about notification ButtonAction.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs.Index">\r
+            <summary>\r
+            Gets the index of the button, which appears at notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs.Text">\r
+            <summary>\r
+            Gets the text that describes the button.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs.ImagePath">\r
+            <summary>\r
+            Gets the image's path that represents the button.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ButtonActionArgs.Action">\r
+            <summary>\r
+            Gets the AppControl that is invoked when the button is clicked.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IndicatorStyleArgs">\r
+            <summary>\r
+             Class to generate the indicator style notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IndicatorStyleArgs.IconPath">\r
+            <summary>\r
+            Gets the path of the image file to display on the icon of indicator style.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.IndicatorStyleArgs.SubText">\r
+            <summary>\r
+            Gets the sub text to display indicator style.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.LockStyleArgs">\r
+            <summary>\r
+             Class to get infomation about notification lock style.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.LockStyleArgs.IconPath">\r
+            <summary>\r
+            Gets the path of the image file to display on the icon of lock style.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.LockStyleArgs.Thumbnail">\r
+            <summary>\r
+            Gets the path of the thumbnail image file to display on the icon of lock style.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ProgressArgs">\r
+            <summary>\r
+             Class to get infomation about progress notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ProgressArgs.Category">\r
+            <summary>\r
+            Gets category of ProgressType.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ProgressArgs.Current">\r
+            <summary>\r
+            Gets current value of ProgressType.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ProgressArgs.Max">\r
+            <summary>\r
+            Gets max value of ProgressType.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs">\r
+            <summary>\r
+             Class to get infomation about notification ReplyAction.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs.ParentIndex">\r
+            <summary>\r
+            Gets index of button, which appears at notification.\r
+            If there is no ParentIndex, the ReplyAction should be displayed directly on the active notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs.PlaceHolderText">\r
+            <summary>\r
+            Gets the PlaceHolderText of ReplyAction, which appears at notification.\r
+            It will be displayed to the text input box on the active notification.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs.ReplyMax">\r
+            <summary>\r
+            Gets a max length of text input.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.NotificationEventListener.NotificationEventArgs.ReplyActionArgs.Button">\r
+            <summary>\r
+            Gets the button displayed in the replyaction.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.ProgressCategory">\r
+            <summary>\r
+            Enumeration for the progress category.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.ProgressCategory.Percent">\r
+            <summary>\r
+            Value for the percent type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.ProgressCategory.Time">\r
+            <summary>\r
+            Value for the time type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.ProgressCategory.PendingBar">\r
+            <summary>\r
+            Value for the pending type, which is not the updated progress current value.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.AccessoryOption">\r
+            <summary>\r
+            Enumeration for the accessory option.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.AccessoryOption.Off">\r
+            <summary>\r
+            Value for off accessory option.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.AccessoryOption.On">\r
+            <summary>\r
+            Value for on accessory option.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.AccessoryOption.Custom">\r
+            <summary>\r
+            Value for the custom accessory option.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.ButtonIndex">\r
+            <summary>\r
+            Enumeration for the button index.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.ButtonIndex.None">\r
+            <summary>\r
+            Value for the default button index.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.ButtonIndex.First">\r
+            <summary>\r
+            Value for the first button index.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.ButtonIndex.Second">\r
+            <summary>\r
+            Value for the second button index.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.ButtonIndex.Third">\r
+            <summary>\r
+            Value for the third button index.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationProperty">\r
+            <summary>\r
+            Enumeration for the notification particular property.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.None">\r
+            <summary>\r
+            Value for the adjust nothing.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.DisplayOnlySimMode">\r
+            <summary>\r
+            Value for display only when SIM card inserted.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.DisableAppLaunch">\r
+            <summary>\r
+            Value for disable application launch when it is selected.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.DisableAutoDelete">\r
+            <summary>\r
+            Value for disable auto delete when it is selected.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationProperty.VolatileDisplay">\r
+            <summary>\r
+            Value for deleted when device is rebooted even though notification is not set OngoingType.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.UserEventType">\r
+            <summary>\r
+            Enumeration for event type on notification.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnButton1">\r
+            <summary>\r
+            Event type : Click on button 1.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnButton2">\r
+            <summary>\r
+            Event type : Click on button 2.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnButton3">\r
+            <summary>\r
+            Event type : Click on button 3.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnReplyButton">\r
+            <summary>\r
+            Event type : Click on text_input button.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.HiddenByUser">\r
+            <summary>\r
+            Event type : Hidden by user.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.HiddenByTimeout">\r
+            <summary>\r
+            Event type : Deleted by timer.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.HiddenByExternal">\r
+            <summary>\r
+            Event type : Deleted by timer.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.ClickOnNotification">\r
+            <summary>\r
+            Event type : Clicked by user.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.UserEventType.DeleteNotification">\r
+            <summary>\r
+            Event type : Deleted by user.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationType">\r
+            <summary>\r
+            Enumeration for notification type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationType.Notification">\r
+            <summary>\r
+            Notification type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationType.Ongoing">\r
+            <summary>\r
+            Ongoing type.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationText">\r
+            <summary>\r
+            Enumeration for notification text type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.Title">\r
+            <summary>\r
+            Title.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.Content">\r
+            <summary>\r
+            Content.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.EventCount">\r
+            <summary>\r
+            Text to display the event count.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.FirstMainText">\r
+            <summary>\r
+            Box contents 1.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.FirstSubText">\r
+            <summary>\r
+            Box contents 1-1.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.SecondMainText">\r
+            <summary>\r
+            Box contents 2.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.SecondSubText">\r
+            <summary>\r
+            Box contents 2-1.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.FirstButton">\r
+            <summary>\r
+            Text on button 1.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.SecondButton">\r
+            <summary>\r
+            Text on button 2.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.ThirdButton">\r
+            <summary>\r
+            Text on button 3.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.PlaceHolder">\r
+            <summary>\r
+            Guide text on the message reply box.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationText.InputButton">\r
+            <summary>\r
+            Text on button on the message reply box.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationImage">\r
+            <summary>\r
+            Enumeration for the image type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Icon">\r
+            <summary>\r
+            Icon.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Indicator">\r
+            <summary>\r
+            Indicator icon.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Lockscreen">\r
+            <summary>\r
+             Lock screen icon.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Thumbnail">\r
+            <summary>\r
+            Thumbnail.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.ThumbnailLockscreen">\r
+            <summary>\r
+            Lock screen thumbnail.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.SubIcon">\r
+            <summary>\r
+            Icon.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Background">\r
+            <summary>\r
+            Image displayed on background.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Button_1">\r
+            <summary>\r
+            Image for button 1.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Button_2">\r
+            <summary>\r
+            Image for button 2.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.Button_3">\r
+            <summary>\r
+            Image for button 3.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationImage.TextInputButton">\r
+            <summary>\r
+            Image for message reply.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationLayout">\r
+            <summary>\r
+            Enumeration for notification layout type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.None">\r
+            <summary>\r
+            Default.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.SingleEvent">\r
+            <summary>\r
+            Layout for notification. Used to inform single event.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.Thumbnail">\r
+            <summary>\r
+            Layout for notification. Used to display images.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.OngoingEvent">\r
+            <summary>\r
+            Layout for ongoing notification. Used to display text message.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationLayout.OngoingProgress">\r
+            <summary>\r
+            Layout for ongoing notification. Used to display progress.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.LaunchOption">\r
+            <summary>\r
+            Enumeration for notification launch option type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.LaunchOption.AppControl">\r
+            <summary>\r
+            Launching with application control.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationOperationDataType">\r
+            <summary>\r
+            Enumeration for notification operation data code.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.Min">\r
+            <summary>\r
+            Default.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.Type">\r
+            <summary>\r
+            Operation type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.UniqueNumber">\r
+            <summary>\r
+            Private ID.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.Notification">\r
+            <summary>\r
+            Notification handler.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.ExtraInformation1">\r
+            <summary>\r
+            Reserved.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationDataType.ExtraInformation2">\r
+            <summary>\r
+            Reserved.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationOperationType">\r
+            <summary>\r
+            Enumeration for notification operation code.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationType.None">\r
+            <summary>\r
+            Default.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationType.Insert">\r
+            <summary>\r
+            Notification inserted.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationType.Update">\r
+            <summary>\r
+            Notification updated.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationOperationType.Delete">\r
+            <summary>\r
+            Notification deleted.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.ClickEventType">\r
+            <summary>\r
+            Enumeration for event type on notification.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.FirstButton">\r
+            <summary>\r
+            Event type : Click on button 1.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.SecondButton">\r
+            <summary>\r
+            Event type : Click on button 2.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.ThirdButton">\r
+            <summary>\r
+            Event type : Click on button 3.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.Icon">\r
+            <summary>\r
+            Event type : Click on icon.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.Thumbnail">\r
+            <summary>\r
+            Event type : Click on thumbnail.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.ClickEventType.InputButton">\r
+            <summary>\r
+            Event type : Click on text_input button.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist">\r
+            <summary>\r
+            Enumeration for display application list.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Tray">\r
+            <summary>\r
+            Notification Tray(Quickpanel).\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Ticker">\r
+            <summary>\r
+            Ticker notification.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Lock">\r
+            <summary>\r
+            Lock screen.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Indicator">\r
+            <summary>\r
+            Indicator.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.Active">\r
+            <summary>\r
+            Active notification.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.NotificationEventListener.NotificationDisplayApplist.All">\r
+            <summary>\r
+            All display application except active notification.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.NotificationEventListener.NotificationListenerManager">\r
+            <summary>\r
+            This class provides a way to register callback function for some notification events.\r
+            </summary>\r
+            <remarks>\r
+            The event listener can use this class to get a list of notifications or to clear notifications.\r
+            </remarks>\r
+        </member>\r
+        <member name="E:Tizen.Applications.NotificationEventListener.NotificationListenerManager.Added">\r
+            <summary>\r
+            Event handler for notification insert event.\r
+            </summary>\r
+            <exception cref="T:System.ArgumentException">Thrown in case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>\r
+            <privilege>http://tizen.org/privilege/notification</privilege>\r
+        </member>\r
+        <member name="E:Tizen.Applications.NotificationEventListener.NotificationListenerManager.Updated">\r
+            <summary>\r
+            Event handler for notification update event.\r
+            </summary>\r
+            <exception cref="T:System.ArgumentException">Thrown in case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>\r
+            <privilege>http://tizen.org/privilege/notification</privilege>\r
+        </member>\r
+        <member name="E:Tizen.Applications.NotificationEventListener.NotificationListenerManager.Deleted">\r
+            <summary>\r
+            Event handler for notification delete event.\r
+            </summary>\r
+            <exception cref="T:System.ArgumentException">Thrown in case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>\r
+            <privilege>http://tizen.org/privilege/notification</privilege>\r
+        </member>\r
+        <member name="M:Tizen.Applications.NotificationEventListener.NotificationListenerManager.Delete(System.String,System.Int32)">\r
+            <summary>\r
+            Deletes a notification with appId and uniqueNumber.\r
+            </summary>\r
+            <param name="appId">The name of the application you want to delete.</param>\r
+            <param name="uniqueNumber">The unique number of the notification.</param>\r
+            <exception cref="T:System.ArgumentException">Thrown in case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>\r
+            <privilege>http://tizen.org/privilege/notification</privilege>\r
+        </member>\r
+        <member name="M:Tizen.Applications.NotificationEventListener.NotificationListenerManager.DeleteAll">\r
+            <summary>\r
+            Deletes all notifications.\r
+            </summary>\r
+            <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>\r
+            <privilege>http://tizen.org/privilege/notification</privilege>\r
+        </member>\r
+        <member name="M:Tizen.Applications.NotificationEventListener.NotificationListenerManager.GetList">\r
+            <summary>\r
+            Returns the notification list.\r
+            </summary>\r
+            <exception cref="T:System.UnauthorizedAccessException"> Thrown in case of a permission is denied.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown in case of any internal error.</exception>\r
+            <privilege>http://tizen.org/privilege/notification</privilege>\r
+        </member>\r
+    </members>\r
+</doc>\r