Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Applications.AttachPanel.xml
index 5212640..71d7b1d 100644 (file)
-<?xml version="1.0"?>
-<doc>
-    <assembly>
-        <name>Tizen.Applications.AttachPanel</name>
-    </assembly>
-    <members>
-        <member name="T:Tizen.Applications.AttachPanel.AttachPanel">
-            <summary>
-            Represents immutable class for attach panel.
-            </summary>
-        </member>
-        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.#ctor(System.IntPtr)">
-            <summary>
-            Represents immutable class for attach panel.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="conformant">The caller's conformant</param>
-            <exception cref="T:System.OutOfMemoryException">Thrown when an attempt to allocate memory fails.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is already exist or the <paramref name="conformant"/> is not a conformant object</exception>
-        </member>
-        <member name="P:Tizen.Applications.AttachPanel.AttachPanel.State">
-            <summary>
-            Gets the state of the AttachPanel.
-            </summary>
-            <value>The AttachPanel window state</value>
-        </member>
-        <member name="P:Tizen.Applications.AttachPanel.AttachPanel.Visible">
-            <summary>
-            Gets the value that indicates whether the AttachPanel is visible.
-            </summary>
-            <value>visible value of AttachPanel state</value>
-        </member>
-        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.AddCategory(Tizen.Applications.AttachPanel.ContentCategory,Tizen.Applications.Bundle)">
-            <summary>
-            Add a content category in the AttachPanel.
-            </summary>
-            <param name="category">The ContentCategory to be added in the AttachPanel</param>
-            <param name="extraData">The AttachPanel send some information using Bundle</param>
-            <privilege>http://tizen.org/privilege/mediastorage</privilege>
-            <privilege>http://tizen.org/privilege/camera</privilege>
-            <privilege>http://tizen.org/privilege/recorder</privilege>
-            <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
-            <feature>http://tizen.org/feature/camera</feature>
-            <feature>http://tizen.org/feature/microphone</feature>
-            <remarks>
-            The caller app has to check the return value of this function.
-            Content categories will be shown as the sequence of using AddCategory
-            Some contents need time to load it all.
-            So, it is needed to use this before the mainloop of Show
-            Privileges,
-            http://tizen.org/privilege/mediastorage, for using Image or Camera
-            http://tizen.org/privilege/camera, for using Camera or TakePicture
-            http://tizen.org/privilege/recorder, for using Voice
-            http://tizen.org/privilege/appmanager.launch, for adding content categories on the More tab
-            http://tizen.org/feature/camera, for using Camera or TakePicture
-            http://tizen.org/feature/microphone, for using Voice
-            Deliver more information to the callee with a bundle if you need.
-            http://tizen.org/appcontrol/data/total_count
-            http://tizen.org/appcontrol/data/total_size
-            </remarks>
-            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="category"/> is not a valid category</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when application does not have privilege to access this method</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when the device does not supported the <paramref name="category"/> feature </exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is not created yet or already destroyed</exception>
-        </member>
-        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.RemoveCategory(Tizen.Applications.AttachPanel.ContentCategory)">
-            <summary>
-            Removes the ContentCategory from the AttachPanel
-            </summary>
-            <param name="category">The ContentCategory adding in the AttachPanel</param>
-             <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="category"/> is not a valid category</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is not created yet or already destroyed</exception>
-        </member>
-        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.SetExtraData(Tizen.Applications.AttachPanel.ContentCategory,Tizen.Applications.Bundle)">
-            <summary>
-            Sets extraData to send to the ContentCategory using a Bundle
-            </summary>
-            <param name="category">The ContentCategory that some information to be set in the AttachPanel.</param>
-            <param name="extraData">The AttachPanel send some information using Bundle</param>
-            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="category"/> is not a valid category</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when an attempt to allocate memory fails.</exception>
-        </member>
-        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.Show">
-            <summary>
-            Shows the attach panel with animations
-            </summary>
-            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>
-        </member>
-        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.Show(System.Boolean)">
-            <summary>
-            Shows the attach panel and selects whether or not to animate
-            </summary>
-            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>
-        </member>
-        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.Hide">
-            <summary>
-            Hides the attach panel with animations
-            </summary>
-            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>
-        </member>
-        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.Hide(System.Boolean)">
-            <summary>
-            Hides the attach panel and selects whether or not to animate
-            </summary>
-            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>
-        </member>
-        <member name="E:Tizen.Applications.AttachPanel.AttachPanel.EventChanged">
-            <summary>
-            Occurs when reserved events are published from the panel-side.
-            </summary>
-        </member>
-        <member name="E:Tizen.Applications.AttachPanel.AttachPanel.ResultCallback">
-            <summary>
-            Occurs when an user selects and confirms something to attach in the AttachPanel
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.AttachPanel.ContentCategory">
-            <summary>
-            Enumeration for the attach panel content category.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Image">
-            <summary>
-            Attaching images from the gallery
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Camera">
-            <summary>
-            Taking pictures to attach
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Voice">
-            <summary>
-            Taking a voice clip to attach
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Video">
-            <summary>
-            Attaching video from the gallery
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Audio">
-            <summary>
-            Attaching audio from my files
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Calendar">
-            <summary>
-            Attaching calendar data from the calendar
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Contact">
-            <summary>
-            Attaching contact data from the contacts
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Myfiles">
-            <summary>
-            Attaching files data from my files
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.VideoRecorder">
-            <summary>
-            Taking a video clip to attach
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Document">
-            <summary>
-            Attaching files from the document list
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.TakePicture">
-            <summary>
-            Launching apps to take pictures will be attached
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Memo">
-            <summary>
-            Attaching memo data from the memo
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.AttachPanel.EventType">
-            <summary>
-            Enumeration for the attach panel event.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.EventType.ShowStart">
-            <summary>
-            Attach panel starts the effect to show
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.EventType.ShowFinish">
-            <summary>
-            Attach panel finishes the effect to show
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.EventType.HideStart">
-            <summary>
-            Attach panel starts the effect to hide the panel
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.EventType.HideFinish">
-            <summary>
-            Attach panel finishes the effect to hide the panel
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.AttachPanel.ResultEventArgs">
-            <summary>
-            Class for event arguments of the result event
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.AttachPanel.ResultEventArgs.AttachPanel">
-            <summary>
-             Property for attach panel object.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.AttachPanel.ResultEventArgs.Category">
-            <summary>
-            Results are from the content category.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.AttachPanel.ResultEventArgs.Result">
-            <summary>
-            Property for result
-            The caller app has to use ExtraData property to get received data.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.AttachPanel.ResultEventArgs.ResultCode">
-            <summary>
-            Property for result of AppControl
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.AttachPanel.ResultEventArgs.UserData">
-            <summary>
-            Property for user data
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.AttachPanel.StateEventArgs">
-            <summary>
-            Class for event arguments of the state event
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.AttachPanel.StateEventArgs.AttachPanel">
-            <summary>
-            Property for attach panel object
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.AttachPanel.StateEventArgs.EventType">
-            <summary>
-            Property for event type.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.AttachPanel.StateEventArgs.EventInfo">
-            <summary>
-            Additional event information.
-            This can be NULL if there are no necessary information.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.AttachPanel.StateEventArgs.UserData">
-            <summary>
-            Property for user data.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.AttachPanel.StateType">
-            <summary>
-            Enumeration for the attach panel's window state.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.StateType.Hidden">
-            <summary>
-            Attach panel is not visible
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.StateType.Partial">
-            <summary>
-            Attach panel is in partial window mode
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.AttachPanel.StateType.Full">
-            <summary>
-            Attach panel is in full screen mode
-            </summary>
-        </member>
-    </members>
-</doc>
+<?xml version="1.0"?>\r
+<doc>\r
+    <assembly>\r
+        <name>Tizen.Applications.AttachPanel</name>\r
+    </assembly>\r
+    <members>\r
+        <member name="T:Tizen.Applications.AttachPanel.AttachPanel">\r
+            <summary>\r
+            Represents immutable class for attach panel.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.#ctor(System.IntPtr)">\r
+            <summary>\r
+            Represents immutable class for attach panel.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="conformant">The caller's conformant</param>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when an attempt to allocate memory fails.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is already exist or the <paramref name="conformant"/> is not a conformant object</exception>\r
+        </member>\r
+        <member name="P:Tizen.Applications.AttachPanel.AttachPanel.State">\r
+            <summary>\r
+            Gets the state of the AttachPanel.\r
+            </summary>\r
+            <value>The AttachPanel window state</value>\r
+        </member>\r
+        <member name="P:Tizen.Applications.AttachPanel.AttachPanel.Visible">\r
+            <summary>\r
+            Gets the value that indicates whether the AttachPanel is visible.\r
+            </summary>\r
+            <value>visible value of AttachPanel state</value>\r
+        </member>\r
+        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.AddCategory(Tizen.Applications.AttachPanel.ContentCategory,Tizen.Applications.Bundle)">\r
+            <summary>\r
+            Add a content category in the AttachPanel.\r
+            </summary>\r
+            <param name="category">The ContentCategory to be added in the AttachPanel</param>\r
+            <param name="extraData">The AttachPanel send some information using Bundle</param>\r
+            <privilege>http://tizen.org/privilege/mediastorage</privilege>\r
+            <privilege>http://tizen.org/privilege/camera</privilege>\r
+            <privilege>http://tizen.org/privilege/recorder</privilege>\r
+            <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
+            <feature>http://tizen.org/feature/camera</feature>\r
+            <feature>http://tizen.org/feature/microphone</feature>\r
+            <remarks>\r
+            The caller app has to check the return value of this function.\r
+            Content categories will be shown as the sequence of using AddCategory\r
+            Some contents need time to load it all.\r
+            So, it is needed to use this before the mainloop of Show\r
+            Privileges,\r
+            http://tizen.org/privilege/mediastorage, for using Image or Camera\r
+            http://tizen.org/privilege/camera, for using Camera or TakePicture\r
+            http://tizen.org/privilege/recorder, for using Voice\r
+            http://tizen.org/privilege/appmanager.launch, for adding content categories on the More tab\r
+            http://tizen.org/feature/camera, for using Camera or TakePicture\r
+            http://tizen.org/feature/microphone, for using Voice\r
+            Deliver more information to the callee with a bundle if you need.\r
+            http://tizen.org/appcontrol/data/total_count\r
+            http://tizen.org/appcontrol/data/total_size\r
+            </remarks>\r
+            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="category"/> is not a valid category</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when application does not have privilege to access this method</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the device does not supported the <paramref name="category"/> feature </exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is not created yet or already destroyed</exception>\r
+        </member>\r
+        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.RemoveCategory(Tizen.Applications.AttachPanel.ContentCategory)">\r
+            <summary>\r
+            Removes the ContentCategory from the AttachPanel\r
+            </summary>\r
+            <param name="category">The ContentCategory adding in the AttachPanel</param>\r
+             <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="category"/> is not a valid category</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is not created yet or already destroyed</exception>\r
+        </member>\r
+        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.SetExtraData(Tizen.Applications.AttachPanel.ContentCategory,Tizen.Applications.Bundle)">\r
+            <summary>\r
+            Sets extraData to send to the ContentCategory using a Bundle\r
+            </summary>\r
+            <param name="category">The ContentCategory that some information to be set in the AttachPanel.</param>\r
+            <param name="extraData">The AttachPanel send some information using Bundle</param>\r
+            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="category"/> is not a valid category</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when an attempt to allocate memory fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.Show">\r
+            <summary>\r
+            Shows the attach panel with animations\r
+            </summary>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>\r
+        </member>\r
+        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.Show(System.Boolean)">\r
+            <summary>\r
+            Shows the attach panel and selects whether or not to animate\r
+            </summary>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>\r
+        </member>\r
+        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.Hide">\r
+            <summary>\r
+            Hides the attach panel with animations\r
+            </summary>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>\r
+        </member>\r
+        <member name="M:Tizen.Applications.AttachPanel.AttachPanel.Hide(System.Boolean)">\r
+            <summary>\r
+            Hides the attach panel and selects whether or not to animate\r
+            </summary>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>\r
+        </member>\r
+        <member name="E:Tizen.Applications.AttachPanel.AttachPanel.EventChanged">\r
+            <summary>\r
+            Occurs when reserved events are published from the panel-side.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Applications.AttachPanel.AttachPanel.ResultCallback">\r
+            <summary>\r
+            Occurs when an user selects and confirms something to attach in the AttachPanel\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.AttachPanel.ContentCategory">\r
+            <summary>\r
+            Enumeration for the attach panel content category.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Image">\r
+            <summary>\r
+            Attaching images from the gallery\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Camera">\r
+            <summary>\r
+            Taking pictures to attach\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Voice">\r
+            <summary>\r
+            Taking a voice clip to attach\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Video">\r
+            <summary>\r
+            Attaching video from the gallery\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Audio">\r
+            <summary>\r
+            Attaching audio from my files\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Calendar">\r
+            <summary>\r
+            Attaching calendar data from the calendar\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Contact">\r
+            <summary>\r
+            Attaching contact data from the contacts\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Myfiles">\r
+            <summary>\r
+            Attaching files data from my files\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.VideoRecorder">\r
+            <summary>\r
+            Taking a video clip to attach\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Document">\r
+            <summary>\r
+            Attaching files from the document list\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.TakePicture">\r
+            <summary>\r
+            Launching apps to take pictures will be attached\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.ContentCategory.Memo">\r
+            <summary>\r
+            Attaching memo data from the memo\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.AttachPanel.EventType">\r
+            <summary>\r
+            Enumeration for the attach panel event.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.EventType.ShowStart">\r
+            <summary>\r
+            Attach panel starts the effect to show\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.EventType.ShowFinish">\r
+            <summary>\r
+            Attach panel finishes the effect to show\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.EventType.HideStart">\r
+            <summary>\r
+            Attach panel starts the effect to hide the panel\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.EventType.HideFinish">\r
+            <summary>\r
+            Attach panel finishes the effect to hide the panel\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.AttachPanel.ResultEventArgs">\r
+            <summary>\r
+            Class for event arguments of the result event\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.AttachPanel.ResultEventArgs.AttachPanel">\r
+            <summary>\r
+             Property for attach panel object.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.AttachPanel.ResultEventArgs.Category">\r
+            <summary>\r
+            Results are from the content category.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.AttachPanel.ResultEventArgs.Result">\r
+            <summary>\r
+            Property for result\r
+            The caller app has to use ExtraData property to get received data.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.AttachPanel.ResultEventArgs.ResultCode">\r
+            <summary>\r
+            Property for result of AppControl\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.AttachPanel.ResultEventArgs.UserData">\r
+            <summary>\r
+            Property for user data\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.AttachPanel.StateEventArgs">\r
+            <summary>\r
+            Class for event arguments of the state event\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.AttachPanel.StateEventArgs.AttachPanel">\r
+            <summary>\r
+            Property for attach panel object\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.AttachPanel.StateEventArgs.EventType">\r
+            <summary>\r
+            Property for event type.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.AttachPanel.StateEventArgs.EventInfo">\r
+            <summary>\r
+            Additional event information.\r
+            This can be NULL if there are no necessary information.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.AttachPanel.StateEventArgs.UserData">\r
+            <summary>\r
+            Property for user data.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.AttachPanel.StateType">\r
+            <summary>\r
+            Enumeration for the attach panel's window state.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.StateType.Hidden">\r
+            <summary>\r
+            Attach panel is not visible\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.StateType.Partial">\r
+            <summary>\r
+            Attach panel is in partial window mode\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.AttachPanel.StateType.Full">\r
+            <summary>\r
+            Attach panel is in full screen mode\r
+            </summary>\r
+        </member>\r
+    </members>\r
+</doc>\r