Android.Media.RemoteControlClient.FlagKeyMediaRating Field
Flag indicating a RemoteControlClient supports ratings.

Value: 512

Syntax

[Android.Runtime.Register("FLAG_KEY_MEDIA_RATING")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.RemoteControlFlags enum directly instead of this field.")]
public const RemoteControlFlags FlagKeyMediaRating

See Also

RemoteControlClient.SetTransportControlFlags(RemoteControlFlags)

Remarks

Flag indicating a RemoteControlClient supports ratings. This flag must be set in order for components that display the RemoteControlClient information, to display ratings information, and, if ratings are declared editable (by calling MediaMetadataEditor.AddEditableKey(MediaMetadataEditKey) with the MediaMetadataEditor.RatingKeyByUser key), it will enable the user to rate the media, with values being received through the interface set with RemoteControlClient.SetMetadataUpdateListener(.IOnMetadataUpdateListener).

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14