pub unsafe trait GKAgentDelegate: NSObjectProtocol {
// Provided methods
unsafe fn agentWillUpdate(&self, agent: &GKAgent)
where Self: Sized + Message { ... }
unsafe fn agentDidUpdate(&self, agent: &GKAgent)
where Self: Sized + Message { ... }
}Available on crate feature
GKAgent only.Expand description
Delegate that will receive messages regarding GKAgent updates.
See also Apple’s documentation
Provided Methods§
unsafe fn agentWillUpdate(&self, agent: &GKAgent)
Available on crate feature
GKComponent only.unsafe fn agentDidUpdate(&self, agent: &GKAgent)
Available on crate feature
GKComponent only.Trait Implementations§
Source§impl ProtocolType for dyn GKAgentDelegate
impl ProtocolType for dyn GKAgentDelegate
impl<T> ImplementedBy<T> for dyn GKAgentDelegate
Implementations on Foreign Types§
impl<T> GKAgentDelegate for ProtocolObject<T>where
T: ?Sized + GKAgentDelegate,
Implementors§
impl GKAgentDelegate for GKSCNNodeComponent
Available on crate feature
GKSCNNodeComponent only.impl GKAgentDelegate for GKSKNodeComponent
Available on crate feature
GKSKNodeComponent only.