SKCloudServiceController.RequestPersonalizationToken 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.
Developers should not use this deprecated method. Developers should use 'RequestUserToken' instead.
[Foundation.Export("requestPersonalizationTokenForClientToken:withCompletionHandler:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'RequestUserToken' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'RequestUserToken' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RequestPersonalizationToken (string clientToken, Action<Foundation.NSString,Foundation.NSError> completionHandler);
abstract member RequestPersonalizationToken : string * Action<Foundation.NSString, Foundation.NSError> -> unit
override this.RequestPersonalizationToken : string * Action<Foundation.NSString, Foundation.NSError> -> unit
Parameters
- clientToken
- String
- Attributes