次の方法で共有


NotificationManager.ImportanceUnspecified フィールド

定義

注意事項

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

ユーザーが重要度を表していないことを示す値。

[Android.Runtime.Register("IMPORTANCE_UNSPECIFIED", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.NotificationImportance enum directly instead of this field.", true)]
public const Android.App.NotificationImportance ImportanceUnspecified = -1000;
[<Android.Runtime.Register("IMPORTANCE_UNSPECIFIED", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.NotificationImportance enum directly instead of this field.", true)>]
val mutable ImportanceUnspecified : Android.App.NotificationImportance

フィールド値

Value = -1000
属性

注釈

ユーザーが重要度を表していないことを示す値。

この値は、ユーザー設定を保持するための値であり、実際の通知に関連付けてはなりません。

の Java ドキュメントandroid.app.NotificationManager.IMPORTANCE_UNSPECIFIED

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象