Class RemoteValues
Definition
- Namespace:
- Tizen.Applications.Messages
- Assembly:
- Tizen.Applications.MessagePort.dll
- API Level:
- 3
Contains AppId, port name, and trusted.
public class RemoteValues
- Inheritance
-
RemoteValues
Properties
View SourceAppId
The ID of the remote application that sent this message.
Declaration
public string AppId { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourcePortName
The name of the remote message port.
Declaration
public string PortName { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceTrusted
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 |
---|---|
Boolean |