SKCloudServiceSetupViewControllerDelegate_Extensions.DidDismiss Method

Definition

Method that is called after the setup view has been dismissed.

public static void DidDismiss (this StoreKit.ISKCloudServiceSetupViewControllerDelegate This, StoreKit.SKCloudServiceSetupViewController cloudServiceSetupViewController);
static member DidDismiss : StoreKit.ISKCloudServiceSetupViewControllerDelegate * StoreKit.SKCloudServiceSetupViewController -> unit

Parameters

This
ISKCloudServiceSetupViewControllerDelegate

The instance on which this extension method operates.

cloudServiceSetupViewController
SKCloudServiceSetupViewController

The view controller that was dismissed.

Applies to