pub unsafe trait NSUserActivityCoreNFC:
ClassType
+ Sized
+ Sealed {
// Provided method
unsafe fn ndefMessagePayload(&self) -> Retained<NFCNDEFMessage> { ... }
}Expand description
Category “CoreNFC” on NSUserActivity.
Provided Methods§
Sourceunsafe fn ndefMessagePayload(&self) -> Retained<NFCNDEFMessage>
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.