SKCloudServiceSetupViewControllerDelegate.DidDismiss Method
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.
Method that is called after the view is dismissed.
[Foundation.Export("cloudServiceSetupViewControllerDidDismiss:")]
public virtual void DidDismiss (StoreKit.SKCloudServiceSetupViewController cloudServiceSetupViewController);
abstract member DidDismiss : StoreKit.SKCloudServiceSetupViewController -> unit
override this.DidDismiss : StoreKit.SKCloudServiceSetupViewController -> unit
Parameters
- cloudServiceSetupViewController
- SKCloudServiceSetupViewController
The view controller that was dismissed.
- Attributes