次の方法で共有


Notification.CallStyle.CallTypeScreening フィールド

定義

注意事項

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

スクリーニング中の呼び出しの呼び出しの種類。

[Android.Runtime.Register("CALL_TYPE_SCREENING", 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 CallTypeScreening = 3;
[<Android.Runtime.Register("CALL_TYPE_SCREENING", 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 CallTypeScreening : Android.App.NotificationCallType

フィールド値

Value = 3
属性

注釈

スクリーニング中の呼び出しの呼び出しの種類。

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

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

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

適用対象