[][src]Trait uikit_sys::IUINotificationFeedbackGenerator

pub trait IUINotificationFeedbackGenerator: Sized + Deref {
    unsafe fn notificationOccurred_(
        self,
        notificationType: UINotificationFeedbackType
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn notificationOccurred_(
    self,
    notificationType: UINotificationFeedbackType
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUINotificationFeedbackGenerator for UINotificationFeedbackGenerator[src]

Loading content...