NSStringUNUserNotificationCenterSupport

Trait NSStringUNUserNotificationCenterSupport 

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

Category “UNUserNotificationCenterSupport” on NSString.

Provided Methods§

Source

unsafe fn localizedUserNotificationStringForKey_arguments( key: &NSString, arguments: Option<&NSArray>, ) -> Retained<NSString>

§Safety

arguments generic should be of the correct type.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl NSStringUNUserNotificationCenterSupport for NSString

Implementors§