Language

MediaQualityContract.PictureQualityEventTypeUnknown Field

Definition

Unknown picture quality event type.

[Android.Runtime.Register("PICTURE_QUALITY_EVENT_TYPE_UNKNOWN", ApiSince=37)]
public const string PictureQualityEventTypeUnknown;
[<Android.Runtime.Register("PICTURE_QUALITY_EVENT_TYPE_UNKNOWN", ApiSince=37)>]
val mutable PictureQualityEventTypeUnknown : string

Field Value

Attributes

Remarks

Unknown picture quality event type.

This value is used to represent a picture quality event type that is not recognized by the current version of the SDK. It serves as a fallback to ensure backwards compatibility when new event types are introduced in future platform versions.

Android reference for android.media.quality.MediaQualityContract.PICTURE_QUALITY_EVENT_TYPE_UNKNOWN.

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