Definition
- Namespace:
- Tizen.Applications.Messages
- Assembly:
- Tizen.Applications.MessagePort.dll
- API Level:
- 3
Contains AppId, port name, and trusted.
public class RemoteValues
- Inheritance
-
System.Object
RemoteValues
Properties
View Source
AppId
The ID of the remote application that sent this message.
Declaration
public string AppId { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
PortName
The name of the remote message port.
Declaration
public string PortName { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
Trusted
If true, the remote port is a trusted port, otherwise, if false, it is not.
Declaration
public bool Trusted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
API Level: 3