NSUserActivityCoreNFC

Trait NSUserActivityCoreNFC 

Source
pub unsafe trait NSUserActivityCoreNFC:
    ClassType
    + Sized
    + Sealed {
    // Provided method
    unsafe fn ndefMessagePayload(&self) -> Retained<NFCNDEFMessage> { ... }
}
Expand description

Category “CoreNFC” on NSUserActivity.

Provided Methods§

Source

unsafe fn ndefMessagePayload(&self) -> Retained<NFCNDEFMessage>

The NFC NDEF message with an Universal Link object that triggers the application launch.

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 NSUserActivityCoreNFC for NSUserActivity

Implementors§