GKLocalPlayerListener

Trait GKLocalPlayerListener 

Source
pub unsafe trait GKLocalPlayerListener:
    GKChallengeListener
    + GKGameActivityListener
    + GKInviteEventListener
    + GKTurnBasedEventListener
    + GKSavedGameListener { }
Available on crate features GKEventListener and GKGameActivityListener and GKLocalPlayer and GKMatchmaker and GKSavedGameListener and GKTurnBasedMatch only.
Expand description

Trait Implementations§

Source§

impl ProtocolType for dyn GKLocalPlayerListener

Source§

const NAME: &'static str = "GKLocalPlayerListener"

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 GKLocalPlayerListener

Implementations on Foreign Types§

Source§

impl<T> GKLocalPlayerListener for ProtocolObject<T>

Implementors§