Class NotificationEventArgs.AccessoryArgs

    Definition

    Namespace:
    Tizen.Applications.NotificationEventListener
    Assembly:
    Tizen.Applications.NotificationEventListener.dll

    Class to get infomation about notification accessory.

    public class NotificationEventArgs.AccessoryArgs
    Inheritance
    object
    NotificationEventArgs.AccessoryArgs

    Properties

    View Source

    CanVibrate

    Gets the vibration option.

    Declaration
    public bool CanVibrate { get; }
    Property Value
    Type Description
    bool
    View Source

    LedColor

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

    Declaration
    public Color LedColor { get; }
    Property Value
    Type Description
    Color
    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
    public int LedOffMillisecond { get; }
    Property Value
    Type Description
    int

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

    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
    public int LedOnMillisecond { get; }
    Property Value
    Type Description
    int

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

    View Source

    LedOption

    Gets the LED option.

    Declaration
    public AccessoryOption LedOption { get; }
    Property Value
    Type Description
    AccessoryOption
    View Source

    SoundOption

    Gets the sound option.

    Declaration
    public AccessoryOption SoundOption { get; }
    Property Value
    Type Description
    AccessoryOption
    View Source

    SoundPath

    Gets the sound path.

    Declaration
    public string SoundPath { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX