Class SlotHandle

    Definition

    Namespace:
    Tizen.Telephony
    Assembly:
    Tizen.Telephony.dll

    This class provides APIs that provide functionality related to the slot handle.

    public class SlotHandle
    Inheritance
    object
    SlotHandle

    Methods

    View Source

    RemoveNotificationId(IEnumerable<Notification>)

    The notification IDs for which the ChangeNotification event will not be triggered.

    Declaration
    public void RemoveNotificationId(IEnumerable<ChangeNotificationEventArgs.Notification> list)
    Parameters
    Type Name Description
    IEnumerable<><Notification> list

    The list of notification IDs for which the ChangeNotification event will be not be triggered.

    View Source

    SetNotificationId(IEnumerable<Notification>)

    The notification IDs for which the ChangeNotification event will be triggered.

    Declaration
    public void SetNotificationId(IEnumerable<ChangeNotificationEventArgs.Notification> list)
    Parameters
    Type Name Description
    IEnumerable<><Notification> list

    The list of notification IDs for which the ChangeNotification event will be triggered.

    Events

    View Source

    ChangeNotification

    The event handler for receiving the Telephony state changes. This event will be triggered for the NotificationIds given in the SetNotificationId API.

    Declaration
    public event EventHandler<ChangeNotificationEventArgs> ChangeNotification
    Event Type
    Type Description
    EventHandler<><ChangeNotificationEventArgs>

    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