using System;
using System.Collections.Generic;
+using System.ComponentModel;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
/// </summary>
/// <returns>Returns a dictionary containing all recent application info.</returns>
/// <exception cref="InvalidOperationException">Thrown when failed because of invalid operation</exception>
+ [EditorBrowsable(EditorBrowsableState.Never)]
public static IEnumerable<RecentApplicationInfo> GetRecentApplications()
{
Interop.ApplicationManager.ErrorCode err = Interop.ApplicationManager.ErrorCode.None;
using System;
using System.Collections.Generic;
+using System.ComponentModel;
using System.Runtime.InteropServices;
namespace Tizen.Applications
/// <summary>
/// This class provides methods and properties to get information of recent application.
/// </summary>
+ [EditorBrowsable(EditorBrowsableState.Never)]
public class RecentApplicationControl
{
private const string LogTag = "Tizen.Applications";
*/
using System;
+using System.ComponentModel;
using System.Runtime.InteropServices;
namespace Tizen.Applications
/// <summary>
/// This class provides methods and properties to get information of recent application.
/// </summary>
+ [EditorBrowsable(EditorBrowsableState.Never)]
public class RecentApplicationInfo : ApplicationInfo
{
private const string LogTag = "Tizen.Applications";