Definition
- Namespace:
- Tizen.Applications.Messages
- Assembly:
- Tizen.Applications.MessagePort.dll
- API Level:
- 3
An extended EventArgs class, which contains remote message port information and message.
public class MessageReceivedEventArgs : EventArgs
- Inheritance
-
Properties
View Source
Message
The message passed from the remote application.
Declaration
public Bundle Message { get; }
Property Value
API Level: 3
View Source
Remote
Contains AppId, port name, and trusted.
Declaration
public RemoteValues Remote { get; }
Property Value
API Level: 3