Skip to content

Commit

Permalink
[VideoSubscriberAccount] Simplify method name to a name that matches …
Browse files Browse the repository at this point in the history
…the Swift name. (#771)
  • Loading branch information
rolfbjarne authored and spouliot committed Sep 6, 2016
1 parent 562b956 commit d0d30a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/videosubscriberaccount.cs
Expand Up @@ -102,7 +102,7 @@ interface VSAccountManager {

[Async]
[Export ("enqueueAccountMetadataRequest:completionHandler:")]
VSAccountManagerResult EnqueueAccountMetadataRequest (VSAccountMetadataRequest request, Action<VSAccountMetadata, NSError> completionHandler);
VSAccountManagerResult Enqueue (VSAccountMetadataRequest accountMetadataRequest, Action<VSAccountMetadata, NSError> completionHandler);
}

[Introduced (PlatformName.iOS, 10, 0)]
Expand Down

0 comments on commit d0d30a3

Please sign in to comment.