Release 4.0.0-preview1-00184
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Applications.UI.xml
1 <?xml version="1.0"?>
2 <doc>
3     <assembly>
4         <name>Tizen.Applications.UI</name>
5     </assembly>
6     <members>
7         <member name="T:Tizen.Applications.CoreUIApplication">
8             <summary>
9             Represents an application that has an UI screen. The events for resuming and pausing are provided.
10             </summary>
11         </member>
12         <member name="M:Tizen.Applications.CoreUIApplication.#ctor">
13             <summary>
14             Initializes the CoreUIApplication class.
15             </summary>
16             <remarks>
17             The default backend for the UI application will be used.
18             </remarks>
19         </member>
20         <member name="M:Tizen.Applications.CoreUIApplication.#ctor(Tizen.Applications.CoreBackend.ICoreBackend)">
21             <summary>
22             Initializes the CoreUIApplication class.
23             </summary>
24             <remarks>
25             If you want to change the backend, use this constructor.
26             </remarks>
27             <param name="backend">The backend instance implementing the ICoreBacked interface.</param>
28         </member>
29         <member name="E:Tizen.Applications.CoreUIApplication.Resumed">
30             <summary>
31             Occurs whenever the application is resumed.
32             </summary>
33         </member>
34         <member name="E:Tizen.Applications.CoreUIApplication.Paused">
35             <summary>
36             Occurs whenever the application is paused.
37             </summary>
38         </member>
39         <member name="M:Tizen.Applications.CoreUIApplication.Run(System.String[])">
40             <summary>
41             Runs the UI application's main loop.
42             </summary>
43             <param name="args">Arguments from the commandline.</param>
44         </member>
45         <member name="M:Tizen.Applications.CoreUIApplication.OnPreCreate">
46             <summary>
47             Overrides this method if you want to handle the behavior before calling OnCreate().
48             </summary>
49         </member>
50         <member name="M:Tizen.Applications.CoreUIApplication.OnResume">
51             <summary>
52             Overrides this method if you want to handle the behavior when the application is resumed.
53             If base.OnResume() is not called, the event 'Resumed' will not be emitted.
54             </summary>
55         </member>
56         <member name="M:Tizen.Applications.CoreUIApplication.OnPause">
57             <summary>
58             Overrides this method if you want to handle the behavior when the application is paused.
59             If base.OnPause() is not called, the event 'Paused' will not be emitted.
60             </summary>
61         </member>
62     </members>
63 </doc>