SKCloudServiceController.RequestStorefrontIdentifier Method

Definition

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

completionHandler
Action<NSString,NSError>

Completion handler that takes a NSString and an NSError.

Attributes

Applies to