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