GKLeaderboardViewControllerDelegate

Trait GKLeaderboardViewControllerDelegate 

Source
pub unsafe trait GKLeaderboardViewControllerDelegate: NSObjectProtocol {
    // Provided method
    unsafe fn leaderboardViewControllerDidFinish(
        &self,
        view_controller: Option<&GKLeaderboardViewController>,
    )
       where Self: Sized + Message { ... }
}
👎Deprecated
Available on crate feature GKLeaderboardViewController only.
Expand description

Provided Methods§

Source

unsafe fn leaderboardViewControllerDidFinish( &self, view_controller: Option<&GKLeaderboardViewController>, )
where Self: Sized + Message,

👎Deprecated
Available on crate feature GKGameCenterViewController and crate feature objc2-app-kit and macOS only.

The leaderboard view has finished

§Safety

view_controller might not allow None.

Trait Implementations§

Source§

impl ProtocolType for dyn GKLeaderboardViewControllerDelegate

Source§

const NAME: &'static str = "GKLeaderboardViewControllerDelegate"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn GKLeaderboardViewControllerDelegate

Implementations on Foreign Types§

Source§

impl<T> GKLeaderboardViewControllerDelegate for ProtocolObject<T>

Implementors§