SKCloudServiceController.RequestStorefrontIdentifier Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Requests the storefront identifier for the device.
[Foundation.Export("requestStorefrontIdentifierWithCompletionHandler:")]
public virtual void RequestStorefrontIdentifier (Action<Foundation.NSString,Foundation.NSError> completionHandler);
abstract member RequestStorefrontIdentifier : Action<Foundation.NSString, Foundation.NSError> -> unit
override this.RequestStorefrontIdentifier : Action<Foundation.NSString, Foundation.NSError> -> unit
Parameters
- Attributes