TelecomManager.DurationMedium Field

Definition

Caution

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

A integer value for #EXTRA_CALL_DURATION, indicates the duration of the completed call was >= 60 seconds and < 120 seconds.

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

Field Value

Value = 2
Attributes

Remarks

A integer value for #EXTRA_CALL_DURATION, indicates the duration of the completed call was >= 60 seconds and < 120 seconds.

Java documentation for android.telecom.TelecomManager.DURATION_MEDIUM.

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