Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class NotificationRequest

    Inheritance
    System.Object
    NotificationRequest
    Namespace: Emby.Notifications
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public class NotificationRequest

    Properties

    CancellationToken

    Declaration
    [IgnoreDataMember]
    public CancellationToken CancellationToken { get; set; }
    Property Value
    Type Description
    System.Threading.CancellationToken

    CollectionFolders

    Declaration
    public BaseItem[] CollectionFolders { get; set; }
    Property Value
    Type Description
    BaseItem[]

    Date

    For notifications referencing something that happened at a specific date and time

    Declaration
    public DateTimeOffset Date { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    Description

    For notification outputs that require a description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    DeviceInfo

    Declaration
    public DeviceInfo DeviceInfo { get; set; }
    Property Value
    Type Description
    DeviceInfo

    EventId

    Declaration
    public string EventId { get; set; }
    Property Value
    Type Description
    System.String

    Item

    Declaration
    public BaseItem Item { get; set; }
    Property Value
    Type Description
    BaseItem

    PackageVersionInfo

    Declaration
    public PackageVersionInfo PackageVersionInfo { get; set; }
    Property Value
    Type Description
    PackageVersionInfo

    PlaybackInfo

    Declaration
    public NotificationPlaybackInfo PlaybackInfo { get; set; }
    Property Value
    Type Description
    NotificationPlaybackInfo

    Plugin

    Declaration
    public IPlugin Plugin { get; set; }
    Property Value
    Type Description
    IPlugin

    ProgramInfo

    Declaration
    public LiveTvProgram ProgramInfo { get; set; }
    Property Value
    Type Description
    LiveTvProgram

    RecordingInfo

    Declaration
    public NotificationRecordingInfo RecordingInfo { get; set; }
    Property Value
    Type Description
    NotificationRecordingInfo

    SeriesTimerInfo

    Declaration
    public SeriesTimerInfo SeriesTimerInfo { get; set; }
    Property Value
    Type Description
    SeriesTimerInfo

    Session

    Declaration
    public SessionInfo Session { get; set; }
    Property Value
    Type Description
    SessionInfo

    TimerInfo

    Declaration
    public TimerInfo TimerInfo { get; set; }
    Property Value
    Type Description
    TimerInfo

    Title

    For notification outputs that require a display title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    Url

    For notification outputs that support an interactive url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    User

    Declaration
    public User User { get; set; }
    Property Value
    Type Description
    User

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.