SKCloudServiceSetupOptions Constructors
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.
Overloads
SKCloudServiceSetupOptions() | |
SKCloudServiceSetupOptions(NSDictionary) |
Creates a new cloud service setup options object with the values in the provided |
SKCloudServiceSetupOptions()
[Foundation.Preserve(Conditional=true)]
public SKCloudServiceSetupOptions ();
- Attributes
Applies to
SKCloudServiceSetupOptions(NSDictionary)
Creates a new cloud service setup options object with the values in the provided dictionary
.
[Foundation.Preserve(Conditional=true)]
public SKCloudServiceSetupOptions (Foundation.NSDictionary dictionary);
new StoreKit.SKCloudServiceSetupOptions : Foundation.NSDictionary -> StoreKit.SKCloudServiceSetupOptions
Parameters
- dictionary
- NSDictionary
- Attributes