[][src]Trait uikit_sys::PUIActivityItemsConfigurationReading

pub trait PUIActivityItemsConfigurationReading: Sized + Deref {
    unsafe fn activityItemsConfigurationSupportsInteraction_(
        self,
        interaction: NSString
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn activityItemsConfigurationMetadataForKey_(
        self,
        key: NSString
    ) -> id
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn activityItemsConfigurationMetadataForItemAtIndex_key_(
        self,
        index: NSInteger,
        key: NSString
    ) -> id
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn activityItemsConfigurationPreviewForItemAtIndex_intent_suggestedSize_(
        self,
        index: NSInteger,
        intent: NSString,
        suggestedSize: CGSize
    ) -> NSItemProvider
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn itemProvidersForActivityItemsConfiguration(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn applicationActivitiesForActivityItemsConfiguration(
        self
    ) -> NSArray
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn activityItemsConfigurationSupportsInteraction_(
    self,
    interaction: NSString
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn activityItemsConfigurationMetadataForKey_(self, key: NSString) -> id where
    Self::Target: Message + Sized

unsafe fn activityItemsConfigurationMetadataForItemAtIndex_key_(
    self,
    index: NSInteger,
    key: NSString
) -> id where
    Self::Target: Message + Sized

unsafe fn activityItemsConfigurationPreviewForItemAtIndex_intent_suggestedSize_(
    self,
    index: NSInteger,
    intent: NSString,
    suggestedSize: CGSize
) -> NSItemProvider where
    Self::Target: Message + Sized

unsafe fn itemProvidersForActivityItemsConfiguration(self) -> NSArray where
    Self::Target: Message + Sized

unsafe fn applicationActivitiesForActivityItemsConfiguration(self) -> NSArray where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PUIActivityItemsConfigurationReading for UIActivityItemsConfiguration[src]

Loading content...