共用方式為


NotificationChannel.EnableLights(Boolean) 方法

定義

設定張貼至此通道的通知是否應該在支援該功能的裝置上顯示通知燈。

[Android.Runtime.Register("enableLights", "(Z)V", "", ApiSince=26)]
public void EnableLights (bool lights);
[<Android.Runtime.Register("enableLights", "(Z)V", "", ApiSince=26)>]
member this.EnableLights : bool -> unit

參數

lights
Boolean
屬性

備註

設定張貼至此通道的通知是否應該在支援該功能的裝置上顯示通知燈。

只有在通道提交至 NotificationManager#createNotificationChannel(NotificationChannel)之前,才可修改。

android.app.NotificationChannel.enableLights(boolean)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於