Language

Call.CrsMediaTypeNone Field

Definition

Caution

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

Indicates not a CRS call

[Android.Runtime.Register("CRS_MEDIA_TYPE_NONE", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CrsMediaType enum directly instead of this field.", true)]
public const Android.Telecom.CrsMediaType CrsMediaTypeNone = 0;
[<Android.Runtime.Register("CRS_MEDIA_TYPE_NONE", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CrsMediaType enum directly instead of this field.", true)>]
val mutable CrsMediaTypeNone : Android.Telecom.CrsMediaType

Field Value

Value = 0
Attributes

Remarks

Indicates not a CRS call

Android reference for android.telecom.Call.CRS_MEDIA_TYPE_NONE.

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