INCallsDomainHandling

Trait INCallsDomainHandling 

Source
pub unsafe trait INCallsDomainHandling:
    INStartAudioCallIntentHandling
    + INStartVideoCallIntentHandling
    + INSearchCallHistoryIntentHandling { }
👎Deprecated: Please conform to INStartAudioCallIntentHandling, INStartVideoCallIntentHandling and INSearchCallHistoryIntentHandling instead
Available on crate features INDomainHandling and INSearchCallHistoryIntent and INStartAudioCallIntent and INStartVideoCallIntent only.
Expand description

Trait Implementations§

Source§

impl ProtocolType for dyn INCallsDomainHandling

Source§

const NAME: &'static str = "INCallsDomainHandling"

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 INCallsDomainHandling

Implementations on Foreign Types§

Source§

impl<T> INCallsDomainHandling for ProtocolObject<T>

Implementors§