CFNotificationCenterAddObserver

CFNotificationCenterAddObserver 的使用

Posted by kunnan on May 14, 2018

CFNotificationCenterAddObserver

  • #include <CoreFoundation/CFNotificationCenter.h>
  • CFNotificationCenterAddObserver
    CF_EXPORT void CFNotificationCenterAddObserver(CFNotificationCenterRef center, const void *observer, CFNotificationCallback callBack, CFStringRef name, const void *object, CFNotificationSuspensionBehavior suspensionBehavior);
    

See Also

/Users/devzkn/bin/knpost CFNotificationCenterAddObserver CFNotificationCenterAddObserver 的使用 -t objc
#原来""的参数,需要自己加上""

转载请注明: > CFNotificationCenterAddObserver