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

SBSRestartRenderServerAction: Difference between revisions

From iPhone Development Wiki
m (Added References section)
(note about removal)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[SBSRestartRenderServerAction]] objects provide relaunching [[SpringBoard]] action with relaunch URL when used with [[FBSSystemService]]. Available as of iOS 8.
[[SBSRestartRenderServerAction]] objects provide restarting system render server with relaunch URL when used with [[FBSSystemService]]. Available as of iOS 8.


== Methods ==
== Methods ==
Line 5: Line 5:
{{function signature
{{function signature
|signature=+(SBSRestartRenderServerAction *)restartActionWithTargetRelaunchURL:(NSURL *)url;
|signature=+(SBSRestartRenderServerAction *)restartActionWithTargetRelaunchURL:(NSURL *)url;
|firmware=8.0 —
|firmware=8.0 — 9.3
}}
}}


The method {{ObjcCall|SBSRestartRenderServerAction|restartActionWithTargetRelaunchURL:|ClassMethod=1}} creates SBSRestartRenderServerAction object for its further use with providing relaunch URL.
The method {{ObjcCall|SBSRestartRenderServerAction|restartActionWithTargetRelaunchURL:|ClassMethod=1}} 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 ==
== References ==

Latest revision as of 03:34, 15 January 2018

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