pub unsafe trait SKCloudServiceSetupViewControllerDelegate: NSObjectProtocol {
// Provided method
unsafe fn cloudServiceSetupViewControllerDidDismiss(
&self,
cloud_service_setup_view_controller: &SKCloudServiceSetupViewController,
)
where Self: Sized + Message { ... }
}
👎Deprecated: Use the musicSubscriptionOffer(isPresented:options:onLoadCompletion:) SwiftUI View Modifier from MusicKit
Available on crate feature
SKCloudServiceSetupViewController
only.Expand description
Provided Methods§
Sourceunsafe fn cloudServiceSetupViewControllerDidDismiss(
&self,
cloud_service_setup_view_controller: &SKCloudServiceSetupViewController,
)
👎Deprecated: Use the musicSubscriptionOffer(isPresented:options:onLoadCompletion:) SwiftUI View Modifier from MusicKitAvailable on crate feature objc2-app-kit
and macOS only.
unsafe fn cloudServiceSetupViewControllerDidDismiss( &self, cloud_service_setup_view_controller: &SKCloudServiceSetupViewController, )
objc2-app-kit
and macOS only.Sent when the view controller was dismissed.