CTTelephonyNetworkInfoDelegate

Trait CTTelephonyNetworkInfoDelegate 

Source
pub unsafe trait CTTelephonyNetworkInfoDelegate: NSObjectProtocol {
    // Provided method
    unsafe fn dataServiceIdentifierDidChange(&self, identifier: &NSString)
       where Self: Sized + Message { ... }
}
Available on crate feature CTTelephonyNetworkInfo only.
Expand description

Provided Methods§

Source

unsafe fn dataServiceIdentifierDidChange(&self, identifier: &NSString)
where Self: Sized + Message,

Trait Implementations§

Source§

impl ProtocolType for dyn CTTelephonyNetworkInfoDelegate

Source§

const NAME: &'static str = "CTTelephonyNetworkInfoDelegate"

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 CTTelephonyNetworkInfoDelegate

Implementations on Foreign Types§

Source§

impl<T> CTTelephonyNetworkInfoDelegate for ProtocolObject<T>

Implementors§