Edit

Share via


SKCloudServiceSetupViewController.Load Method

Definition

Overloads

Load(NSDictionary, Action<Boolean,NSError>)

Loads a setup view with the specified options and runs a handler when the view is loaded.

Load(SKCloudServiceSetupOptions, Action<Boolean,NSError>)

Loads a setup view with the specified options and runs a handler when the view is loaded.

Load(NSDictionary, Action<Boolean,NSError>)

Loads a setup view with the specified options and runs a handler when the view is loaded.

[Foundation.Export("loadWithOptions:completionHandler:")]
public virtual void Load (Foundation.NSDictionary options, Action<bool,Foundation.NSError> completionHandler);
abstract member Load : Foundation.NSDictionary * Action<bool, Foundation.NSError> -> unit
override this.Load : Foundation.NSDictionary * Action<bool, Foundation.NSError> -> unit

Parameters

options
NSDictionary

A dictionary of setup options.

completionHandler
Action<Boolean,NSError>

A handler to run after the load operation completes

This parameter can be null.

Attributes

Applies to

Load(SKCloudServiceSetupOptions, Action<Boolean,NSError>)

Loads a setup view with the specified options and runs a handler when the view is loaded.

public void Load (StoreKit.SKCloudServiceSetupOptions options, Action<bool,Foundation.NSError> completionHandler);
member this.Load : StoreKit.SKCloudServiceSetupOptions * Action<bool, Foundation.NSError> -> unit

Parameters

options
SKCloudServiceSetupOptions

Setup options object.

completionHandler
Action<Boolean,NSError>

A handler to run after the load operation completes

This parameter can be null.

Applies to