pub unsafe trait RPBroadcastActivityControllerDelegate: NSObjectProtocol {
// Provided method
unsafe fn broadcastActivityController_didFinishWithBroadcastController_error(
&self,
broadcast_activity_controller: &RPBroadcastActivityController,
broadcast_controller: Option<&RPBroadcastController>,
error: Option<&NSError>,
)
where Self: Sized + Message { ... }
}Available on crate feature
RPBroadcast only.Expand description
RPBroadcastActivityControllerDelegate is used to notify the caller when the user has finshed with the RPBroadcastActivityController’s picker.
See also Apple’s documentation