pub unsafe trait GKChallengesViewControllerDelegate {
// Provided method
unsafe fn challengesViewControllerDidFinish(
&self,
view_controller: Option<&GKChallengesViewController>,
)
where Self: Sized + Message { ... }
}👎Deprecated: No longer supported
Available on crate feature
GKChallengesViewController only.Expand description
Provided Methods§
Sourceunsafe fn challengesViewControllerDidFinish(
&self,
view_controller: Option<&GKChallengesViewController>,
)
👎Deprecated: No longer supportedAvailable on crate feature objc2-app-kit and macOS only.
unsafe fn challengesViewControllerDidFinish( &self, view_controller: Option<&GKChallengesViewController>, )
objc2-app-kit and macOS only.§Safety
view_controller might not allow None.