/// Unsets the client (sync adapter) callback functions.
/// </summary>
/// <since_tizen> 4 </since_tizen>
- /// <exception cref="System.Exception"> Thrown when sync manager internal error occurs. </exception>
+ /// <exception cref="Exception"> Thrown when sync manager internal error occurs. </exception>
public void UnsetSyncEventCallbacks()
{
int ret = Interop.Adapter.UnsetCallbacks();
/// </exception>
/// <seealso cref="FieldOfView"/>
/// <seealso cref="GetZoom()"/>
- /// <seealso cref="GetFileOfView()"/>
/// <since_tizen> 5 </since_tizen>
public void SetZoomWithFieldOfView(float level, FieldOfView fieldOfView)
{
GC.SuppressFinalize(this);
}
+ /// <inheritdoc/>
protected virtual void Dispose(bool disposing)
{
if (disposed)
/// <privilege>
/// http://tizen.org/privilege/imemanager
/// </privilege>
- /// <exception cref="InvalidOperationException">
+ /// <exception cref="T:System.InvalidOperationException">
/// This exception can occur if:
/// 1) The application does not have the privilege to call this function.
/// 2) Operation failed.
public event EventHandler<SmartCallbackArgs> UrlChanged;
/// <summary>
-
/// Event that occurs when the policy navigation is decided.
/// </summary>
/// <since_tizen> 6 </since_tizen>
/// <since_tizen> 6 </since_tizen>
public event EventHandler<ContextMenuItemEventArgs> ContextMenuItemSelected;
+ /// <summary>
/// The delegate is invoked when context menu customization is needed.
/// </summary>
/// <param name="menu">The instance of ContextMenu.</param>