Search Results for

    Show / Hide Table of Contents

    Class CustomCommand

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Provides a means to to send custom commands.

    public sealed class CustomCommand : Command
    Inheritance
    object
    Command
    CustomCommand
    Remarks

    This command can be used by both client and server to send predefined command or data.

    Constructors

    View Source

    CustomCommand(string)

    Initializes a new instance of the CustomCommand class.

    Declaration
    public CustomCommand(string action)
    Parameters
    Type Name Description
    string action

    A predefined custom command.

    View Source

    CustomCommand(string, Bundle)

    Initializes a new instance of the CustomCommand class.

    Declaration
    public CustomCommand(string action, Bundle bundle)
    Parameters
    Type Name Description
    string action

    A predefined custom command.

    Bundle bundle

    The extra data for custom command.

    Properties

    View Source

    Action

    Gets the custom action.

    Declaration
    public string Action { get; }
    Property Value
    Type Description
    string
    View Source

    Bundle

    Gets the extra data.

    Declaration
    public Bundle Bundle { get; }
    Property Value
    Type Description
    Bundle
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX