次の方法で共有


SKCloudServiceController.RequestStorefrontCountryCodeAsync メソッド

定義

ユーザーの iTunes アカウントの国コードを要求し、コードとエラー (存在する場合) を指定されたハンドラーに渡します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<Foundation.NSString> RequestStorefrontCountryCodeAsync ();
abstract member RequestStorefrontCountryCodeAsync : unit -> System.Threading.Tasks.Task<Foundation.NSString>
override this.RequestStorefrontCountryCodeAsync : unit -> System.Threading.Tasks.Task<Foundation.NSString>

戻り値

非同期の RequestStorefrontCountryCode 操作を表すタスク。 TResult パラメーターの値は System.Action<Foundation.NSString,Foundation.NSError> 型です。

属性

適用対象