INMessagesDomainHandling

Trait INMessagesDomainHandling 

Source
pub unsafe trait INMessagesDomainHandling:
    INSendMessageIntentHandling
    + INSearchForMessagesIntentHandling
    + INSetMessageAttributeIntentHandling { }
👎Deprecated: Please conform to INSendMessageIntentHandling, INSearchForMessagesIntentHandling and INSetMessageAttributeIntentHandling instead
Available on crate features INDomainHandling and INSearchForMessagesIntent and INSendMessageIntent and INSetMessageAttributeIntent only.
Expand description

Trait Implementations§

Source§

impl ProtocolType for dyn INMessagesDomainHandling

Source§

const NAME: &'static str = "INMessagesDomainHandling"

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 INMessagesDomainHandling

Implementations on Foreign Types§

Source§

impl<T> INMessagesDomainHandling for ProtocolObject<T>

Implementors§