From b01e217e90f9953320d71b0d28dbf9e58be76248 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 6 Sep 2016 19:36:58 +0200 Subject: [PATCH] [VideoSubscriberAccount] Simplify method name to a name that matches the Swift name. --- src/videosubscriberaccount.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/videosubscriberaccount.cs b/src/videosubscriberaccount.cs index 0d2f3359d47a..37cd2fa0988c 100644 --- a/src/videosubscriberaccount.cs +++ b/src/videosubscriberaccount.cs @@ -102,7 +102,7 @@ interface VSAccountManager { [Async] [Export ("enqueueAccountMetadataRequest:completionHandler:")] - VSAccountManagerResult EnqueueAccountMetadataRequest (VSAccountMetadataRequest request, Action completionHandler); + VSAccountManagerResult Enqueue (VSAccountMetadataRequest accountMetadataRequest, Action completionHandler); } [Introduced (PlatformName.iOS, 10, 0)]