TelecomManager.DurationLong フィールド

定義

注意事項

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

#EXTRA_CALL_DURATIONの整数値は、完了した呼び出しの継続時間が 120 秒>= 120 秒であることを示します。

[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

フィールド値

Value = 3
属性

注釈

#EXTRA_CALL_DURATIONの整数値は、完了した呼び出しの継続時間が 120 秒>= 120 秒であることを示します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象