pub unsafe trait PKVehicleConnectionDelegate: NSObjectProtocol {
// Provided methods
unsafe fn sessionDidChangeConnectionState(
&self,
new_state: PKVehicleConnectionSessionConnectionState,
)
where Self: Sized + Message { ... }
unsafe fn sessionDidReceiveData(&self, data: &NSData)
where Self: Sized + Message { ... }
}Available on crate feature
PKVehicleConnectionSession only.