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

SBSRestartRenderServerAction

From iPhone Development Wiki
Revision as of 03:34, 15 January 2018 by Kirb (talk | contribs) (note about removal)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

SBSRestartRenderServerAction objects provide restarting system render server with relaunch URL when used with FBSSystemService. Available as of iOS 8.

Methods

Signature +(SBSRestartRenderServerAction *)restartActionWithTargetRelaunchURL:(NSURL *)url;
Available in 8.0 — 9.3

The method +[SBSRestartRenderServerAction restartActionWithTargetRelaunchURL:] creates SBSRestartRenderServerAction object for its further use with providing relaunch URL.

This became a stopgap that calls SBSRelaunchAction on iOS 9.3, and was removed in iOS 10.0.

References