Show / Hide Table of Contents

    Class RemoteView

    Deprecated since API10. Will be removed in API12.

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.RemoteView.dll
    API Level:
    3

    Represents the proxy class for the widget application.

    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public class RemoteView
    Inheritance
    Object
    RemoteView

    Properties

    View Source

    Content

    Deprecated since API10. Will be removed in API12.

    Contents of the widget.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public string Content { get; }
    Property Value
    Type Description
    String
    Remarks

    This string can be used for creating contents of the widget again after rebooting a device or it can be recovered from a crash (abnormal status).

    API Level: 3
    Privilege Level: public
    Privilege: http://tizen.org/privilege/widget.viewer
    View Source

    Id

    Deprecated since API10. Will be removed in API12.

    The widget ID.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public string Id { get; }
    Property Value
    Type Description
    String
    API Level: 3
    Privilege Level: public
    Privilege: http://tizen.org/privilege/widget.viewer
    View Source

    Layout

    Deprecated since API10. Will be removed in API12.

    Layout object including preview image, overlay text, loading text, and remote screen image.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public Layout Layout { get; }
    Property Value
    Type Description
    Layout
    API Level: 3
    Privilege Level: public
    Privilege: http://tizen.org/privilege/widget.viewer
    View Source

    Period

    Deprecated since API10. Will be removed in API12.

    The update period.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public double Period { get; }
    Property Value
    Type Description
    Double
    API Level: 3
    Privilege Level: public
    Privilege: http://tizen.org/privilege/widget.viewer
    View Source

    Title

    Deprecated since API10. Will be removed in API12.

    Summarized string of the widget content for accessibility.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public string Title { get; }
    Property Value
    Type Description
    String
    API Level: 3
    Privilege Level: public
    Privilege: http://tizen.org/privilege/widget.viewer

    Methods

    View Source

    Pause()

    Deprecated since API10. Will be removed in API12.

    Pauses the widget application which is connected on this proxy.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public void Pause()
    Exceptions
    Type Condition
    InvalidOperationException

    Thrown when this operation failed.

    UnauthorizedAccessException

    Thrown when this operation is denied.

    NotSupportedException

    Thrown when this operation is not supported for this device.

    API Level: 3
    Privilege Level: public
    Privilege: http://tizen.org/privilege/widget.viewer
    View Source

    PauseAll()

    Deprecated since API10. Will be removed in API12.

    Pauses all the connected widget applications.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public static void PauseAll()
    Exceptions
    Type Condition
    InvalidOperationException

    Thrown when this operation failed.

    UnauthorizedAccessException

    Thrown when this operation is denied.

    NotSupportedException

    Thrown when this operation is not supported for this device.

    API Level: 3
    Privilege Level: public
    Privilege: http://tizen.org/privilege/widget.viewer
    View Source

    Resume()

    Deprecated since API10. Will be removed in API12.

    Resumes the widget application which is connected on this proxy.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public void Resume()
    Exceptions
    Type Condition
    InvalidOperationException

    Thrown when this operation failed.

    UnauthorizedAccessException

    Thrown when this operation is denied.

    NotSupportedException

    Thrown when this operation is not supported for this device.

    API Level: 3
    Privilege Level: public
    Privilege: http://tizen.org/privilege/widget.viewer
    View Source

    ResumeAll()

    Deprecated since API10. Will be removed in API12.

    Resumes all the connected widget applications.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public static void ResumeAll()
    Exceptions
    Type Condition
    InvalidOperationException

    Thrown when this operation failed.

    UnauthorizedAccessException

    Thrown when this operation is denied.

    NotSupportedException

    Thrown when this operation is not supported for this device.

    API Level: 3
    Privilege Level: public
    Privilege: http://tizen.org/privilege/widget.viewer
    View Source

    SendEvent(RemoteView.Event)

    Deprecated since API10. Will be removed in API12.

    Sends the event to the widget application which is connected on this proxy.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public void SendEvent(RemoteView.Event ev)
    Parameters
    Type Name Description
    RemoteView.Event ev
    Exceptions
    Type Condition
    UnauthorizedAccessException

    Thrown when this operation is denied.

    NotSupportedException

    Thrown when this operation is not supported for this device.

    API Level: 3
    Privilege Level: public
    Privilege: http://tizen.org/privilege/widget.viewer
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX