From 0ed2fed529102eaf4b644c65aaa28ef9edcdf89b Mon Sep 17 00:00:00 2001 From: Eric Reed Date: Fri, 16 Oct 2015 10:29:02 -0400 Subject: Restore appstore registration end point --- MediaBrowser.Common/Security/ISecurityManager.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'MediaBrowser.Common') diff --git a/MediaBrowser.Common/Security/ISecurityManager.cs b/MediaBrowser.Common/Security/ISecurityManager.cs index 9354543532..5d15808da5 100644 --- a/MediaBrowser.Common/Security/ISecurityManager.cs +++ b/MediaBrowser.Common/Security/ISecurityManager.cs @@ -1,3 +1,4 @@ +using System; using MediaBrowser.Model.Entities; using System.Threading.Tasks; @@ -45,5 +46,21 @@ namespace MediaBrowser.Common.Security /// /// Task<SupporterInfo>. Task GetSupporterInfo(); + + /// + /// Register and app store sale with our back-end + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// true if successful + Task RegisterAppStoreSale(string store, string application, string product, string feature, + string type, string storeId, string storeToken, string email, string amt); } } \ No newline at end of file -- cgit v1.2.3