Class NotificationSafeHandle

    Definition

    Namespace:
    Tizen.Applications.Notifications
    Assembly:
    Tizen.Applications.Notification.dll

    This class manages the notification handle resources.

    public sealed class NotificationSafeHandle : SafeHandle
    Inheritance
    object
    NotificationSafeHandle

    Constructors

    View Source

    NotificationSafeHandle()

    Initializes a new instance of the NotificationSafeHandle class.

    Declaration
    public NotificationSafeHandle()

    Properties

    View Source

    IsInvalid

    Gets a value that indicates whether the handle is invalid.

    Declaration
    public override bool IsInvalid { get; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    ReleaseHandle()

    Executes the code required to free the NotificationSafeHandle.

    Declaration
    protected override bool ReleaseHandle()
    Returns
    Type Description
    bool

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX