NotificationChannel.LightColor 属性

定义

返回发布到此通道的通知的通知浅色。 - 或 - 如果灯位于 #enableLights(boolean) enabled 此通道上,并且设备支持该功能,则设置发布到此通道的通知的通知灯颜色。

public int LightColor { [Android.Runtime.Register("getLightColor", "()I", "", ApiSince=26)] get; [Android.Runtime.Register("setLightColor", "(I)V", "", ApiSince=26)] set; }
[<get: Android.Runtime.Register("getLightColor", "()I", "", ApiSince=26)>]
[<set: Android.Runtime.Register("setLightColor", "(I)V", "", ApiSince=26)>]
member this.LightColor : int with get, set

属性值

属性

注解

属性 getter 文档:

返回发布到此通道的通知的通知浅色。 除非 #shouldShowLights()是无关紧要的。

适用于 . 的 android.app.NotificationChannel.getLightColor()Java 文档

属性 setter 文档:

设置发布到此通道的通知的通知浅色,如果灯位于 #enableLights(boolean) enabled 此通道上,并且设备支持该功能。

仅在将通道提交到 NotificationManager#createNotificationChannel(NotificationChannel)之前可修改。

适用于 . 的 android.app.NotificationChannel.setLightColor(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于