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 - iPhone Development Wiki

SBSRelaunchAction

From iPhone Development Wiki
Revision as of 04:22, 4 August 2016 by PoomSmart (talk | contribs) (SBSRelaunchAction, still need documentation of "options".)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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