NotificationConfig.LEDParams

EMDK For Xamarin 2.4

This holds the information required for the LED notifications.

Type - Java.Lang.Object

Constructors

LEDParams

public LEDParams ();

Properties

Color

The color for blinking LED on the notification device using RGB format.

Type - System.Int32

OffTime

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

Type - System.Int32

OnTime

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

Type - System.Int32

RepeatCount

The LED blinking repeat count

Type - System.Int32