UIActivityItemsConfigurationProviding

Trait UIActivityItemsConfigurationProviding 

Source
pub unsafe trait UIActivityItemsConfigurationProviding: NSObjectProtocol {
    // Provided method
    fn activityItemsConfiguration(
        &self,
        mtm: MainThreadMarker,
    ) -> Option<Retained<ProtocolObject<dyn UIActivityItemsConfigurationReading>>>
       where Self: Sized + Message { ... }
}
Available on crate feature UIActivityItemsConfigurationReading only.
Expand description

Protocol adopted by classes that can provide activity items configurations

See also Apple’s documentation

Provided Methods§

Trait Implementations§

Source§

impl ProtocolType for dyn UIActivityItemsConfigurationProviding

Source§

const NAME: &'static str = "UIActivityItemsConfigurationProviding"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn UIActivityItemsConfigurationProviding

Implementations on Foreign Types§

Source§

impl<T> UIActivityItemsConfigurationProviding for ProtocolObject<T>

Implementors§

Source§

impl UIActivityItemsConfigurationProviding for UIResponder

Available on crate feature UIResponder_UIActivityItemsConfiguration only.