You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>Checks whether the user has provided permission for the app to access their subscription information.</summary>
193
194
/// <param name="options">If not empty, may contain the key <see cref="VideoSubscriberAccount.VSCheckAccessOptionKeys" />.</param>
194
-
/// <param name="completionHandler">Called by the system with the results of the permission check.</param>
195
-
/// <summary>Checks whether the user has provided permission for the app to access their subscription information.</summary>
196
-
/// <remarks>To be added.</remarks>
195
+
/// <param name="completionHandler">Called by the system with the results of the permission check.</param>
197
196
[NoMac]
198
197
[Async(XmlDocs="""
199
-
<param name="options">If not empty, may contain the key .</param>
200
198
<summary>Checks whether the user has provided permission for the app to access their subscription information.</summary>
199
+
<param name="options">If not empty, may contain the key <see cref="VideoSubscriberAccount.VSCheckAccessOptionKeys" />.</param>
201
200
<returns>
202
-
<para class="improve-task-t-return-type-description">A task that represents the asynchronous CheckAccessStatus operation. The value of the TResult parameter is of type System.Action<VideoSubscriberAccount.VSAccountAccessStatus,Foundation.NSError>.</para>
203
-
</returns>
204
-
<remarks>To be added.</remarks>
201
+
<para class="improve-task-t-return-type-description">A task that represents the asynchronous CheckAccessStatus operation. The value of the TResult parameter is of type System.Action<VideoSubscriberAccount.VSAccountAccessStatus,Foundation.NSError>.</para>
0 commit comments