Class MediaKey

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.MediaKey.dll
API Level:
3

The class for receiving events of media keys.

C#
Copy
public static class MediaKey
Inheritance
System.Object
MediaKey

Events

View Source

Event

Adds or removes events for all media keys.

Declaration
C#
Copy
public static event EventHandler<MediaKeyEventArgs> Event
Event Type
Type Description
System.EventHandler<MediaKeyEventArgs>
Exceptions
Type Condition
System.InvalidOperationException

Failed to reserve or release the key.

API Level: 3