Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Context.xml
index f553ca9..48de776 100644 (file)
-<?xml version="1.0"?>
-<doc>
-    <assembly>
-        <name>Tizen.Context</name>
-    </assembly>
-    <members>
-        <member name="T:Tizen.Context.AppHistory.AppStatistics">
-            <summary>
-            Base class for application statistics.
-            </summary>
-        </member>
-        <member name="T:Tizen.Context.AppHistory.AppStatisticsData">
-            <summary>
-            Base class which contains application statistics query result.
-            </summary>
-        </member>
-        <member name="P:Tizen.Context.AppHistory.AppStatisticsData.AppId">
-            <summary>
-            Gets the application id.
-            </summary>
-            <value>The application id.</value>
-        </member>
-        <member name="T:Tizen.Context.AppHistory.BatteryStatistics">
-            <summary>
-            This class provides APIs to query battery consumption per application.
-            </summary>
-        </member>
-        <member name="M:Tizen.Context.AppHistory.BatteryStatistics.#ctor">
-            <summary>
-             The default constructor of BatteryStatistics class.
-            </summary>
-            <feature>http://tizen.org/feature/battery</feature>
-            <exception cref="T:System.InvalidOperationException">Thrown when method fail due to internal error.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when the statistics is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Context.AppHistory.BatteryStatistics.#ctor(Tizen.Context.AppHistory.BatteryStatistics.SortOrderType)">
-            <summary>
-            The constructor of BatteryStatistics class.
-            </summary>
-            <param name="order">The criteria of the battery statistics sorted by.</param>
-            <feature>http://tizen.org/feature/battery</feature>
-            <exception cref="T:System.ArgumentException">Thrown when an invalid argument is used.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when method fail due to internal error.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when the statistics is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Context.AppHistory.BatteryStatistics.Query(System.DateTime,System.DateTime)">
-            <summary>
-            Retrieves a given type of battery statistics.
-            </summary>
-            <param name="startTime">The start time of the data to be aggregated.</param>
-            <param name="endTime">The end time of the data to be aggregated.</param>
-            <returns>Battery statistics data retrieved.</returns>
-            <privilege>http://tizen.org/privilege/apphistory.read</privilege>
-            <exception cref="T:System.ArgumentException">Thrown when an invalid argument is used.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when invalid operation occurs.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the app has no privilege to retrieve app history.</exception>
-        </member>
-        <member name="M:Tizen.Context.AppHistory.BatteryStatistics.Query(System.DateTime,System.DateTime,System.UInt32)">
-            <summary>
-            Retrieves a given type of battery statistics.
-            </summary>
-            <param name="startTime">The start time of the data to be aggregated.</param>
-            <param name="endTime">The end time of the data to be aggregated.</param>
-            <param name="resultSize">The number of data records to be retrieved.</param>
-            <returns>Battery statistics data retrieved.</returns>
-            <privilege>http://tizen.org/privilege/apphistory.read</privilege>
-            <exception cref="T:System.ArgumentException">Thrown when an invalid argument is used.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when invalid operation occurs.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the app has no privilege to retrieve app history.</exception>
-        </member>
-        <member name="M:Tizen.Context.AppHistory.BatteryStatistics.GetLastFullyChargedTime">
-            <summary>
-            Gets the last time when the device was fully charged.
-            </summary>
-            <returns>The last time when the device was fully charged.</returns>
-            <feature>http://tizen.org/feature/battery</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when the statistics is not supported.</exception>
-        </member>
-        <member name="P:Tizen.Context.AppHistory.BatteryStatistics.SortOrder">
-            <summary>
-            Gets the criteria of battery statistics sorted by.
-            </summary>
-            <value>The criteria of battery statistics sorted by.</value>
-        </member>
-        <member name="T:Tizen.Context.AppHistory.BatteryStatistics.SortOrderType">
-            <summary>
-            Sort order type of battery statistics.
-            </summary>
-        </member>
-        <member name="F:Tizen.Context.AppHistory.BatteryStatistics.SortOrderType.ConsumptionMost">
-            <summary>
-            Sorts apps by consumption, the most battery consuming apps appear first. (Default)
-            </summary>
-        </member>
-        <member name="T:Tizen.Context.AppHistory.BatteryStatisticsData">
-            <summary>
-            The class contains battery statistics information retrieved by BatteryStatistics.
-            </summary>
-        </member>
-        <member name="P:Tizen.Context.AppHistory.BatteryStatisticsData.Consumption">
-            <summary>
-            Gets how many percentage of battery capacity was used by the application.
-            </summary>
-            <value>Battery consumption used by the application.</value>
-        </member>
-        <member name="T:Tizen.Context.AppHistory.UsageStatistics">
-            <summary>
-            This class provides APIs to query application launch history.
-            </summary>
-        </member>
-        <member name="M:Tizen.Context.AppHistory.UsageStatistics.#ctor">
-            <summary>
-            The default constructor of UsageStatistics class.
-            </summary>
-            <exception cref="T:System.InvalidOperationException">Thrown when method fail due to internal error.</exception>
-        </member>
-        <member name="M:Tizen.Context.AppHistory.UsageStatistics.#ctor(Tizen.Context.AppHistory.UsageStatistics.SortOrderType)">
-            <summary>
-            The constructor of UsageStatistics class.
-            </summary>
-            <param name="order">The criteria of the usage statistics sorted by.</param>
-            <exception cref="T:System.ArgumentException">Thrown when an invalid argument is used.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when method fail due to internal error.</exception>
-        </member>
-        <member name="M:Tizen.Context.AppHistory.UsageStatistics.Query(System.DateTime,System.DateTime)">
-            <summary>
-            Retrieves a given type of usage statistics.
-            </summary>
-            <param name="startTime">The start time of the data to be aggregated.</param>
-            <param name="endTime">The end time of the data to be aggregated.</param>
-            <returns>Usage statistics data retrieved.</returns>
-            <privilege>http://tizen.org/privilege/apphistory.read</privilege>
-            <exception cref="T:System.ArgumentException">Thrown when an invalid argument is used.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when invalid operation occurs.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the app has no privilege to retrieve app history.</exception>
-        </member>
-        <member name="M:Tizen.Context.AppHistory.UsageStatistics.Query(System.DateTime,System.DateTime,System.UInt32)">
-            <summary>
-            Retrieves a given type of usage statistics.
-            </summary>
-            <param name="startTime">The start time of the data to be aggregated.</param>
-            <param name="endTime">The end time of the data to be aggregated.</param>
-            <param name="resultSize">The number of data records to be retrieved.</param>
-            <returns>Usage statistics data retrieved.</returns>
-            <privilege>http://tizen.org/privilege/apphistory.read</privilege>
-            <exception cref="T:System.ArgumentException">Thrown when an invalid argument is used.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when invalid operation occurs.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the app has no privilege to retrieve app history.</exception>
-        </member>
-        <member name="P:Tizen.Context.AppHistory.UsageStatistics.SortOrder">
-            <summary>
-            Gets the criteria of usage statistics sorted by.
-            </summary>
-            <value>The criteria of usage statistics sorted by.</value>
-        </member>
-        <member name="T:Tizen.Context.AppHistory.UsageStatistics.SortOrderType">
-            <summary>
-            Sort order type of usage statistics
-            </summary>
-        </member>
-        <member name="F:Tizen.Context.AppHistory.UsageStatistics.SortOrderType.LastLaunchTimeNewest">
-            <summary>
-            Sorts apps by the last launch time, the most recently launched apps appear first. (Default)
-            </summary>
-        </member>
-        <member name="F:Tizen.Context.AppHistory.UsageStatistics.SortOrderType.LaunchCountMost">
-            <summary>
-            Sorts apps by the launch count of being launched, the most frequently launched apps appear first.
-            </summary>
-        </member>
-        <member name="T:Tizen.Context.AppHistory.UsageStatisticsData">
-            <summary>
-            The class contains application usage statistics information retrieved by UsageStatistics.
-            </summary>
-        </member>
-        <member name="P:Tizen.Context.AppHistory.UsageStatisticsData.Duration">
-            <summary>
-             Gets the time which the application is being displayed in the foreground in seconds.
-            </summary>
-            <value>Duration which the application is used in the foreground in seconds.</value>
-        </member>
-        <member name="P:Tizen.Context.AppHistory.UsageStatisticsData.LaunchCount">
-            <summary>
-             Gets how many times the application is used in the foreground.
-            </summary>
-            <value>How many times the application is used in the foreground.</value>
-        </member>
-        <member name="P:Tizen.Context.AppHistory.UsageStatisticsData.LastLaunchTime">
-            <summary>
-            Gets the last time when the application has been used.
-            </summary>
-            <value>The last time when the application has been used.</value>
-        </member>
-    </members>
-</doc>
+<?xml version="1.0"?>\r
+<doc>\r
+    <assembly>\r
+        <name>Tizen.Context</name>\r
+    </assembly>\r
+    <members>\r
+        <member name="T:Tizen.Context.AppHistory.AppStatistics">\r
+            <summary>\r
+            Base class for application statistics.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Context.AppHistory.AppStatisticsData">\r
+            <summary>\r
+            Base class which contains application statistics query result.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Context.AppHistory.AppStatisticsData.AppId">\r
+            <summary>\r
+            Gets the application id.\r
+            </summary>\r
+            <value>The application id.</value>\r
+        </member>\r
+        <member name="T:Tizen.Context.AppHistory.BatteryStatistics">\r
+            <summary>\r
+            This class provides APIs to query battery consumption per application.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Context.AppHistory.BatteryStatistics.#ctor">\r
+            <summary>\r
+             The default constructor of BatteryStatistics class.\r
+            </summary>\r
+            <feature>http://tizen.org/feature/battery</feature>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when method fail due to internal error.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the statistics is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Context.AppHistory.BatteryStatistics.#ctor(Tizen.Context.AppHistory.BatteryStatistics.SortOrderType)">\r
+            <summary>\r
+            The constructor of BatteryStatistics class.\r
+            </summary>\r
+            <param name="order">The criteria of the battery statistics sorted by.</param>\r
+            <feature>http://tizen.org/feature/battery</feature>\r
+            <exception cref="T:System.ArgumentException">Thrown when an invalid argument is used.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when method fail due to internal error.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the statistics is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Context.AppHistory.BatteryStatistics.Query(System.DateTime,System.DateTime)">\r
+            <summary>\r
+            Retrieves a given type of battery statistics.\r
+            </summary>\r
+            <param name="startTime">The start time of the data to be aggregated.</param>\r
+            <param name="endTime">The end time of the data to be aggregated.</param>\r
+            <returns>Battery statistics data retrieved.</returns>\r
+            <privilege>http://tizen.org/privilege/apphistory.read</privilege>\r
+            <exception cref="T:System.ArgumentException">Thrown when an invalid argument is used.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when invalid operation occurs.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the app has no privilege to retrieve app history.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Context.AppHistory.BatteryStatistics.Query(System.DateTime,System.DateTime,System.UInt32)">\r
+            <summary>\r
+            Retrieves a given type of battery statistics.\r
+            </summary>\r
+            <param name="startTime">The start time of the data to be aggregated.</param>\r
+            <param name="endTime">The end time of the data to be aggregated.</param>\r
+            <param name="resultSize">The number of data records to be retrieved.</param>\r
+            <returns>Battery statistics data retrieved.</returns>\r
+            <privilege>http://tizen.org/privilege/apphistory.read</privilege>\r
+            <exception cref="T:System.ArgumentException">Thrown when an invalid argument is used.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when invalid operation occurs.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the app has no privilege to retrieve app history.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Context.AppHistory.BatteryStatistics.GetLastFullyChargedTime">\r
+            <summary>\r
+            Gets the last time when the device was fully charged.\r
+            </summary>\r
+            <returns>The last time when the device was fully charged.</returns>\r
+            <feature>http://tizen.org/feature/battery</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the statistics is not supported.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Context.AppHistory.BatteryStatistics.SortOrder">\r
+            <summary>\r
+            Gets the criteria of battery statistics sorted by.\r
+            </summary>\r
+            <value>The criteria of battery statistics sorted by.</value>\r
+        </member>\r
+        <member name="T:Tizen.Context.AppHistory.BatteryStatistics.SortOrderType">\r
+            <summary>\r
+            Sort order type of battery statistics.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Context.AppHistory.BatteryStatistics.SortOrderType.ConsumptionMost">\r
+            <summary>\r
+            Sorts apps by consumption, the most battery consuming apps appear first. (Default)\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Context.AppHistory.BatteryStatisticsData">\r
+            <summary>\r
+            The class contains battery statistics information retrieved by BatteryStatistics.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Context.AppHistory.BatteryStatisticsData.Consumption">\r
+            <summary>\r
+            Gets how many percentage of battery capacity was used by the application.\r
+            </summary>\r
+            <value>Battery consumption used by the application.</value>\r
+        </member>\r
+        <member name="T:Tizen.Context.AppHistory.UsageStatistics">\r
+            <summary>\r
+            This class provides APIs to query application launch history.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Context.AppHistory.UsageStatistics.#ctor">\r
+            <summary>\r
+            The default constructor of UsageStatistics class.\r
+            </summary>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when method fail due to internal error.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Context.AppHistory.UsageStatistics.#ctor(Tizen.Context.AppHistory.UsageStatistics.SortOrderType)">\r
+            <summary>\r
+            The constructor of UsageStatistics class.\r
+            </summary>\r
+            <param name="order">The criteria of the usage statistics sorted by.</param>\r
+            <exception cref="T:System.ArgumentException">Thrown when an invalid argument is used.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when method fail due to internal error.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Context.AppHistory.UsageStatistics.Query(System.DateTime,System.DateTime)">\r
+            <summary>\r
+            Retrieves a given type of usage statistics.\r
+            </summary>\r
+            <param name="startTime">The start time of the data to be aggregated.</param>\r
+            <param name="endTime">The end time of the data to be aggregated.</param>\r
+            <returns>Usage statistics data retrieved.</returns>\r
+            <privilege>http://tizen.org/privilege/apphistory.read</privilege>\r
+            <exception cref="T:System.ArgumentException">Thrown when an invalid argument is used.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when invalid operation occurs.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the app has no privilege to retrieve app history.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Context.AppHistory.UsageStatistics.Query(System.DateTime,System.DateTime,System.UInt32)">\r
+            <summary>\r
+            Retrieves a given type of usage statistics.\r
+            </summary>\r
+            <param name="startTime">The start time of the data to be aggregated.</param>\r
+            <param name="endTime">The end time of the data to be aggregated.</param>\r
+            <param name="resultSize">The number of data records to be retrieved.</param>\r
+            <returns>Usage statistics data retrieved.</returns>\r
+            <privilege>http://tizen.org/privilege/apphistory.read</privilege>\r
+            <exception cref="T:System.ArgumentException">Thrown when an invalid argument is used.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when invalid operation occurs.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the app has no privilege to retrieve app history.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Context.AppHistory.UsageStatistics.SortOrder">\r
+            <summary>\r
+            Gets the criteria of usage statistics sorted by.\r
+            </summary>\r
+            <value>The criteria of usage statistics sorted by.</value>\r
+        </member>\r
+        <member name="T:Tizen.Context.AppHistory.UsageStatistics.SortOrderType">\r
+            <summary>\r
+            Sort order type of usage statistics\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Context.AppHistory.UsageStatistics.SortOrderType.LastLaunchTimeNewest">\r
+            <summary>\r
+            Sorts apps by the last launch time, the most recently launched apps appear first. (Default)\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Context.AppHistory.UsageStatistics.SortOrderType.LaunchCountMost">\r
+            <summary>\r
+            Sorts apps by the launch count of being launched, the most frequently launched apps appear first.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Context.AppHistory.UsageStatisticsData">\r
+            <summary>\r
+            The class contains application usage statistics information retrieved by UsageStatistics.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Context.AppHistory.UsageStatisticsData.Duration">\r
+            <summary>\r
+             Gets the time which the application is being displayed in the foreground in seconds.\r
+            </summary>\r
+            <value>Duration which the application is used in the foreground in seconds.</value>\r
+        </member>\r
+        <member name="P:Tizen.Context.AppHistory.UsageStatisticsData.LaunchCount">\r
+            <summary>\r
+             Gets how many times the application is used in the foreground.\r
+            </summary>\r
+            <value>How many times the application is used in the foreground.</value>\r
+        </member>\r
+        <member name="P:Tizen.Context.AppHistory.UsageStatisticsData.LastLaunchTime">\r
+            <summary>\r
+            Gets the last time when the application has been used.\r
+            </summary>\r
+            <value>The last time when the application has been used.</value>\r
+        </member>\r
+    </members>\r
+</doc>\r