Struct apple_bundle::info_plist::protected_resources::Nfc [−][src]
Expand description
NFC
Fields
nfc_reader_usage_description: Option<String>A message that tells the user why the app is requesting access to the device’s NFC hardware.
Important
You’re required to provide this key if your app uses APIs that access the NFC hardware.
Availability
- iOS 11.0+
Framework
- Core NFC
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Nfcimpl UnwindSafe for NfcBlanket Implementations
Mutably borrows from an owned value. Read more