pub unsafe trait CXCallDirectoryExtensionContextDelegate: NSObjectProtocol {
// Provided method
unsafe fn requestFailedForExtensionContext_withError(
&self,
extension_context: &CXCallDirectoryExtensionContext,
error: &NSError,
)
where Self: Sized + Message { ... }
}👎Deprecated:
icrate::CallKit has been moved to objc2-call-kitAvailable on crate feature
CallKit only.Provided Methods§
unsafe fn requestFailedForExtensionContext_withError( &self, extension_context: &CXCallDirectoryExtensionContext, error: &NSError, )
👎Deprecated:
icrate::CallKit has been moved to objc2-call-kitAvailable on crate features
CallKit_CXCallDirectoryExtensionContext and Foundation_NSError only.