ZenPolicy.StateAllow フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Service.Notification.StateType enum directly instead of this field.

DND がアクティブな場合に、サウンドまたは視覚効果の種類の再生/表示が許可されていることを示します。

[Android.Runtime.Register("STATE_ALLOW", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Notification.StateType enum directly instead of this field.", true)]
public const Android.Service.Notification.StateType StateAllow = 1;
[<Android.Runtime.Register("STATE_ALLOW", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Notification.StateType enum directly instead of this field.", true)>]
val mutable StateAllow : Android.Service.Notification.StateType

フィールド値

Value = 1

実装

属性

注釈

DND がアクティブな場合に、サウンドまたは視覚効果の種類の再生/表示が許可されていることを示します。

の Java ドキュメント android.service.notification.ZenPolicy.STATE_ALLOW

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

適用対象