共用方式為


SKCloudServiceController.RequestPersonalizationTokenAsync(String) 方法

定義

開發人員不應該使用此已被取代的方法。 開發人員應該改用 'RequestUserToken'。

[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 System.Threading.Tasks.Task<Foundation.NSString> RequestPersonalizationTokenAsync (string clientToken);
abstract member RequestPersonalizationTokenAsync : string -> System.Threading.Tasks.Task<Foundation.NSString>
override this.RequestPersonalizationTokenAsync : string -> System.Threading.Tasks.Task<Foundation.NSString>

參數

clientToken
String

傳回

表示非同步 RequestPersonalizationToken 作業的工作。 TResult 參數的值的類型為 System.Action < Foundation.NSString,Foundation.NSError > 。

屬性

適用於