Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Messaging.LightSettings
Represents light settings in an Android Notification.
Summary
Properties
Color
string Color
Gets or sets the color value of the light settings.
LightOffDurationMillis
long LightOffDurationMillis
Gets or sets the light off duration in milliseconds.
LightOnDurationMillis
long LightOnDurationMillis
Gets or sets the light on duration in milliseconds.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-24 UTC.
[null,null,["Last updated 2022-03-24 UTC."],[],[],null,["# FirebaseAdmin.Messaging.LightSettings Class Reference\n\nFirebaseAdmin.Messaging.LightSettings\n=====================================\n\nRepresents light settings in an Android [Notification](/docs/reference/admin/dotnet/class/firebase-admin/messaging/notification#class_firebase_admin_1_1_messaging_1_1_notification).\n\nSummary\n-------\n\n| ### Properties ||\n|---------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------|\n| [Color](#class_firebase_admin_1_1_messaging_1_1_light_settings_1a9bbf7da5b4ffb21df143e5c2061100f3) | `string` Gets or sets the color value of the light settings. |\n| [LightOffDurationMillis](#class_firebase_admin_1_1_messaging_1_1_light_settings_1a671c2e33dfddacd240daf5c8b59bf5e5) | `long` Gets or sets the light off duration in milliseconds. |\n| [LightOnDurationMillis](#class_firebase_admin_1_1_messaging_1_1_light_settings_1a3b35abaab8b3af8ffc34506144f097d3) | `long` Gets or sets the light on duration in milliseconds. |\n\nProperties\n----------\n\n### Color\n\n```text\nstring Color\n``` \nGets or sets the color value of the light settings. \n\n### LightOffDurationMillis\n\n```text\nlong LightOffDurationMillis\n``` \nGets or sets the light off duration in milliseconds. \n\n### LightOnDurationMillis\n\n```text\nlong LightOnDurationMillis\n``` \nGets or sets the light on duration in milliseconds."]]