SKCloudServiceController.RequestStorefrontIdentifierAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
请求设备的店面标识符。
public virtual System.Threading.Tasks.Task<Foundation.NSString> RequestStorefrontIdentifierAsync ();
abstract member RequestStorefrontIdentifierAsync : unit -> System.Threading.Tasks.Task<Foundation.NSString>
override this.RequestStorefrontIdentifierAsync : unit -> System.Threading.Tasks.Task<Foundation.NSString>
返回
表示异步 RequestStorefrontIdentifier 操作的任务。 TResult 参数的值的类型为 System.Action<Foundation.NSString,Foundation.NSError>。