pub unsafe trait GKGameCenterControllerDelegate: NSObjectProtocol {
// Provided method
unsafe fn gameCenterViewControllerDidFinish(
&self,
game_center_view_controller: &GKGameCenterViewController,
)
where Self: Sized + Message { ... }
}👎Deprecated
Available on crate feature
GKGameCenterViewController only.Expand description
Provided Methods§
unsafe fn gameCenterViewControllerDidFinish( &self, game_center_view_controller: &GKGameCenterViewController, )
👎Deprecated
Available on crate feature
objc2-app-kit and macOS only.