TelecomManager.DurationLong 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 >= 120 seconds.

[Android.Runtime.Register("DURATION_LONG", 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 DurationLong = 3;
[<Android.Runtime.Register("DURATION_LONG", 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 DurationLong : Android.Telecom.Duration

Field Value

Value = 3
Attributes

Remarks

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

Java documentation for android.telecom.TelecomManager.DURATION_LONG.

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