Class MessageReceivedEventArgs

    Definition

    Namespace:
    Tizen.Applications.Messages
    Assembly:
    Tizen.Applications.MessagePort.dll

    An extended EventArgs class, which contains remote message port information and message.

    public class MessageReceivedEventArgs : EventArgs
    Inheritance
    object
    MessageReceivedEventArgs

    Properties

    View Source

    Message

    The message passed from the remote application.

    Declaration
    public Bundle Message { get; }
    Property Value
    Type Description
    Bundle
    View Source

    Remote

    Contains AppId, port name, and trusted.

    Declaration
    public RemoteValues Remote { get; }
    Property Value
    Type Description
    RemoteValues

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX