Поделиться через


ACAccountStore.RequestAccessAsync Метод

Определение

Перегрузки

RequestAccessAsync(ACAccountType)

Запрашивает доступ к типу учетной записи социальной сети.

RequestAccessAsync(ACAccountType, AccountStoreOptions)
RequestAccessAsync(ACAccountType, NSDictionary)

RequestAccessAsync(ACAccountType)

Запрашивает доступ к типу учетной записи социальной сети.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'RequestAccess (ACAccountType, AccountStoreOptions, ACRequestCompletionHandler)' instead.")]
public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> RequestAccessAsync (Accounts.ACAccountType accountType);
abstract member RequestAccessAsync : Accounts.ACAccountType -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.RequestAccessAsync : Accounts.ACAccountType -> System.Threading.Tasks.Task<bool * Foundation.NSError>

Параметры

accountType
ACAccountType

Тип учетной записи, для которой запрашивается доступ.

Возвращаемое значение

Задача, представляющая асинхронную операцию RequestAccess. Значением параметра TResult является Accounts.ACRequestCompletionHandler.

Атрибуты

Применяется к

RequestAccessAsync(ACAccountType, AccountStoreOptions)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> RequestAccessAsync (Accounts.ACAccountType accountType, Accounts.AccountStoreOptions options);
member this.RequestAccessAsync : Accounts.ACAccountType * Accounts.AccountStoreOptions -> System.Threading.Tasks.Task<bool * Foundation.NSError>

Параметры

accountType
ACAccountType

Возвращаемое значение

Атрибуты

Применяется к

RequestAccessAsync(ACAccountType, NSDictionary)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
protected virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> RequestAccessAsync (Accounts.ACAccountType accountType, Foundation.NSDictionary options);
abstract member RequestAccessAsync : Accounts.ACAccountType * Foundation.NSDictionary -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.RequestAccessAsync : Accounts.ACAccountType * Foundation.NSDictionary -> System.Threading.Tasks.Task<bool * Foundation.NSError>

Параметры

accountType
ACAccountType
options
NSDictionary

Возвращаемое значение

Атрибуты

Применяется к