Trait IUNNotificationTrigger

Source
pub trait IUNNotificationTrigger: PNSObject {
    // Provided method
    fn p_repeats(&self) -> bool { ... }
}
Expand description

A trait containing all the methods for UNNotificationTrigger

Provided Methods§

Source

fn p_repeats(&self) -> bool

A Boolean value indicating whether the system reschedules the notification after it’s delivered.

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.

Implementors§