Class CustomCommandCapabilityUpdatedEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
11

Provides data for the CustomCommandCapabilityUpdated event.

C#
Copy
public class CustomCommandCapabilityUpdatedEventArgs : EventArgs
Inheritance
CustomCommandCapabilityUpdatedEventArgs

Properties

View Source

Support

Gets the value whether the custom command is supported or not.

Declaration
C#
Copy
public MediaControlCapabilitySupport Support { get; }
Property Value
Type Description
MediaControlCapabilitySupport
API Level: 11

Extension Methods