Notification.LedOffMS Property

Definition

The number of milliseconds for the LED to be off while it's flashing.

[Android.Runtime.Register("ledOffMS")]
public int LedOffMS { get; set; }
[<Android.Runtime.Register("ledOffMS")>]
member this.LedOffMS : int with get, set

Property Value

Attributes

Remarks

The number of milliseconds for the LED to be off while it's flashing. The hardware will do its best approximation.

This member is deprecated. use NotificationChannel#shouldShowLights().

Java documentation for android.app.Notification.ledOffMS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also