---
title: SKCloudServiceSetupViewControllerDelegate
framework: storekit
role: symbol
role_heading: Protocol
path: storekit/skcloudservicesetupviewcontrollerdelegate
---

# SKCloudServiceSetupViewControllerDelegate

A protocol that defines the methods a cloud service setup view controller can use to get the status of the view, including when it is dismissed.

## Declaration

```swift
protocol SKCloudServiceSetupViewControllerDelegate : NSObjectProtocol
```

## Topics

### Receiving Notification of Dismissal

- [cloudServiceSetupViewControllerDidDismiss(_:)](storekit/skcloudservicesetupviewcontrollerdelegate/cloudservicesetupviewcontrollerdiddismiss(_:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Setting a delegate

- [delegate](storekit/skcloudservicesetupviewcontroller/delegate.md)
