UIActivityItemsConfigurationMetadataKeyShareRecipients

Static UIActivityItemsConfigurationMetadataKeyShareRecipients 

Source
pub unsafe static UIActivityItemsConfigurationMetadataKeyShareRecipients: Option<&'static UIActivityItemsConfigurationMetadataKey>
Available on crate features UIActivityItemsConfigurationReading and UIActivityItemsConfigurationReading_ShareSheet only.
Expand description

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.

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.

See also Apple’s documentation