次の方法で共有


Notification.CallStyle.CallTypeUnknown フィールド

定義

注意事項

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

不明な呼び出しの種類。

[Android.Runtime.Register("CALL_TYPE_UNKNOWN", 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 CallTypeUnknown = 0;
[<Android.Runtime.Register("CALL_TYPE_UNKNOWN", 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 CallTypeUnknown : Android.App.NotificationCallType

フィールド値

Value = 0
属性

注釈

不明な呼び出しの種類。

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

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

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象