com.apple.springboard.lockcomplete

CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(),

                                    NULL,

                                   displayStatusChanged,

                                   CFSTR("com.apple.springboard.lockcomplete"),

                                     NULL,

                                       CFNotificationSuspensionBehaviorDeliverImmediately); CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(),

                                   NULL,

                                   displayStatusChanged,

                                   CFSTR("com.apple.springboard.lockstate"),

                                     NULL,

                                   CFNotificationSuspensionBehaviorDeliverImmediately);


is Private API?

Hi,


I would consider it private as long as you don't find a .h file in the sdk where "com.apple.springboard.lockcomplete" shows up.


Dirk

What are you trying to do?

Hi @pdm


Can you please check our issue from this thread ?

https://forums.developer.apple.com/message/325243


Thanks.

com.apple.springboard.lockcomplete
 
 
Q