pub unsafe trait SCContentSharingPickerObserver: NSObjectProtocol {
// Provided methods
unsafe fn contentSharingPicker_didCancelForStream(
&self,
picker: &SCContentSharingPicker,
stream: Option<&SCStream>
)
where Self: Sized + Message { ... }
unsafe fn contentSharingPicker_didUpdateWithFilter_forStream(
&self,
picker: &SCContentSharingPicker,
filter: &SCContentFilter,
stream: Option<&SCStream>
)
where Self: Sized + Message { ... }
unsafe fn contentSharingPickerStartDidFailWithError(&self, error: &NSError)
where Self: Sized + Message { ... }
}Available on crate feature
SCContentSharingPicker only.Provided Methods§
unsafe fn contentSharingPicker_didCancelForStream( &self, picker: &SCContentSharingPicker, stream: Option<&SCStream> )
Available on crate feature
SCStream only.unsafe fn contentSharingPicker_didUpdateWithFilter_forStream( &self, picker: &SCContentSharingPicker, filter: &SCContentFilter, stream: Option<&SCStream> )
Available on crate feature
SCStream only.