SKCloudServiceSetupOptions 构造函数

定义

重载

SKCloudServiceSetupOptions()
SKCloudServiceSetupOptions(NSDictionary)

使用提供的 dictionary中的值创建新的云服务设置选项对象。

SKCloudServiceSetupOptions()

[Foundation.Preserve(Conditional=true)]
public SKCloudServiceSetupOptions ();
属性

适用于

SKCloudServiceSetupOptions(NSDictionary)

使用提供的 dictionary中的值创建新的云服务设置选项对象。

[Foundation.Preserve(Conditional=true)]
public SKCloudServiceSetupOptions (Foundation.NSDictionary dictionary);
new StoreKit.SKCloudServiceSetupOptions : Foundation.NSDictionary -> StoreKit.SKCloudServiceSetupOptions

参数

dictionary
NSDictionary
属性

适用于