objc2_ui_kit/generated/UIActivityItemsConfigurationReading_ShareSheet.rs
1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3
4use crate::*;
5
6extern "C" {
7 /// A key for an array of INPerson objects representing recipients who will be filled in by default in the compose view if that sharing app supports it.
8 ///
9 /// This might fail to pre-fill correctly if the sharing app chosen by the user can't recognize the provided person. Also, if a people suggestion is chosen, that suggestion will override this provided value.
10 ///
11 /// See also [Apple's documentation](https://developer.apple.com/documentation/uikit/uiactivityitemsconfigurationmetadatakeysharerecipients?language=objc)
12 #[cfg(feature = "UIActivityItemsConfigurationReading")]
13 pub static UIActivityItemsConfigurationMetadataKeyShareRecipients:
14 Option<&'static UIActivityItemsConfigurationMetadataKey>;
15}