Class NotificationEventArgs.LockStyleArgs

    Definition

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

    Class to get infomation about notification lock style.

    public class NotificationEventArgs.LockStyleArgs : NotificationEventArgs.StyleArgs
    Inheritance
    object
    NotificationEventArgs.StyleArgs
    NotificationEventArgs.LockStyleArgs

    Properties

    View Source

    IconPath

    Gets the path of the image file to display on the icon of lock style.

    Declaration
    public string IconPath { get; }
    Property Value
    Type Description
    string
    View Source

    Thumbnail

    Gets the path of the thumbnail image file to display on the icon of lock style.

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