Class NotificationEventArgs.AccessoryArgs

Definition

Namespace:
Tizen.Applications.NotificationEventListener
Assembly:
Tizen.Applications.NotificationEventListener.dll
API Level:
4

Class to get infomation about notification accessory.

C#
Copy
public class AccessoryArgs
Inheritance
System.Object
NotificationEventArgs.AccessoryArgs

Properties

View Source

CanVibrate

Gets the vibration option.

Declaration
C#
Copy
public bool CanVibrate { get; }
Property Value
Type Description
Boolean
API Level: 4
View Source

LedColor

Gets LED color that you would like the LED on the device to blink.

Declaration
C#
Copy
public Color LedColor { get; }
Property Value
Type Description
Color
API Level: 4
View Source

LedOffMillisecond

Gets LED on time period that you would like the LED on the device to blink as well as the rate.

Declaration
C#
Copy
public int LedOffMillisecond { get; }
Property Value
Type Description
Int32

Default value of LedOffMillisecond is 0. The rate is specified in terms of the number of millisecond to be off.

API Level: 4
View Source

LedOnMillisecond

Gets LED on time period that you would like the LED on the device to blink as well as the rate.

Declaration
C#
Copy
public int LedOnMillisecond { get; }
Property Value
Type Description
Int32

Default value of LedOnMilliseconds is 0. The rate is specified in terms of the number of milliseconds to be on.

API Level: 4
View Source

LedOption

Gets the LED option.

Declaration
C#
Copy
public AccessoryOption LedOption { get; }
Property Value
Type Description
AccessoryOption
API Level: 4
View Source

SoundOption

Gets the sound option.

Declaration
C#
Copy
public AccessoryOption SoundOption { get; }
Property Value
Type Description
AccessoryOption
API Level: 4
View Source

SoundPath

Gets the sound path.

Declaration
C#
Copy
public string SoundPath { get; }
Property Value
Type Description
System.String
API Level: 4