UIActivityItemsConfigurationMetadataKeyCollaborationModeRestrictions

Static UIActivityItemsConfigurationMetadataKeyCollaborationModeRestrictions 

Source
pub unsafe static UIActivityItemsConfigurationMetadataKeyCollaborationModeRestrictions: &'static UIActivityItemsConfigurationMetadataKey
Available on crate features UIActivityCollaborationModeRestriction and UIActivityItemsConfigurationReading only.
Expand description

A key for a collaboration mode restriction, used to specify the case where Share Sheet should not support some modes of sharing even if they are supported by the items being shared The object returned for this key should be an array of UIActivityCollaborationModeRestriction instances For supported behaviour, this array should have a maximum size of one less than the amount of possible Share Sheet modes Currently at most one object should be provided

See also Apple’s documentation