Partager via


VSAccountManager.CheckAccessStatusAsync Méthode

Définition

Surcharges

CheckAccessStatusAsync(NSDictionary)

Vérifie si l’utilisateur a fourni l’autorisation à l’application d’accéder aux informations de son abonnement.

CheckAccessStatusAsync(VSAccountManagerAccessOptions)

Vérifie de manière asynchrone si l’utilisateur a fourni l’autorisation à l’application d’accéder aux informations de son abonnement.

CheckAccessStatusAsync(NSDictionary)

Vérifie si l’utilisateur a fourni l’autorisation à l’application d’accéder aux informations de son abonnement.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<VideoSubscriberAccount.VSAccountAccessStatus> CheckAccessStatusAsync (Foundation.NSDictionary options);
abstract member CheckAccessStatusAsync : Foundation.NSDictionary -> System.Threading.Tasks.Task<VideoSubscriberAccount.VSAccountAccessStatus>
override this.CheckAccessStatusAsync : Foundation.NSDictionary -> System.Threading.Tasks.Task<VideoSubscriberAccount.VSAccountAccessStatus>

Paramètres

options
NSDictionary

S’il n’est pas vide, peut contenir la clé .

Retours

Tâche qui représente l’opération CheckAccessStatus asynchrone. La valeur du paramètre TResult est de type System.Action<VideoSubscriberAccount.VSAccountAccessStatus,Foundation.NSError>.

Attributs

S’applique à

CheckAccessStatusAsync(VSAccountManagerAccessOptions)

Vérifie de manière asynchrone si l’utilisateur a fourni l’autorisation à l’application d’accéder aux informations de son abonnement.

public System.Threading.Tasks.Task<VideoSubscriberAccount.VSAccountAccessStatus> CheckAccessStatusAsync (VideoSubscriberAccount.VSAccountManagerAccessOptions accessOptions);
member this.CheckAccessStatusAsync : VideoSubscriberAccount.VSAccountManagerAccessOptions -> System.Threading.Tasks.Task<VideoSubscriberAccount.VSAccountAccessStatus>

Paramètres

Retours

S’applique à