次の方法で共有


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

戻り値

属性

適用対象