Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Account.AccountManager.xml
index 7569e37..48fabb8 100644 (file)
-<?xml version="1.0"?>
-<doc>
-    <assembly>
-        <name>Tizen.Account.AccountManager</name>
-    </assembly>
-    <members>
-        <member name="T:Interop">
-            <summary>
-            Interop for Account class APIs.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <summary>
-            Interop for AccountProvider class APIs.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <summary>
-            Interop for Account class APIs.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <summary>
-            Interop for the library reference.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Interop.Account">
-            <summary>
-            Interop for Account class APIs.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Interop.AccountProvider">
-            <summary>
-            Interop for AccountProvider class APIs.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Interop.AccountService">
-            <summary>
-            Interop for Account class APIs.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Interop.Libraries">
-            <summary>
-            Interop for the library reference.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Account.AccountManager.Account">
-            <summary>
-            Represents the account information.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.Account.#ctor(Tizen.Account.AccountManager.SafeAccountHandle)">
-            <summary>
-            Account constructor.
-            </summary>
-            <since_tizen> 4 </since_tizen>
-            <param name="handle"> The account handle.</param>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.Account.CreateAccount">
-            <summary>
-            Creates a new account instance.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>Account Instance.</returns>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.Account.AccountId">
-            <summary>
-            Id of the Account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <remarks>Account ID shall be created only when the account is added to the database.</remarks>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.Account.UserName">
-            <summary>
-            UserName of the account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>User name of the account.</value>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.Account.DisplayName">
-            <summary>
-            Display name of the account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Display name of the account.</value>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.Account.IconPath">
-            <summary>
-            Icon path of the account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Icon path of the account.</value>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.Account.DomainName">
-            <summary>
-            Domain name of the account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Domain name of the account.</value>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.Account.EmailId">
-            <summary>
-            Email ID of the account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Email ID of the account.</value>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.Account.PackageName">
-            <summary>
-            Package name of the account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Package name of the account.</value>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.Account.AccessToken">
-            <summary>
-            Access token of the account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Access token of the account.</value>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.Account.AuthType">
-            <summary>
-            Authentication type of the account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Authentication type of the account.</value>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.Account.SecrecyState">
-            <summary>
-            Secrecy state of the account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Secrecy state of the account.</value>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.Account.SyncState">
-            <summary>
-            Sync state of the account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Sync state of the account.</value>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.Account.Source">
-            <summary>
-            Source of the account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Account source.</value>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.Account.SafeAccountHandle">
-            <summary>
-            Handle of the account.
-            </summary>
-            <since_tizen> 4 </since_tizen>
-            <value>Account handle.</value>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.Account.SetCapability(System.String,Tizen.Account.AccountManager.CapabilityState)">
-            <summary>
-            Sets the account capability.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="capabilityType"> The account capability type.</param>
-            <param name="state">The account capability state.</param>
-            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.Account.GetCapability(System.String)">
-            <summary>
-            Gets all the capabilities of the account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="capabilityType"> The capability type to get the capability value.</param>
-            <returns>The capability value (on/off) of the specified CapabilityState.</returns>
-            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.Account.GetAllCapabilities">
-            <summary>
-            Gets all the capabilities of the account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>List of capabilities as dictionary.</returns>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.Account.SetCustomValue(System.String,System.String)">
-            <summary>
-            Sets the custom value to the account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="key">Key to be added to the account.</param>
-            <param name="value">Value to be updated for respective key for the account.</param>
-            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.Account.GetCustomValue(System.String)">
-            <summary>
-            Gets the user specific custom text of an account key.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="key">The key to retrieve custom text.</param>
-            <returns>The text of the given key.</returns>
-            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">If there is no given capability type in the account.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.Account.GetAllCustomValues">
-            <summary>
-            Gets all the custom values.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>List of custom key, value pairs as dictionary.</returns>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.Account.SetUserText(System.Int32,System.String)">
-            <summary>
-            Sets the user text.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="index">The index of the user text (must be in range from 0 to 4).</param>
-            <param name="text">The text string to set as the user text.</param>
-            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.Account.GetUserText(System.Int32)">
-            <summary>
-            Gets the user text.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="index">The index of the user text (must be in range from 0 to 4).</param>
-            <returns>The user text of the given key.</returns>
-            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>
-            <exception cref="T:System.OutOfMemoryException">In case of out of memory.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.Account.GetUserInt(System.Int32)">
-            <summary>
-            Gets the user integer value.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="index">The index of the user integer (must be in range from 0 to 4).</param>
-            <returns>The user integer of the given key.</returns>
-            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.Account.SetUserInt(System.Int32,System.Int32)">
-            <summary>
-            Sets the user integer value.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="index">The index of the user integer (must be in range from 0 to 4).</param>
-            <param name="value">The integer to set as the user integer.</param>
-            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.Account.Dispose">
-            <summary>
-            Overloaded Dispose API for destroying the account handle.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Account.AccountManager.CapabilityState">
-            <summary>
-            Enumeration for the state of capability.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.CapabilityState.InvalidState">
-            <summary>
-            Account capability is invalid.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.CapabilityState.Disabled">
-            <summary>
-            Account capability is disabled.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.CapabilityState.Enabled">
-            <summary>
-            Account capability is enabled.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Account.AccountManager.AccountSecrecyState">
-            <summary>
-            Enumeration for the state of account secrecy.
-            </summary>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountSecrecyState.InvalidState">
-            <summary>
-            Account secrecy is invalid.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountSecrecyState.Invisible">
-            <summary>
-            Account is not visible.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountSecrecyState.Visible">
-            <summary>
-            Account is visible.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Account.AccountManager.AccountSyncState">
-            <summary>
-            Enumeration for the account sync status.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountSyncState.InvalidState">
-            <summary>
-            Account sync is invalid.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountSyncState.NotSupported">
-            <summary>
-            Account sync not supported.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountSyncState.Off">
-            <summary>
-            Account sync supported, but all the synchronization functionalities are off.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountSyncState.Idle">
-            <summary>
-            Account sync supported and sync status is idle.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountSyncState.Running">
-            <summary>
-            Account sync supported and sync status is running.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Account.AccountManager.AccountAuthType">
-            <summary>
-            Enumeration for the account auth type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountAuthType.Invalid">
-            <summary>
-            Auth type is invalid.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountAuthType.XAuth">
-            <summary>
-            XAuth type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountAuthType.OAuth">
-            <summary>
-            OAuth type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountAuthType.ClientLogin">
-            <summary>
-            ClientLogin type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Account.AccountManager.AccountNotificationType">
-            <summary>
-            Account information change notification types.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <remarks>
-            When the account database is changed, you can distinguish one event type from the other which are set for subscribing notification.
-            </remarks>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountNotificationType.Insert">
-            <summary>
-            The insert notification type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountNotificationType.Delete">
-            <summary>
-            The delete notification type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountNotificationType.Update">
-            <summary>
-            The update notification type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountNotificationType.syncUpdate">
-            <summary>
-            The sync update notification type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Account.AccountManager.AccountError">
-            <summary>
-            Enumeration for the types of error occurred, if any.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.None">
-            <summary>
-            Successful.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.InvalidParameter">
-            <summary>
-            Invalid parameter.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.OutOfMemory">
-            <summary>
-            Out of memory.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.Duplicated">
-            <summary>
-            Same user name exists in your application.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.NoData">
-            <summary>
-            Empty data.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.RecordNotFound">
-            <summary>
-            Elated record does not exist.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.InvalidOperation">
-            <summary>
-            Invalid operation.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.DBFailed">
-            <summary>
-            DB operation failed.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.DBNotOpened">
-            <summary>
-             DB is not connected.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.QuerySyntaxError">
-            <summary>
-            DB query syntax error.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.IteratorEnd">
-            <summary>
-            Iterator has reached the end.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.NotificationFailed">
-            <summary>
-            Notification failed.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.PermissionDenied">
-            <summary>
-            Permission denied.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.XMLParseFailed">
-            <summary>
-            XML parse failed.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.XMLFileNotFound">
-            <summary>
-            XML file not found.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.EventSubscriptionFailed">
-            <summary>
-            Subscription failed
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.ProviderNotRegistered">
-            <summary>
-            Account provider is not registered.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.MultipleNotAllowed">
-            <summary>
-            Multiple accounts are not supported.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountError.DBBusy">
-            <summary>
-            SQLite busy handler expired.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Account.AccountManager.AccountProvider">
-            <summary>
-            The account ID.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.AccountProvider.AppId">
-            <summary>
-            The account ID.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.AccountProvider.ServiceProviderId">
-            <summary>
-            ServiceProvider ID of the account provider.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.AccountProvider.IconPath">
-            <summary>
-            Icon path of the account provider.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.AccountProvider.SmallIconPath">
-            <summary>
-            Small icon path of the account provider.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.AccountProvider.MultipleAccountSupport">
-            <summary>
-            Flag for the account provider if it supports multiple accounts.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountProvider.GetAllCapabilities">
-            <summary>
-            Retrieves all the capability information of the account provider.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <returns>
-            The list of capability information.
-            </returns>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountProvider.GetLabel(System.String)">
-            <summary>
-            Gets the specific label information detail of the account provider.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="locale">
-            The locale is specified as an ISO 3166 alpha-2 two letter country-code followed by ISO 639-1 for the two-letter language code.
-            For example, "ko_KR" or "ko-kr" for Korean, "en_US" or "en-us" for American English.
-            </param>
-            <returns>The label text given for the locale.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given locale.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountProvider.GetLabelsByAppId(System.String)">
-            <summary>
-            Gets the specific label information detail of the account provider.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="appId">
-            The application ID to search.
-            </param>
-            <returns> All the labels information for the given application ID.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given the application ID.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountProvider.GetLabels">
-            <summary>
-            Gets the label information detail of the account provider.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns> All the labels information for the given account provider.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountProvider.IsAppSupported(System.String)">
-            <summary>
-            Checks whether the given appId exists in the account provider DB.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="appId">The application ID to check.</param>
-            <returns>returns true If App is supported </returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for the given application ID.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountProvider.IsFeatureSupportedByApp(System.String,System.String)">
-            <summary>
-            Checks whether the given application ID supports the capability.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="appId">The application ID.</param>
-            <param name="capability">The capability information.</param>
-            <returns>
-            TRUE if the application supports the given capability,
-            otherwise FALSE if the application does not support the given capability
-            </returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountProvider.GetFeaturesByAppId(System.String)">
-            <summary>
-            Retrieves capability information with the application ID.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="appId">The application ID.</param>
-            <returns> Capability information list for the given appId.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for the given application ID.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountProvider.Dispose">
-            <summary>
-            Overloaded Dispose API for destroying the AccountProvider Handle.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Account.AccountManager.AccountService">
-             <summary>
-             The AccountManager APIs are separated into two major sections:
-             1. Registering an account provider while an application is installed. This information will be used for the Add account screen.
-             2. Adding an account information when an application signs in successfully to share the account information to the Tizen system. This information will be shown in the Tizen settings account menu.
-            
-             The APIs of both of the sections consist of the following functionality:
-             <list>
-             <item> Create an account or account provider.</item>
-             <item> Update an account or account provider (Only available for the creator).</item>
-             <item> Delete an account or account provider (Only available for the creator).</item>
-             <item> Read an account or account provider with some filter.</item>
-             </list>
-             </summary>
-             <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountService.ContactCapability">
-            <summary>
-            This is the contact capability string.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountService.CalendarCapability">
-            <summary>
-            This is the calendar capability string.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountService.EmailCapability">
-            <summary>
-            This is the email capability string.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountService.PhotoCapability">
-            <summary>
-            This is the photo capability string.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountService.VideoCapability">
-            <summary>
-            This is the video capability string.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountService.MusicCapability">
-            <summary>
-            This is the music capability string.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountService.DocumentCapability">
-            <summary>
-            This is the document capability string.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountService.MessageCapability">
-            <summary>
-            This is the message capability string.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Account.AccountManager.AccountService.GameCapability">
-            <summary>
-            This is the game capability string.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountsAsync">
-            <summary>
-            Retrieves all the accounts details from the account database.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>List of accounts.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountById(System.Int32)">
-            <summary>
-            Retrieves the account with the account ID.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="accountId"> The account ID to be searched.</param>
-            <returns>Account instance with reference to the given ID.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given account ID.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountProviders">
-            <summary>
-            Retrieves all the AccountProviders details from the account database.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>List of AccountProviders.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountProviderByAppId(System.String)">
-            <summary>
-            Retrieves the account provider information with the application ID.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="appId">The application ID.</param>
-            <returns>The AccountProvider instance associated with the given application ID.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given appId.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountProvidersByFeature(System.String)">
-            <summary>
-            Retrieves all the account providers information with feature.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="feature">The capability value to search for account providers.</param>
-            <returns>Retrieves the AccountProviders information with the capability name.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given feature.</exception>
-            <exception cref="T:System.ArgumentException"> In case of invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.AddAccount(Tizen.Account.AccountManager.Account)">
-            <summary>
-            Inserts into the Database with the new account Information.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="account">New Account instance to be added.</param>
-            <returns>The account ID of the account instance.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <privilege>http://tizen.org/privilege/account.write </privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.OutOfMemoryException"> In case of OutOfMemory error.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.UpdateAccount(Tizen.Account.AccountManager.Account)">
-            <summary>
-            Updates the account details to the account database.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="account">Account instance to be updated.</param>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <privilege>http://tizen.org/privilege/account.write </privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.OutOfMemoryException"> In case of OutOfMemory error.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.DeleteAccount(Tizen.Account.AccountManager.Account)">
-            <summary>
-            Deletes the account information from the database.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="account">Account instance to be deleted from the database.</param>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <privilege>http://tizen.org/privilege/account.write</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.DeleteAccount(System.String,System.String)">
-            <summary>
-            Deletes the account from the account database by user name.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="userName">The user name of the account to delete.</param>
-            <param name="packageName">The package name of the account to delete.</param>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <privilege>http://tizen.org/privilege/account.write</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.DeleteAccount(System.String)">
-            <summary>
-            Deletes the account from the account database by package name.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="packageName">The package name of the account to delete.</param>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <privilege>http://tizen.org/privilege/account.write</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountsByUserName(System.String)">
-            <summary>
-            Retrieves all the accounts with the given user name.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="userName">The user name to search.</param>
-            <returns>Accounts list matched with the user name.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given username.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountsByPackageName(System.String)">
-            <summary>
-            Retrieves all the accounts with the given package name.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="packageName"> The package name to search.</param>
-            <returns>Accounts list matched with the package name.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given package name.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountsByCapabilityType(System.String)">
-            <summary>
-            Retrieves all accounts with the given capability type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="type"> Capability type.</param>
-            <returns>Accounts list matched with the capability type.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for the given capability type.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.GetCapabilitiesById(System.Int32)">
-            <summary>
-            Retrieves all the capabilities with the given account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="accountId">Account instance.</param>
-            <returns>Capabilities list as dictionary of the capability type and state.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given account ID.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountsCount">
-            <summary>
-            Gets the count of accounts in the account database.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>The number of accounts in the database.</returns>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.AccountService.UpdateSyncStatusById(Tizen.Account.AccountManager.Account,Tizen.Account.AccountManager.AccountSyncState)">
-            <summary>
-            Updates the sync status of the given account.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="account"> Account for which the sync status needs to be updated.</param>
-            <param name="status">Sync State</param>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <privilege>http://tizen.org/privilege/account.write</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="E:Tizen.Account.AccountManager.AccountService.AccountUpdated">
-            <summary>
-            ContentUpdated event is triggered when the media item info from DB changes.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <remarks>
-            ContentUpdate event is triggered if the MediaInformation updated/deleted or new information is inserted.
-            </remarks>
-            <param name="sender">An object that contains information about sender</param>
-            <param name="e">A ContentUpdatedEventArgs object that contains information about the update operation.</param>
-            <privilege>http://tizen.org/privilege/account.read</privilege>
-            <feature>http://tizen.org/feature/account</feature>
-            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>
-            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>
-            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>
-            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>
-        </member>
-        <member name="T:Tizen.Account.AccountManager.AccountSubscriberEventArgs">
-            <summary>
-            Event arguments passed when the event is triggered to notify that the account is updated/removed from the account database.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.AccountSubscriberEventArgs.EventType">
-            <summary>
-            The account event type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.AccountSubscriberEventArgs.AccountId">
-            <summary>
-            The account ID to update.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Account.AccountManager.SafeAccountHandle">
-            <summary>
-            Represents a wrapper class for a unmanaged Account handle.
-            </summary>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.SafeAccountHandle.#ctor">
-            <summary>
-            Initializes a new instance of the SafeAppControlHandle class.
-            </summary>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.SafeAccountHandle.#ctor(System.IntPtr,System.Boolean)">
-            <summary>
-            Initializes a new instance of the SafeAccountHandle class.
-            </summary>
-            <param name="existingHandle">An IntPtr object that represents the pre-existing handle to use.</param>
-            <param name="ownsHandle">true to reliably release the handle during the finalization phase; false to prevent reliable release.</param>
-        </member>
-        <member name="P:Tizen.Account.AccountManager.SafeAccountHandle.IsInvalid">
-            <summary>
-            Gets a value that indicates whether the handle is invalid.
-            </summary>
-        </member>
-        <member name="M:Tizen.Account.AccountManager.SafeAccountHandle.ReleaseHandle">
-            <summary>
-            When overridden in a derived class, executes the code required to free the handle.
-            </summary>
-            <returns>true if the handle is released successfully</returns>
-        </member>
-    </members>
-</doc>
+<?xml version="1.0"?>\r
+<doc>\r
+    <assembly>\r
+        <name>Tizen.Account.AccountManager</name>\r
+    </assembly>\r
+    <members>\r
+        <member name="T:Interop">\r
+            <summary>\r
+            Interop for Account class APIs.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <summary>\r
+            Interop for AccountProvider class APIs.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <summary>\r
+            Interop for Account class APIs.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <summary>\r
+            Interop for the library reference.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Interop.Account">\r
+            <summary>\r
+            Interop for Account class APIs.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Interop.AccountProvider">\r
+            <summary>\r
+            Interop for AccountProvider class APIs.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Interop.AccountService">\r
+            <summary>\r
+            Interop for Account class APIs.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Interop.Libraries">\r
+            <summary>\r
+            Interop for the library reference.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Account.AccountManager.Account">\r
+            <summary>\r
+            Represents the account information.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.Account.#ctor(Tizen.Account.AccountManager.SafeAccountHandle)">\r
+            <summary>\r
+            Account constructor.\r
+            </summary>\r
+            <since_tizen> 4 </since_tizen>\r
+            <param name="handle"> The account handle.</param>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.Account.CreateAccount">\r
+            <summary>\r
+            Creates a new account instance.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>Account Instance.</returns>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.Account.AccountId">\r
+            <summary>\r
+            Id of the Account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <remarks>Account ID shall be created only when the account is added to the database.</remarks>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.Account.UserName">\r
+            <summary>\r
+            UserName of the account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>User name of the account.</value>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.Account.DisplayName">\r
+            <summary>\r
+            Display name of the account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Display name of the account.</value>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.Account.IconPath">\r
+            <summary>\r
+            Icon path of the account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Icon path of the account.</value>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.Account.DomainName">\r
+            <summary>\r
+            Domain name of the account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Domain name of the account.</value>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.Account.EmailId">\r
+            <summary>\r
+            Email ID of the account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Email ID of the account.</value>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.Account.PackageName">\r
+            <summary>\r
+            Package name of the account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Package name of the account.</value>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.Account.AccessToken">\r
+            <summary>\r
+            Access token of the account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Access token of the account.</value>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.Account.AuthType">\r
+            <summary>\r
+            Authentication type of the account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Authentication type of the account.</value>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.Account.SecrecyState">\r
+            <summary>\r
+            Secrecy state of the account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Secrecy state of the account.</value>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.Account.SyncState">\r
+            <summary>\r
+            Sync state of the account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Sync state of the account.</value>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.Account.Source">\r
+            <summary>\r
+            Source of the account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Account source.</value>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.Account.SafeAccountHandle">\r
+            <summary>\r
+            Handle of the account.\r
+            </summary>\r
+            <since_tizen> 4 </since_tizen>\r
+            <value>Account handle.</value>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.Account.SetCapability(System.String,Tizen.Account.AccountManager.CapabilityState)">\r
+            <summary>\r
+            Sets the account capability.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="capabilityType"> The account capability type.</param>\r
+            <param name="state">The account capability state.</param>\r
+            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.Account.GetCapability(System.String)">\r
+            <summary>\r
+            Gets all the capabilities of the account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="capabilityType"> The capability type to get the capability value.</param>\r
+            <returns>The capability value (on/off) of the specified CapabilityState.</returns>\r
+            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.Account.GetAllCapabilities">\r
+            <summary>\r
+            Gets all the capabilities of the account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>List of capabilities as dictionary.</returns>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.Account.SetCustomValue(System.String,System.String)">\r
+            <summary>\r
+            Sets the custom value to the account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="key">Key to be added to the account.</param>\r
+            <param name="value">Value to be updated for respective key for the account.</param>\r
+            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.Account.GetCustomValue(System.String)">\r
+            <summary>\r
+            Gets the user specific custom text of an account key.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="key">The key to retrieve custom text.</param>\r
+            <returns>The text of the given key.</returns>\r
+            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">If there is no given capability type in the account.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.Account.GetAllCustomValues">\r
+            <summary>\r
+            Gets all the custom values.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>List of custom key, value pairs as dictionary.</returns>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.Account.SetUserText(System.Int32,System.String)">\r
+            <summary>\r
+            Sets the user text.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="index">The index of the user text (must be in range from 0 to 4).</param>\r
+            <param name="text">The text string to set as the user text.</param>\r
+            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.Account.GetUserText(System.Int32)">\r
+            <summary>\r
+            Gets the user text.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="index">The index of the user text (must be in range from 0 to 4).</param>\r
+            <returns>The user text of the given key.</returns>\r
+            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">In case of out of memory.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.Account.GetUserInt(System.Int32)">\r
+            <summary>\r
+            Gets the user integer value.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="index">The index of the user integer (must be in range from 0 to 4).</param>\r
+            <returns>The user integer of the given key.</returns>\r
+            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.Account.SetUserInt(System.Int32,System.Int32)">\r
+            <summary>\r
+            Sets the user integer value.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="index">The index of the user integer (must be in range from 0 to 4).</param>\r
+            <param name="value">The integer to set as the user integer.</param>\r
+            <exception cref="T:System.ArgumentException">In case of an invalid parameter.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.Account.Dispose">\r
+            <summary>\r
+            Overloaded Dispose API for destroying the account handle.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Account.AccountManager.CapabilityState">\r
+            <summary>\r
+            Enumeration for the state of capability.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.CapabilityState.InvalidState">\r
+            <summary>\r
+            Account capability is invalid.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.CapabilityState.Disabled">\r
+            <summary>\r
+            Account capability is disabled.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.CapabilityState.Enabled">\r
+            <summary>\r
+            Account capability is enabled.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Account.AccountManager.AccountSecrecyState">\r
+            <summary>\r
+            Enumeration for the state of account secrecy.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountSecrecyState.InvalidState">\r
+            <summary>\r
+            Account secrecy is invalid.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountSecrecyState.Invisible">\r
+            <summary>\r
+            Account is not visible.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountSecrecyState.Visible">\r
+            <summary>\r
+            Account is visible.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Account.AccountManager.AccountSyncState">\r
+            <summary>\r
+            Enumeration for the account sync status.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountSyncState.InvalidState">\r
+            <summary>\r
+            Account sync is invalid.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountSyncState.NotSupported">\r
+            <summary>\r
+            Account sync not supported.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountSyncState.Off">\r
+            <summary>\r
+            Account sync supported, but all the synchronization functionalities are off.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountSyncState.Idle">\r
+            <summary>\r
+            Account sync supported and sync status is idle.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountSyncState.Running">\r
+            <summary>\r
+            Account sync supported and sync status is running.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Account.AccountManager.AccountAuthType">\r
+            <summary>\r
+            Enumeration for the account auth type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountAuthType.Invalid">\r
+            <summary>\r
+            Auth type is invalid.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountAuthType.XAuth">\r
+            <summary>\r
+            XAuth type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountAuthType.OAuth">\r
+            <summary>\r
+            OAuth type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountAuthType.ClientLogin">\r
+            <summary>\r
+            ClientLogin type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Account.AccountManager.AccountNotificationType">\r
+            <summary>\r
+            Account information change notification types.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <remarks>\r
+            When the account database is changed, you can distinguish one event type from the other which are set for subscribing notification.\r
+            </remarks>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountNotificationType.Insert">\r
+            <summary>\r
+            The insert notification type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountNotificationType.Delete">\r
+            <summary>\r
+            The delete notification type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountNotificationType.Update">\r
+            <summary>\r
+            The update notification type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountNotificationType.syncUpdate">\r
+            <summary>\r
+            The sync update notification type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Account.AccountManager.AccountError">\r
+            <summary>\r
+            Enumeration for the types of error occurred, if any.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.None">\r
+            <summary>\r
+            Successful.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.InvalidParameter">\r
+            <summary>\r
+            Invalid parameter.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.OutOfMemory">\r
+            <summary>\r
+            Out of memory.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.Duplicated">\r
+            <summary>\r
+            Same user name exists in your application.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.NoData">\r
+            <summary>\r
+            Empty data.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.RecordNotFound">\r
+            <summary>\r
+            Elated record does not exist.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.InvalidOperation">\r
+            <summary>\r
+            Invalid operation.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.DBFailed">\r
+            <summary>\r
+            DB operation failed.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.DBNotOpened">\r
+            <summary>\r
+             DB is not connected.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.QuerySyntaxError">\r
+            <summary>\r
+            DB query syntax error.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.IteratorEnd">\r
+            <summary>\r
+            Iterator has reached the end.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.NotificationFailed">\r
+            <summary>\r
+            Notification failed.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.PermissionDenied">\r
+            <summary>\r
+            Permission denied.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.XMLParseFailed">\r
+            <summary>\r
+            XML parse failed.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.XMLFileNotFound">\r
+            <summary>\r
+            XML file not found.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.EventSubscriptionFailed">\r
+            <summary>\r
+            Subscription failed\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.ProviderNotRegistered">\r
+            <summary>\r
+            Account provider is not registered.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.MultipleNotAllowed">\r
+            <summary>\r
+            Multiple accounts are not supported.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountError.DBBusy">\r
+            <summary>\r
+            SQLite busy handler expired.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Account.AccountManager.AccountProvider">\r
+            <summary>\r
+            The account ID.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.AccountProvider.AppId">\r
+            <summary>\r
+            The account ID.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.AccountProvider.ServiceProviderId">\r
+            <summary>\r
+            ServiceProvider ID of the account provider.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.AccountProvider.IconPath">\r
+            <summary>\r
+            Icon path of the account provider.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.AccountProvider.SmallIconPath">\r
+            <summary>\r
+            Small icon path of the account provider.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.AccountProvider.MultipleAccountSupport">\r
+            <summary>\r
+            Flag for the account provider if it supports multiple accounts.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountProvider.GetAllCapabilities">\r
+            <summary>\r
+            Retrieves all the capability information of the account provider.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <returns>\r
+            The list of capability information.\r
+            </returns>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountProvider.GetLabel(System.String)">\r
+            <summary>\r
+            Gets the specific label information detail of the account provider.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="locale">\r
+            The locale is specified as an ISO 3166 alpha-2 two letter country-code followed by ISO 639-1 for the two-letter language code.\r
+            For example, "ko_KR" or "ko-kr" for Korean, "en_US" or "en-us" for American English.\r
+            </param>\r
+            <returns>The label text given for the locale.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given locale.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountProvider.GetLabelsByAppId(System.String)">\r
+            <summary>\r
+            Gets the specific label information detail of the account provider.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="appId">\r
+            The application ID to search.\r
+            </param>\r
+            <returns> All the labels information for the given application ID.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given the application ID.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountProvider.GetLabels">\r
+            <summary>\r
+            Gets the label information detail of the account provider.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns> All the labels information for the given account provider.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountProvider.IsAppSupported(System.String)">\r
+            <summary>\r
+            Checks whether the given appId exists in the account provider DB.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="appId">The application ID to check.</param>\r
+            <returns>returns true If App is supported </returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for the given application ID.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountProvider.IsFeatureSupportedByApp(System.String,System.String)">\r
+            <summary>\r
+            Checks whether the given application ID supports the capability.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="appId">The application ID.</param>\r
+            <param name="capability">The capability information.</param>\r
+            <returns>\r
+            TRUE if the application supports the given capability,\r
+            otherwise FALSE if the application does not support the given capability\r
+            </returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountProvider.GetFeaturesByAppId(System.String)">\r
+            <summary>\r
+            Retrieves capability information with the application ID.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="appId">The application ID.</param>\r
+            <returns> Capability information list for the given appId.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for the given application ID.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountProvider.Dispose">\r
+            <summary>\r
+            Overloaded Dispose API for destroying the AccountProvider Handle.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Account.AccountManager.AccountService">\r
+             <summary>\r
+             The AccountManager APIs are separated into two major sections:\r
+             1. Registering an account provider while an application is installed. This information will be used for the Add account screen.\r
+             2. Adding an account information when an application signs in successfully to share the account information to the Tizen system. This information will be shown in the Tizen settings account menu.\r
+            \r
+             The APIs of both of the sections consist of the following functionality:\r
+             <list>\r
+             <item> Create an account or account provider.</item>\r
+             <item> Update an account or account provider (Only available for the creator).</item>\r
+             <item> Delete an account or account provider (Only available for the creator).</item>\r
+             <item> Read an account or account provider with some filter.</item>\r
+             </list>\r
+             </summary>\r
+             <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountService.ContactCapability">\r
+            <summary>\r
+            This is the contact capability string.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountService.CalendarCapability">\r
+            <summary>\r
+            This is the calendar capability string.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountService.EmailCapability">\r
+            <summary>\r
+            This is the email capability string.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountService.PhotoCapability">\r
+            <summary>\r
+            This is the photo capability string.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountService.VideoCapability">\r
+            <summary>\r
+            This is the video capability string.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountService.MusicCapability">\r
+            <summary>\r
+            This is the music capability string.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountService.DocumentCapability">\r
+            <summary>\r
+            This is the document capability string.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountService.MessageCapability">\r
+            <summary>\r
+            This is the message capability string.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Account.AccountManager.AccountService.GameCapability">\r
+            <summary>\r
+            This is the game capability string.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountsAsync">\r
+            <summary>\r
+            Retrieves all the accounts details from the account database.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>List of accounts.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountById(System.Int32)">\r
+            <summary>\r
+            Retrieves the account with the account ID.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="accountId"> The account ID to be searched.</param>\r
+            <returns>Account instance with reference to the given ID.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given account ID.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountProviders">\r
+            <summary>\r
+            Retrieves all the AccountProviders details from the account database.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>List of AccountProviders.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountProviderByAppId(System.String)">\r
+            <summary>\r
+            Retrieves the account provider information with the application ID.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="appId">The application ID.</param>\r
+            <returns>The AccountProvider instance associated with the given application ID.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given appId.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountProvidersByFeature(System.String)">\r
+            <summary>\r
+            Retrieves all the account providers information with feature.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="feature">The capability value to search for account providers.</param>\r
+            <returns>Retrieves the AccountProviders information with the capability name.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given feature.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.AddAccount(Tizen.Account.AccountManager.Account)">\r
+            <summary>\r
+            Inserts into the Database with the new account Information.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="account">New Account instance to be added.</param>\r
+            <returns>The account ID of the account instance.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <privilege>http://tizen.org/privilege/account.write </privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.OutOfMemoryException"> In case of OutOfMemory error.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.UpdateAccount(Tizen.Account.AccountManager.Account)">\r
+            <summary>\r
+            Updates the account details to the account database.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="account">Account instance to be updated.</param>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <privilege>http://tizen.org/privilege/account.write </privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.OutOfMemoryException"> In case of OutOfMemory error.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.DeleteAccount(Tizen.Account.AccountManager.Account)">\r
+            <summary>\r
+            Deletes the account information from the database.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="account">Account instance to be deleted from the database.</param>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <privilege>http://tizen.org/privilege/account.write</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.DeleteAccount(System.String,System.String)">\r
+            <summary>\r
+            Deletes the account from the account database by user name.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="userName">The user name of the account to delete.</param>\r
+            <param name="packageName">The package name of the account to delete.</param>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <privilege>http://tizen.org/privilege/account.write</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.DeleteAccount(System.String)">\r
+            <summary>\r
+            Deletes the account from the account database by package name.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="packageName">The package name of the account to delete.</param>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <privilege>http://tizen.org/privilege/account.write</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountsByUserName(System.String)">\r
+            <summary>\r
+            Retrieves all the accounts with the given user name.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="userName">The user name to search.</param>\r
+            <returns>Accounts list matched with the user name.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given username.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountsByPackageName(System.String)">\r
+            <summary>\r
+            Retrieves all the accounts with the given package name.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="packageName"> The package name to search.</param>\r
+            <returns>Accounts list matched with the package name.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given package name.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountsByCapabilityType(System.String)">\r
+            <summary>\r
+            Retrieves all accounts with the given capability type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="type"> Capability type.</param>\r
+            <returns>Accounts list matched with the capability type.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for the given capability type.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.GetCapabilitiesById(System.Int32)">\r
+            <summary>\r
+            Retrieves all the capabilities with the given account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="accountId">Account instance.</param>\r
+            <returns>Capabilities list as dictionary of the capability type and state.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error or record not found for given account ID.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.GetAccountsCount">\r
+            <summary>\r
+            Gets the count of accounts in the account database.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>The number of accounts in the database.</returns>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.AccountService.UpdateSyncStatusById(Tizen.Account.AccountManager.Account,Tizen.Account.AccountManager.AccountSyncState)">\r
+            <summary>\r
+            Updates the sync status of the given account.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="account"> Account for which the sync status needs to be updated.</param>\r
+            <param name="status">Sync State</param>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <privilege>http://tizen.org/privilege/account.write</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="E:Tizen.Account.AccountManager.AccountService.AccountUpdated">\r
+            <summary>\r
+            ContentUpdated event is triggered when the media item info from DB changes.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <remarks>\r
+            ContentUpdate event is triggered if the MediaInformation updated/deleted or new information is inserted.\r
+            </remarks>\r
+            <privilege>http://tizen.org/privilege/account.read</privilege>\r
+            <feature>http://tizen.org/feature/account</feature>\r
+            <exception cref="T:System.InvalidOperationException">In case of any DB error.</exception>\r
+            <exception cref="T:System.ArgumentException"> In case of an invalid parameter.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException"> In case of privilege not defined.</exception>\r
+            <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Account.AccountManager.AccountSubscriberEventArgs">\r
+            <summary>\r
+            Event arguments passed when the event is triggered to notify that the account is updated/removed from the account database.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.AccountSubscriberEventArgs.EventType">\r
+            <summary>\r
+            The account event type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.AccountSubscriberEventArgs.AccountId">\r
+            <summary>\r
+            The account ID to update.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Account.AccountManager.SafeAccountHandle">\r
+            <summary>\r
+            Represents a wrapper class for a unmanaged Account handle.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.SafeAccountHandle.#ctor">\r
+            <summary>\r
+            Initializes a new instance of the SafeAppControlHandle class.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.SafeAccountHandle.#ctor(System.IntPtr,System.Boolean)">\r
+            <summary>\r
+            Initializes a new instance of the SafeAccountHandle class.\r
+            </summary>\r
+            <param name="existingHandle">An IntPtr object that represents the pre-existing handle to use.</param>\r
+            <param name="ownsHandle">true to reliably release the handle during the finalization phase; false to prevent reliable release.</param>\r
+        </member>\r
+        <member name="P:Tizen.Account.AccountManager.SafeAccountHandle.IsInvalid">\r
+            <summary>\r
+            Gets a value that indicates whether the handle is invalid.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Account.AccountManager.SafeAccountHandle.ReleaseHandle">\r
+            <summary>\r
+            When overridden in a derived class, executes the code required to free the handle.\r
+            </summary>\r
+            <returns>true if the handle is released successfully</returns>\r
+        </member>\r
+    </members>\r
+</doc>\r