Files
sparkle-project.github.io/documentation/api-reference/interface_s_u_update_permission_response.html
T
2021-09-03 19:38:30 -07:00

158 lines
8.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Sparkle: SUUpdatePermissionResponse Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="icon_32x32@2x.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Sparkle
&#160;<span id="projectnumber">2.0.0</span>
</div>
<div id="projectbrief">A software update framework for macOS</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Instance Methods</a> &#124;
<a href="#properties">Properties</a> &#124;
<a href="interface_s_u_update_permission_response-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">SUUpdatePermissionResponse Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>This class represents a response for permission to check updates.
<a href="interface_s_u_update_permission_response.html#details">More...</a></p>
<p><code>#import &lt;<a class="el" href="_s_u_update_permission_response_8h_source.html">SUUpdatePermissionResponse.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for SUUpdatePermissionResponse:</div>
<div class="dyncontent">
<div class="center">
<img src="interface_s_u_update_permission_response.png" alt=""/>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Instance Methods</h2></td></tr>
<tr class="memitem:a09be7ccbcaf1521fc9a3f5dd420785ee"><td class="memItemLeft" align="right" valign="top">(instancetype)&#160;</td><td class="memItemRight" valign="bottom">- <a class="el" href="interface_s_u_update_permission_response.html#a09be7ccbcaf1521fc9a3f5dd420785ee">initWithAutomaticUpdateChecks:sendSystemProfile:</a></td></tr>
<tr class="memdesc:a09be7ccbcaf1521fc9a3f5dd420785ee"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initializes a new update permission response instance. <a href="interface_s_u_update_permission_response.html#a09be7ccbcaf1521fc9a3f5dd420785ee">More...</a><br /></td></tr>
<tr class="separator:a09be7ccbcaf1521fc9a3f5dd420785ee"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab8c23856d9e3282c50682543e5d3f408"><td class="memItemLeft" align="right" valign="top"><a id="ab8c23856d9e3282c50682543e5d3f408"></a>
(instancetype)&#160;</td><td class="memItemRight" valign="bottom">- <b>NS_UNAVAILABLE</b></td></tr>
<tr class="separator:ab8c23856d9e3282c50682543e5d3f408"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="properties"></a>
Properties</h2></td></tr>
<tr class="memitem:a84a21b766bcbbe1fff16c26b8689aa56"><td class="memItemLeft" align="right" valign="top"><a id="a84a21b766bcbbe1fff16c26b8689aa56"></a>
BOOL&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_s_u_update_permission_response.html#a84a21b766bcbbe1fff16c26b8689aa56">automaticUpdateChecks</a></td></tr>
<tr class="memdesc:a84a21b766bcbbe1fff16c26b8689aa56"><td class="mdescLeft">&#160;</td><td class="mdescRight">A read-only property indicating whether automatic update checks are allowed or not. <br /></td></tr>
<tr class="separator:a84a21b766bcbbe1fff16c26b8689aa56"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af9436f4e07219513c68dbad51daf9c8d"><td class="memItemLeft" align="right" valign="top"><a id="af9436f4e07219513c68dbad51daf9c8d"></a>
BOOL&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_s_u_update_permission_response.html#af9436f4e07219513c68dbad51daf9c8d">sendSystemProfile</a></td></tr>
<tr class="memdesc:af9436f4e07219513c68dbad51daf9c8d"><td class="mdescLeft">&#160;</td><td class="mdescRight">A read-only property indicating if system profile should be sent or not. <br /></td></tr>
<tr class="separator:af9436f4e07219513c68dbad51daf9c8d"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>This class represents a response for permission to check updates. </p>
</div><h2 class="groupheader">Method Documentation</h2>
<a id="a09be7ccbcaf1521fc9a3f5dd420785ee"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a09be7ccbcaf1521fc9a3f5dd420785ee">&#9670;&nbsp;</a></span>initWithAutomaticUpdateChecks:sendSystemProfile:</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">- (instancetype) initWithAutomaticUpdateChecks: </td>
<td></td>
<td class="paramtype">(BOOL)&#160;</td>
<td class="paramname"><em>automaticUpdateChecks</em></td>
</tr>
<tr>
<td class="paramkey">sendSystemProfile:</td>
<td></td>
<td class="paramtype">(BOOL)&#160;</td>
<td class="paramname"><em>sendSystemProfile</em>&#160;</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Initializes a new update permission response instance. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">automaticUpdateChecks</td><td>Flag for whether to allow automatic update checks. </td></tr>
<tr><td class="paramname">sendSystemProfile</td><td>Flag for if system profile information should be sent to the server hosting the appcast. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>Sparkle/<a class="el" href="_s_u_update_permission_response_8h_source.html">SUUpdatePermissionResponse.h</a></li>
<li>Sparkle/SUUpdatePermissionResponse.m</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
</small></address>
</body>
</html>