Struct apple_bundle::info_plist::protected_resources::Siri [−][src]
Expand description
Fields
siri_usage_description: Option<String>A message that tells the user why the app is requesting to send user data to Siri.
important
This key is required if your app uses APIs that send user data to Siri
Availability
- iOS 10.0+
Framework
- Intents
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 Siriimpl UnwindSafe for SiriBlanket Implementations
Mutably borrows from an owned value. Read more