pub unsafe trait UIInputViewAudioFeedback: NSObjectProtocol + MainThreadOnly {
// Provided method
unsafe fn enableInputClicksWhenVisible(&self) -> bool
where Self: Sized + Message { ... }
}
Available on crate feature
UIDevice
only.