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
SBSRelaunchAction: Difference between revisions - iPhone Development Wiki

SBSRelaunchAction: Difference between revisions

From iPhone Development Wiki
(SBSRelaunchAction, still need documentation of "options".)
(No difference)

Revision as of 04:22, 4 August 2016

SBSRelaunchAction objects provide relaunching SpringBoard action with relaunch URL and style when used with FBSSystemService. Available as of iOS 9.2

Methods

Signature +(SBSRelaunchAction *)actionWithReason:(NSString *)reason options:(int)options targetURL:(NSURL *)url;
Available in 9.2 —

References