Struct apple_bundle::info_plist::protected_resources::Home [−][src]
Expand description
Fields
home_kit_usage_description: Option<String>A message that tells the user why the app is requesting access to the user’s HomeKit configuration data.
Important
This key is required if your app uses APIs that access the user’s HomeKit configuration data.
For more information about using HomeKit in your app, see Enabling HomeKit in Your App.
Availability
- iOS 8.0+
- watchOS 2.0+
Framework
- HomeKit
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 Homeimpl UnwindSafe for HomeBlanket Implementations
Mutably borrows from an owned value. Read more