IOBluetoothIsFileAppleDesignatedPIMData

Function IOBluetoothIsFileAppleDesignatedPIMData 

Source
pub unsafe extern "C-unwind" fn IOBluetoothIsFileAppleDesignatedPIMData(
    in_file_name: Option<&NSString>,
) -> bool
Available on crate features IOBluetoothUtilities and objc2-foundation only.
Expand description

Apple designated PIM data is classified as: .vcard, .vcal, .vcf, .vnote, .vmsg, .vcs

Parameter inFileName: Name of file - should include extension!

Returns: Yes or no, is it Apple-designated PIM data?

Not much to talk about.