Trait GKFriendRequestComposeViewControllerDelegate

Source
pub unsafe trait GKFriendRequestComposeViewControllerDelegate {
    // Provided method
    unsafe fn friendRequestComposeViewControllerDidFinish(
        &self,
        view_controller: &GKFriendRequestComposeViewController,
    )
       where Self: Sized + Message { ... }
}
👎Deprecated: No longer supported.
Available on crate feature GKFriendRequestComposeViewController only.
Expand description

Optional delegate

See also Apple’s documentation

Provided Methods§

Source

unsafe fn friendRequestComposeViewControllerDidFinish( &self, view_controller: &GKFriendRequestComposeViewController, )
where Self: Sized + Message,

👎Deprecated: No longer supported.
Available on crate feature objc2-app-kit and macOS only.

The compose view has finished

Trait Implementations§

Source§

impl ProtocolType for dyn GKFriendRequestComposeViewControllerDelegate

Source§

const NAME: &'static str = "GKFriendRequestComposeViewControllerDelegate"

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 GKFriendRequestComposeViewControllerDelegate

Implementations on Foreign Types§

Source§

impl<T> GKFriendRequestComposeViewControllerDelegate for ProtocolObject<T>

Implementors§