From ef7f5622359e2b46a0c8ff32c919729f577e046c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 28 Aug 2013 00:42:56 -0400 Subject: updated nuget --- MediaBrowser.Model/ApiClient/IApiClient.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'MediaBrowser.Model/ApiClient') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index f919c2c83..eaa3dc15a 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -511,6 +511,22 @@ namespace MediaBrowser.Model.ApiClient /// Task SendPlayCommandAsync(string sessionId, PlayRequest request); + /// + /// Sends a system command to the client + /// + /// + /// + /// + Task SendSystemCommandAsync(string sessionId, SystemCommand command); + + /// + /// Instructs the client to display a message to the user + /// + /// + /// + /// + Task SendMessageCommandAsync(string sessionId, MessageCommand command); + /// /// Clears a user's rating for an item /// -- cgit v1.2.3