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 MusicKit
Available on macOS and crate feature objc2-app-kit only.
unsafe fn cloudServiceSetupViewControllerDidDismiss( &self, cloud_service_setup_view_controller: &SKCloudServiceSetupViewController, )
Use the musicSubscriptionOffer(isPresented:options:onLoadCompletion:) SwiftUI View Modifier from MusicKit
objc2-app-kit only.Sent when the view controller was dismissed.
Trait Implementations§
impl<T> ImplementedBy<T> for dyn SKCloudServiceSetupViewControllerDelegate
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".