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)]