Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Applications.RemoteView.xml
index 99ce6a4..48705ca 100644 (file)
-<?xml version="1.0"?>
-<doc>
-    <assembly>
-        <name>Tizen.Applications.RemoteView</name>
-    </assembly>
-    <members>
-        <member name="T:Tizen.Applications.RemoteView">
-            <summary>
-            Represents the proxy class for the widget application.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.RemoteView.Event">
-            <summary>
-            The event types to send.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.RemoteView.Event.FeedMouseUp">
-            <summary>
-            Type for feeding the mouse-up event to the widget application.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.RemoteView.Event.CancelClick">
-            <summary>
-            Type for canceling the click event procedure.
-            </summary>
-        </member>
-        <member name="P:Tizen.Applications.RemoteView.Layout">
-            <summary>
-            Layout object including preview image, overlay text, loading text, and remote screen image.
-            </summary>
-            <privilege>http://tizen.org/privilege/widget.viewer</privilege>
-        </member>
-        <member name="P:Tizen.Applications.RemoteView.Id">
-            <summary>
-            The widget ID.
-            </summary>
-            <privilege>http://tizen.org/privilege/widget.viewer</privilege>
-        </member>
-        <member name="P:Tizen.Applications.RemoteView.Period">
-            <summary>
-            The update period.
-            </summary>
-            <privilege>http://tizen.org/privilege/widget.viewer</privilege>
-        </member>
-        <member name="P:Tizen.Applications.RemoteView.Content">
-            <summary>
-            Contents of the widget.
-            </summary>
-            <remarks>
-            This string can be used for creating contents of the widget again after rebooting a device or it can be recovered from a crash (abnormal status).
-            </remarks>
-            <privilege>http://tizen.org/privilege/widget.viewer</privilege>
-        </member>
-        <member name="P:Tizen.Applications.RemoteView.Title">
-            <summary>
-            Summarized string of the widget content for accessibility.
-            </summary>
-            <privilege>http://tizen.org/privilege/widget.viewer</privilege>
-        </member>
-        <member name="M:Tizen.Applications.RemoteView.PauseAll">
-            <summary>
-            Pauses all the connected widget applications.
-            </summary>
-            <privilege>http://tizen.org/privilege/widget.viewer</privilege>
-            <exception cref="T:System.InvalidOperationException">Thrown when this operation failed.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when this operation is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when this operation is not supported for this device.</exception>
-        </member>
-        <!-- Badly formed XML comment ignored for member "M:Tizen.Applications.RemoteView.ResumeAll" -->
-        <member name="M:Tizen.Applications.RemoteView.Pause">
-            <summary>
-            Pauses the widget application which is connected on this proxy.
-            </summary>
-            <privilege>http://tizen.org/privilege/widget.viewer</privilege>
-            <exception cref="T:System.InvalidOperationException">Thrown when this operation failed.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when this operation is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when this operation is not supported for this device.</exception>
-        </member>
-        <member name="M:Tizen.Applications.RemoteView.Resume">
-            <summary>
-            Resumes the widget application which is connected on this proxy.
-            </summary>
-            <privilege>http://tizen.org/privilege/widget.viewer</privilege>
-            <exception cref="T:System.InvalidOperationException">Thrown when this operation failed.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when this operation is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when this operation is not supported for this device.</exception>
-        </member>
-        <member name="M:Tizen.Applications.RemoteView.SendEvent(Tizen.Applications.RemoteView.Event)">
-            <summary>
-            Sends the event to the widget application which is connected on this proxy.
-            </summary>
-            <privilege>http://tizen.org/privilege/widget.viewer</privilege>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when this operation is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when this operation is not supported for this device.</exception>
-        </member>
-        <member name="T:Tizen.Applications.RemoteViewFactory">
-            <summary>
-            Represents a factory class for making the RemoteView objects.
-            </summary>
-        </member>
-        <member name="M:Tizen.Applications.RemoteViewFactory.Init(ElmSharp.EvasObject)">
-            <summary>
-            Initializes RemoteViewFactory.
-            </summary>
-            <param name="win">Window object that will contain RemoteViews that are generated by RemoteViewFactory.
-            All the remote views will be located in the specified window object.
-            </param>
-            <privilege>http://tizen.org/privilege/widget.viewer</privilege>
-            <exception cref="T:System.InvalidOperationException">Thrown when this operation failed.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when this operation is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when this operation is not supported for this device.</exception>
-        </member>
-        <member name="M:Tizen.Applications.RemoteViewFactory.Create(ElmSharp.EvasObject,System.String,System.String,System.Double,System.Boolean,System.Boolean,System.Boolean)">
-            <summary>
-            Creates a RemoteView object.
-            </summary>
-            <param name="parent">Parent object.</param>
-            <param name="widgetId">Widget ID.</param>
-            <param name="content">Contents that will be given to the widget instance.</param>
-            <param name="period">Update period.</param>
-            <param name="previewImage">True if you want to show the preview image.</param>
-            <param name="overlayText">True if you want to show the overlay text.</param>
-            <param name="loadingMessage">True if you want to show the loading message.</param>
-            <returns>RemoteView object.</returns>
-            <privilege>http://tizen.org/privilege/widget.viewer</privilege>
-            <exception cref="T:System.InvalidOperationException">Thrown when this operation failed.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when this operation is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when this operation is not supported for this device.</exception>
-        </member>
-        <member name="M:Tizen.Applications.RemoteViewFactory.Shutdown">
-            <summary>
-            Finalizes the RemoteViewFactory.
-            </summary>
-            <privilege>http://tizen.org/privilege/widget.viewer</privilege>
-            <exception cref="T:System.InvalidOperationException">Thrown when this operation failed.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when this operation is denied.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when this operation is not supported for this device.</exception>
-        </member>
-    </members>
-</doc>
+<?xml version="1.0"?>\r
+<doc>\r
+    <assembly>\r
+        <name>Tizen.Applications.RemoteView</name>\r
+    </assembly>\r
+    <members>\r
+        <member name="T:Tizen.Applications.RemoteView">\r
+            <summary>\r
+            Represents the proxy class for the widget application.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.RemoteView.Event">\r
+            <summary>\r
+            The event types to send.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.RemoteView.Event.FeedMouseUp">\r
+            <summary>\r
+            Type for feeding the mouse-up event to the widget application.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.RemoteView.Event.CancelClick">\r
+            <summary>\r
+            Type for canceling the click event procedure.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Applications.RemoteView.Layout">\r
+            <summary>\r
+            Layout object including preview image, overlay text, loading text, and remote screen image.\r
+            </summary>\r
+            <privilege>http://tizen.org/privilege/widget.viewer</privilege>\r
+        </member>\r
+        <member name="P:Tizen.Applications.RemoteView.Id">\r
+            <summary>\r
+            The widget ID.\r
+            </summary>\r
+            <privilege>http://tizen.org/privilege/widget.viewer</privilege>\r
+        </member>\r
+        <member name="P:Tizen.Applications.RemoteView.Period">\r
+            <summary>\r
+            The update period.\r
+            </summary>\r
+            <privilege>http://tizen.org/privilege/widget.viewer</privilege>\r
+        </member>\r
+        <member name="P:Tizen.Applications.RemoteView.Content">\r
+            <summary>\r
+            Contents of the widget.\r
+            </summary>\r
+            <remarks>\r
+            This string can be used for creating contents of the widget again after rebooting a device or it can be recovered from a crash (abnormal status).\r
+            </remarks>\r
+            <privilege>http://tizen.org/privilege/widget.viewer</privilege>\r
+        </member>\r
+        <member name="P:Tizen.Applications.RemoteView.Title">\r
+            <summary>\r
+            Summarized string of the widget content for accessibility.\r
+            </summary>\r
+            <privilege>http://tizen.org/privilege/widget.viewer</privilege>\r
+        </member>\r
+        <member name="M:Tizen.Applications.RemoteView.PauseAll">\r
+            <summary>\r
+            Pauses all the connected widget applications.\r
+            </summary>\r
+            <privilege>http://tizen.org/privilege/widget.viewer</privilege>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when this operation failed.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when this operation is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when this operation is not supported for this device.</exception>\r
+        </member>\r
+        <!-- "M:Tizen.Applications.RemoteView.ResumeAll" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="M:Tizen.Applications.RemoteView.Pause">\r
+            <summary>\r
+            Pauses the widget application which is connected on this proxy.\r
+            </summary>\r
+            <privilege>http://tizen.org/privilege/widget.viewer</privilege>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when this operation failed.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when this operation is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when this operation is not supported for this device.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Applications.RemoteView.Resume">\r
+            <summary>\r
+            Resumes the widget application which is connected on this proxy.\r
+            </summary>\r
+            <privilege>http://tizen.org/privilege/widget.viewer</privilege>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when this operation failed.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when this operation is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when this operation is not supported for this device.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Applications.RemoteView.SendEvent(Tizen.Applications.RemoteView.Event)">\r
+            <summary>\r
+            Sends the event to the widget application which is connected on this proxy.\r
+            </summary>\r
+            <privilege>http://tizen.org/privilege/widget.viewer</privilege>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when this operation is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when this operation is not supported for this device.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Applications.RemoteViewFactory">\r
+            <summary>\r
+            Represents a factory class for making the RemoteView objects.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Applications.RemoteViewFactory.Init(ElmSharp.EvasObject)">\r
+            <summary>\r
+            Initializes RemoteViewFactory.\r
+            </summary>\r
+            <param name="win">Window object that will contain RemoteViews that are generated by RemoteViewFactory.\r
+            All the remote views will be located in the specified window object.\r
+            </param>\r
+            <privilege>http://tizen.org/privilege/widget.viewer</privilege>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when this operation failed.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when this operation is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when this operation is not supported for this device.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Applications.RemoteViewFactory.Create(ElmSharp.EvasObject,System.String,System.String,System.Double,System.Boolean,System.Boolean,System.Boolean)">\r
+            <summary>\r
+            Creates a RemoteView object.\r
+            </summary>\r
+            <param name="parent">Parent object.</param>\r
+            <param name="widgetId">Widget ID.</param>\r
+            <param name="content">Contents that will be given to the widget instance.</param>\r
+            <param name="period">Update period.</param>\r
+            <param name="previewImage">True if you want to show the preview image.</param>\r
+            <param name="overlayText">True if you want to show the overlay text.</param>\r
+            <param name="loadingMessage">True if you want to show the loading message.</param>\r
+            <returns>RemoteView object.</returns>\r
+            <privilege>http://tizen.org/privilege/widget.viewer</privilege>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when this operation failed.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when this operation is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when this operation is not supported for this device.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Applications.RemoteViewFactory.Shutdown">\r
+            <summary>\r
+            Finalizes the RemoteViewFactory.\r
+            </summary>\r
+            <privilege>http://tizen.org/privilege/widget.viewer</privilege>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when this operation failed.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when this operation is denied.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when this operation is not supported for this device.</exception>\r
+        </member>\r
+    </members>\r
+</doc>\r