pub unsafe trait NSStringUNUserNotificationCenterSupport: ClassType {
    // Provided method
    unsafe fn localizedUserNotificationStringForKey_arguments(
        key: &NSString,
        arguments: Option<&NSArray>
    ) -> Retained<NSString>
       where Self: Sized + ClassType { ... }
}
Available on crate feature NSString_UserNotifications only.
Expand description

Category “UNUserNotificationCenterSupport” on NSString.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NSStringUNUserNotificationCenterSupport for NSString

Implementors§