Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
BKSProcessAssertion: Difference between revisions - iPhone Development Wiki

BKSProcessAssertion: Difference between revisions

From iPhone Development Wiki
(Created a stub page to put some notes on. (needs loads of work))
 
mNo edit summary
Line 73: Line 73:
* http://blog.adambell.ca/post/73338421921/breaking-chat-heads-out-of-the-ios-sandbox
* http://blog.adambell.ca/post/73338421921/breaking-chat-heads-out-of-the-ios-sandbox
* iOS7 header: https://github.com/JaviSoto/iOS7-Runtime-Headers/blob/master/PrivateFrameworks/BackBoardServices.framework/BKSProcessAssertion.h
* iOS7 header: https://github.com/JaviSoto/iOS7-Runtime-Headers/blob/master/PrivateFrameworks/BackBoardServices.framework/BKSProcessAssertion.h
{{occlass|library=BackBoardServices.framework|navbox=on}}

Revision as of 14:43, 19 January 2014

This process is a Stub, please help expand it.


Methods

Signature -(NSString*)NameForReason:(NSUInteger)reason;
Available in 6.0–
Reason Result
0 @"none"
1 @"audio"
2 @"location"
3 @"external-accessory"
4 @"finishTask"
5 @"bluetooth"
6 @"networkAuthentication"
7 @"backgroundUI"
8 @"interAppAudioStreaming"
9 @"viewServices"
10 @"newsstandDownload"
11 @"backgroundDownload"
Other (12+) @"Unknown"


References