Share via


Notification.CallStyle.CallTypeOngoing フィールド

定義

注意事項

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

進行中の呼び出しの呼び出しの種類。

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

フィールド値

Value = 2
属性

注釈

進行中の呼び出しの呼び出しの種類。

#EXTRA_CALL_TYPE」を参照してください。

の Java ドキュメント android.app.Notification.CallStyle.CALL_TYPE_ONGOING

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

適用対象