言語

Notification.SemanticStyleSafe フィールド

定義

注意事項

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

この値は、セマンティック階層の安全性、緊急度以外、タイムライン、または別の "マイルド" 値を示す要素に注釈を付けるために使用されます。

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

フィールド値

Value = 2

実装

属性

注釈

この値は、セマンティック階層の安全性、緊急度以外、タイムライン、または別の "マイルド" 値を示す要素に注釈を付けるために使用されます。

一般に、安全性は、要素を緑色でスタイル設定することでユーザーに表されます。

android.app.Notification.SEMANTIC_STYLE_SAFEの Android リファレンス。

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

適用対象