pub unsafe trait UNNotificationContentProviding: NSObjectProtocol { }
Available on crate feature
UNNotificationContent
only.Expand description
Trait Implementations§
Source§impl ProtocolType for dyn UNNotificationContentProviding
impl ProtocolType for dyn UNNotificationContentProviding
impl<T> ImplementedBy<T> for dyn UNNotificationContentProviding
Implementations on Foreign Types§
impl<T> UNNotificationContentProviding for ProtocolObject<T>where
T: ?Sized + UNNotificationContentProviding,
Implementors§
impl UNNotificationContentProviding for UNNotificationAttributedMessageContext
Available on crate feature
UNNotificationAttributedMessageContext
only.