NotificationChannel.IsDemoted プロパティ

定義

ユーザーがこのチャネルが会話を表さないと判断したかどうかを返します。

public bool IsDemoted { [Android.Runtime.Register("isDemoted", "()Z", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isDemoted", "()Z", "", ApiSince=31)>]
member this.IsDemoted : bool

プロパティ値

属性

注釈

ユーザーがこのチャネルが会話を表さないと判断したかどうかを返します。 値は常に false になります。これは、会話であると主張されないチャネル (つまり、 と が空のチャネル#getConversationId()#getParentChannelId()の場合) です。

android.app.NotificationChannel.isDemoted()Java ドキュメント。

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

適用対象