MediaMetadataEditor.RatingKeyByOthers 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 average rating, not the user's rating.

[Android.Runtime.Register("RATING_KEY_BY_OTHERS")]
[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 RatingKeyByOthers = 101;
[<Android.Runtime.Register("RATING_KEY_BY_OTHERS")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaMetadataEditKey enum directly instead of this field.", true)>]
val mutable RatingKeyByOthers : Android.Media.MediaMetadataEditKey

Field Value

Value = 101
Attributes

Remarks

The metadata key for the content's average rating, not the user's rating. The value associated with this key is a Rating instance.

Java documentation for android.media.MediaMetadataEditor.RATING_KEY_BY_OTHERS.

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

See also