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
(SBSRestartRenderServerAction)
 
m (Added References section)
Line 9: Line 9:


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.
== References ==
<references/>


{{occlass|library=SpringBoardServices.framework|navbox=1}}
{{occlass|library=SpringBoardServices.framework|navbox=1}}

Revision as of 14:36, 11 August 2015

SBSRestartRenderServerAction objects provide relaunching SpringBoard action with relaunch URL when used with FBSSystemService. Available as of iOS 8.

Methods

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

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

References