MediaMetadataEditor.RatingKeyByUser Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.MediaMetadataEditKey enum directly instead of this field.

The metadata key for the content's user rating.

[Android.Runtime.Register("RATING_KEY_BY_USER")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaMetadataEditKey enum directly instead of this field.", true)]
public const Android.Media.MediaMetadataEditKey RatingKeyByUser = 268435457;
[<Android.Runtime.Register("RATING_KEY_BY_USER")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaMetadataEditKey enum directly instead of this field.", true)>]
val mutable RatingKeyByUser : Android.Media.MediaMetadataEditKey

Field Value

Value = 268435457
Attributes

Remarks

The metadata key for the content's user rating. The value associated with this key is a Rating instance. This key can be flagged as "editable" (with #addEditableKey(int)) to enable receiving user rating values through the android.media.RemoteControlClient.OnMetadataUpdateListener interface.

Java documentation for android.media.MediaMetadataEditor.RATING_KEY_BY_USER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to