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