1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Automated deployment: Wed Aug 5 04:43:10 UTC 2020 edd515f42b

This commit is contained in:
jaywcjlove
2020-08-05 04:43:10 +00:00
parent 1406a99a66
commit 11a868efc9
3 changed files with 35 additions and 6 deletions

View File

@@ -71,6 +71,7 @@
<li class="tsd-kind-function"><a href="globals.html#getapiversion" class="tsd-kind-icon">get<wbr>Api<wbr>Version</a></li>
<li class="tsd-kind-function"><a href="globals.html#iswxappinstalled" class="tsd-kind-icon">isWXApp<wbr>Installed</a></li>
<li class="tsd-kind-function"><a href="globals.html#iswxappsupportapi" class="tsd-kind-icon">isWXApp<wbr>Support<wbr>Api</a></li>
<li class="tsd-kind-function"><a href="globals.html#openwxapp" class="tsd-kind-icon">openWXApp</a></li>
<li class="tsd-kind-function"><a href="globals.html#registerapp" class="tsd-kind-icon">register<wbr>App</a></li>
</ul>
</section>
@@ -89,7 +90,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-wechat/blob/864d940/index.d.ts#L22">index.d.ts:22</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-wechat/blob/edd515f/index.d.ts#L26">index.d.ts:26</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -111,7 +112,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-wechat/blob/864d940/index.d.ts#L13">index.d.ts:13</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-wechat/blob/edd515f/index.d.ts#L13">index.d.ts:13</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -134,13 +135,35 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-wechat/blob/864d940/index.d.ts#L18">index.d.ts:18</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-wechat/blob/edd515f/index.d.ts#L18">index.d.ts:18</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>判断当前微信的版本是否支持 OpenApi
支持返回 true不支持返回 false</p>
支持返回 <code>true</code>,不支持返回 <code>false</code></p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-function">
<a name="openwxapp" class="tsd-anchor"></a>
<h3>openWXApp</h3>
<ul class="tsd-signatures tsd-kind-function">
<li class="tsd-signature tsd-kind-icon">openWXApp<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-wechat/blob/edd515f/index.d.ts#L22">index.d.ts:22</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>打开微信,成功返回 <code>true</code>,不支持返回 失败返回 <code>false</code></p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4>
@@ -157,7 +180,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-wechat/blob/864d940/index.d.ts#L8">index.d.ts:8</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-wechat/blob/edd515f/index.d.ts#L8">index.d.ts:8</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -206,6 +229,9 @@
<li class=" tsd-kind-function">
<a href="globals.html#iswxappsupportapi" class="tsd-kind-icon">isWXApp<wbr>Support<wbr>Api</a>
</li>
<li class=" tsd-kind-function">
<a href="globals.html#openwxapp" class="tsd-kind-icon">openWXApp</a>
</li>
<li class=" tsd-kind-function">
<a href="globals.html#registerapp" class="tsd-kind-icon">register<wbr>App</a>
</li>