Class RemoteView
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.RemoteView.dll
Represents the proxy class for the widget application.
C#Copy[Obsolete("Deprecated since API10. Will be removed in API12.")] public class RemoteView
- Inheritance
-
objectRemoteView
Properties
Declaration
C#Copy[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).
Declaration
C#Copy[Obsolete("Deprecated since API10. Will be removed in API12.")] public string Id { get; }
Property Value
Type | Description |
---|---|
string |
Layout
Layout object including preview image, overlay text, loading text, and remote screen image.
Declaration
C#Copy[Obsolete("Deprecated since API10. Will be removed in API12.")] public Layout Layout { get; }
Property Value
Type | Description |
---|---|
Layout |
Declaration
C#Copy[Obsolete("Deprecated since API10. Will be removed in API12.")] public double Period { get; }
Property Value
Type | Description |
---|---|
double |
Declaration
C#Copy[Obsolete("Deprecated since API10. Will be removed in API12.")] public string Title { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Declaration
C#Copy[Obsolete("Deprecated since API10. Will be removed in API12.")] public void Pause()
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Thrown when this operation failed. |
System.UnauthorizedAccessException | Thrown when this operation is denied. |
System.NotSupportedException | Thrown when this operation is not supported for this device. |
Declaration
C#Copy[Obsolete("Deprecated since API10. Will be removed in API12.")] public static void PauseAll()
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Thrown when this operation failed. |
System.UnauthorizedAccessException | Thrown when this operation is denied. |
System.NotSupportedException | Thrown when this operation is not supported for this device. |
Declaration
C#Copy[Obsolete("Deprecated since API10. Will be removed in API12.")] public void Resume()
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Thrown when this operation failed. |
System.UnauthorizedAccessException | Thrown when this operation is denied. |
System.NotSupportedException | Thrown when this operation is not supported for this device. |
Declaration
C#Copy[Obsolete("Deprecated since API10. Will be removed in API12.")] public static void ResumeAll()
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Thrown when this operation failed. |
System.UnauthorizedAccessException | Thrown when this operation is denied. |
System.NotSupportedException | Thrown when this operation is not supported for this device. |
SendEvent(Event)
Sends the event to the widget application which is connected on this proxy.
Declaration
C#Copy[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 |
---|---|
System.UnauthorizedAccessException | Thrown when this operation is denied. |
System.NotSupportedException | Thrown when this operation is not supported for this device. |