Share via


SKCloudServiceController.RequestPersonalizationTokenAsync(String) Method

Definition

Developers should not use this deprecated method. Developers should use 'RequestUserToken' instead.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSString> RequestPersonalizationTokenAsync(string clientToken);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RequestPersonalizationTokenAsync : string -> System.Threading.Tasks.Task<Foundation.NSString>
override this.RequestPersonalizationTokenAsync : string -> System.Threading.Tasks.Task<Foundation.NSString>

Parameters

clientToken
String

Returns

A task that represents the asynchronous RequestPersonalizationToken operation. The value of the TResult parameter is of type System.Action<Foundation.NSString,Foundation.NSError>.

Attributes

Applies to