Skip to content

Commit

Permalink
Update pages for PubNub Dart SDK v4.3.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Mar 28, 2024
1 parent 8c2f253 commit 4ce4dd9
Show file tree
Hide file tree
Showing 729 changed files with 4,517 additions and 4,091 deletions.
10 changes: 5 additions & 5 deletions __404error.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="generator" content="made with love by dartdoc 7.0.1-wip">
<meta name="generator" content="made with love by dartdoc 8.0.3">
<meta name="description" content="pubnub API docs, for the Dart programming language.">
<title>pubnub - Dart API docs</title>

Expand Down Expand Up @@ -90,9 +90,9 @@ <h5><span class="package-name">pubnub</span> <span class="package-kind">package<
<li class="section-title">Libraries</li>
<li><a href="pubnub/pubnub-library.html">pubnub</a></li>
<li class="section-subtitle">Modules</li>
<li class="section-subitem"><a href="pubnub.crypto/pubnub.crypto-library.html">pubnub.crypto</a></li>
<li class="section-subitem"><a href="pubnub.logging/pubnub.logging-library.html">pubnub.logging</a></li>
<li class="section-subitem"><a href="pubnub.networking/pubnub.networking-library.html">pubnub.networking</a></li>
<li class="section-subitem"><a href="pubnub.crypto/pubnub.crypto-library.html">crypto</a></li>
<li class="section-subitem"><a href="pubnub.logging/pubnub.logging-library.html">logging</a></li>
<li class="section-subitem"><a href="pubnub.networking/pubnub.networking-library.html">networking</a></li>
</ol>

</div>
Expand All @@ -105,7 +105,7 @@ <h5><span class="package-name">pubnub</span> <span class="package-kind">package<
<footer>
<span class="no-break">
pubnub
4.3.2
4.3.3
</span>


Expand Down
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="generator" content="made with love by dartdoc 7.0.1-wip">
<meta name="generator" content="made with love by dartdoc 8.0.3">
<meta name="description" content="pubnub API docs, for the Dart programming language.">
<title>pubnub - Dart API docs</title>

Expand Down Expand Up @@ -62,7 +62,7 @@ <h3 id="using-pub-dependency-management-tool">Using <code>pub</code> dependency
<p><code>pubnub</code> uses the standard <code>pub</code> tool for package management to distribute Dart code.</p>
<p>To add the package to your Dart or Flutter project, add <code>pubnub</code> as a dependency in your <code>pubspec.yaml</code>.</p>
<pre class="language-yaml"><code class="language-yaml">dependencies:
pubnub: ^4.3.2
pubnub: ^4.3.3
</code></pre>
<p>After adding the dependency to <code>pubspec.yaml</code>, run the <code>dart pub get</code> command in the root directory of your project (the same that the <code>pubspec.yaml</code> is in).</p>
<h3 id="using-git">Using Git</h3>
Expand Down Expand Up @@ -203,23 +203,23 @@ <h2>Libraries</h2>

<h3>Modules</h3>
<dt id="pubnub.crypto">
<span class="name"><a href="pubnub.crypto/pubnub.crypto-library.html">pubnub.crypto</a></span>
<span class="name"><a href="pubnub.crypto/pubnub.crypto-library.html">crypto</a></span>
<span class="category modules cp-7" title="This is part of the Modules topic.">Modules</span>

</dt>
<dd>Default cryptography module used by PubNub SDK.
</dd>

<dt id="pubnub.logging">
<span class="name"><a href="pubnub.logging/pubnub.logging-library.html">pubnub.logging</a></span>
<span class="name"><a href="pubnub.logging/pubnub.logging-library.html">logging</a></span>
<span class="category modules cp-7" title="This is part of the Modules topic.">Modules</span>

</dt>
<dd>Default logging module used by PubNub SDK.
</dd>

<dt id="pubnub.networking">
<span class="name"><a href="pubnub.networking/pubnub.networking-library.html">pubnub.networking</a></span>
<span class="name"><a href="pubnub.networking/pubnub.networking-library.html">networking</a></span>
<span class="category modules cp-7" title="This is part of the Modules topic.">Modules</span>

</dt>
Expand Down Expand Up @@ -257,9 +257,9 @@ <h5 class="hidden-xs"><span class="package-name">pubnub</span> <span class="pack
<li class="section-title">Libraries</li>
<li><a href="pubnub/pubnub-library.html">pubnub</a></li>
<li class="section-subtitle">Modules</li>
<li class="section-subitem"><a href="pubnub.crypto/pubnub.crypto-library.html">pubnub.crypto</a></li>
<li class="section-subitem"><a href="pubnub.logging/pubnub.logging-library.html">pubnub.logging</a></li>
<li class="section-subitem"><a href="pubnub.networking/pubnub.networking-library.html">pubnub.networking</a></li>
<li class="section-subitem"><a href="pubnub.crypto/pubnub.crypto-library.html">crypto</a></li>
<li class="section-subitem"><a href="pubnub.logging/pubnub.logging-library.html">logging</a></li>
<li class="section-subitem"><a href="pubnub.networking/pubnub.networking-library.html">networking</a></li>
</ol>

</div>
Expand All @@ -272,7 +272,7 @@ <h5 class="hidden-xs"><span class="package-name">pubnub</span> <span class="pack
<footer>
<span class="no-break">
pubnub
4.3.2
4.3.3
</span>


Expand Down
13 changes: 8 additions & 5 deletions pubnub.crypto/AesCbcCryptor-class-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,29 @@
<li><a href="pubnub.crypto/AesCbcCryptor/AesCbcCryptor.html">AesCbcCryptor</a></li>



<li class="section-title">
<a href="pubnub.crypto/AesCbcCryptor-class.html#instance-properties">Properties</a>
</li>
<li><a href="pubnub.crypto/AesCbcCryptor/cipherKey.html">cipherKey</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.3/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="pubnub.crypto/AesCbcCryptor/identifier.html">identifier</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.3/dart-core/Object/runtimeType.html">runtimeType</a></li>

<li class="section-title"><a href="pubnub.crypto/AesCbcCryptor-class.html#instance-methods">Methods</a></li>
<li><a href="pubnub.crypto/AesCbcCryptor/decrypt.html">decrypt</a></li>
<li><a href="pubnub.crypto/AesCbcCryptor/decryptFileData.html">decryptFileData</a></li>
<li><a href="pubnub.crypto/AesCbcCryptor/encrypt.html">encrypt</a></li>
<li><a href="pubnub.crypto/AesCbcCryptor/encryptFileData.html">encryptFileData</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/toString.html">toString</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.3/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.3/dart-core/Object/toString.html">toString</a></li>

<li class="section-title inherited"><a href="pubnub.crypto/AesCbcCryptor-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.3/dart-core/Object/operator_equals.html">operator ==</a></li>






</ol>
32 changes: 16 additions & 16 deletions pubnub.crypto/AesCbcCryptor-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../index.html">pubnub</a></li>
<li><a href="../pubnub.crypto/pubnub.crypto-library.html">pubnub.crypto</a></li>
<li><a href="../pubnub.crypto/pubnub.crypto-library.html">crypto.dart</a></li>
<li class="self-crumb">AesCbcCryptor class</li>
</ol>
<div class="self-name">AesCbcCryptor</div>
Expand Down Expand Up @@ -99,8 +99,8 @@ <h2>Properties</h2>
</dd>

<dt id="hashCode" class="property inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.2.5/dart-core/int-class.html">int</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.3.3/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.3.3/dart-core/int-class.html">int</a></span>

</dt>
<dd class="inherited">
Expand All @@ -111,7 +111,7 @@ <h2>Properties</h2>

<dt id="identifier" class="property">
<span class="name"><a href="../pubnub.crypto/AesCbcCryptor/identifier.html">identifier</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.2.5/dart-core/String-class.html">String</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.3.3/dart-core/String-class.html">String</a></span>

</dt>
<dd>
Expand All @@ -121,8 +121,8 @@ <h2>Properties</h2>
</dd>

<dt id="runtimeType" class="property inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.2.5/dart-core/Type-class.html">Type</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.3.3/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.3.3/dart-core/Type-class.html">Type</a></span>

</dt>
<dd class="inherited">
Expand All @@ -142,7 +142,7 @@ <h2>Methods</h2>
<dl class="callables">
<dt id="decrypt" class="callable">
<span class="name"><a href="../pubnub.crypto/AesCbcCryptor/decrypt.html">decrypt</a></span><span class="signature">(<wbr><span class="parameter" id="decrypt-param-encryptedData"><span class="type-annotation">EncryptedData</span> <span class="parameter-name">encryptedData</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.2.5/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.5/dart-core/int-class.html">int</a></span>&gt;</span></span>
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.3.3/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.3.3/dart-core/int-class.html">int</a></span>&gt;</span></span>
</span>


Expand All @@ -155,7 +155,7 @@ <h2>Methods</h2>

<dt id="decryptFileData" class="callable">
<span class="name"><a href="../pubnub.crypto/AesCbcCryptor/decryptFileData.html">decryptFileData</a></span><span class="signature">(<wbr><span class="parameter" id="decryptFileData-param-input"><span class="type-annotation">EncryptedData</span> <span class="parameter-name">input</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.2.5/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.5/dart-core/int-class.html">int</a></span>&gt;</span></span>
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.3.3/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.3.3/dart-core/int-class.html">int</a></span>&gt;</span></span>
</span>


Expand All @@ -167,7 +167,7 @@ <h2>Methods</h2>
</dd>

<dt id="encrypt" class="callable">
<span class="name"><a href="../pubnub.crypto/AesCbcCryptor/encrypt.html">encrypt</a></span><span class="signature">(<wbr><span class="parameter" id="encrypt-param-input"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.5/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.5/dart-core/int-class.html">int</a></span>&gt;</span></span> <span class="parameter-name">input</span></span>)
<span class="name"><a href="../pubnub.crypto/AesCbcCryptor/encrypt.html">encrypt</a></span><span class="signature">(<wbr><span class="parameter" id="encrypt-param-input"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.3.3/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.3.3/dart-core/int-class.html">int</a></span>&gt;</span></span> <span class="parameter-name">input</span></span>)
<span class="returntype parameter">&#8594; EncryptedData</span>
</span>

Expand All @@ -180,7 +180,7 @@ <h2>Methods</h2>
</dd>

<dt id="encryptFileData" class="callable">
<span class="name"><a href="../pubnub.crypto/AesCbcCryptor/encryptFileData.html">encryptFileData</a></span><span class="signature">(<wbr><span class="parameter" id="encryptFileData-param-input"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.5/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.5/dart-core/int-class.html">int</a></span>&gt;</span></span> <span class="parameter-name">input</span></span>)
<span class="name"><a href="../pubnub.crypto/AesCbcCryptor/encryptFileData.html">encryptFileData</a></span><span class="signature">(<wbr><span class="parameter" id="encryptFileData-param-input"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.3.3/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.3.3/dart-core/int-class.html">int</a></span>&gt;</span></span> <span class="parameter-name">input</span></span>)
<span class="returntype parameter">&#8594; EncryptedData</span>
</span>

Expand All @@ -193,7 +193,7 @@ <h2>Methods</h2>
</dd>

<dt id="noSuchMethod" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="name"><a href="https://api.dart.dev/stable/3.3.3/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.3.3/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="returntype parameter">&#8594; dynamic</span>
</span>

Expand All @@ -206,8 +206,8 @@ <h2>Methods</h2>
</dd>

<dt id="toString" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.2.5/dart-core/String-class.html">String</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.3.3/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.3.3/dart-core/String-class.html">String</a></span>
</span>


Expand All @@ -227,8 +227,8 @@ <h2>Methods</h2>
<h2>Operators</h2>
<dl class="callables">
<dt id="operator ==" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.2.5/dart-core/bool-class.html">bool</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.3.3/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.3.3/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.3.3/dart-core/bool-class.html">bool</a></span>
</span>


Expand Down Expand Up @@ -275,7 +275,7 @@ <h5>pubnub.crypto library</h5>
<footer>
<span class="no-break">
pubnub
4.3.2
4.3.3
</span>


Expand Down
6 changes: 3 additions & 3 deletions pubnub.crypto/AesCbcCryptor/AesCbcCryptor.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">pubnub</a></li>
<li><a href="../../pubnub.crypto/pubnub.crypto-library.html">pubnub.crypto</a></li>
<li><a href="../../pubnub.crypto/pubnub.crypto-library.html">crypto.dart</a></li>
<li><a href="../../pubnub.crypto/AesCbcCryptor-class.html">AesCbcCryptor</a></li>
<li class="self-crumb">AesCbcCryptor constructor</li>
</ol>
Expand Down Expand Up @@ -72,7 +72,7 @@ <h1><span class="kind-constructor">AesCbcCryptor</span> constructor

<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">AesCbcCryptor</code></pre>
<pre class="language-dart"><code class="language-dart">AesCbcCryptor(this.cipherKey);</code></pre>
</section>


Expand Down Expand Up @@ -106,7 +106,7 @@ <h5>AesCbcCryptor class</h5>
<footer>
<span class="no-break">
pubnub
4.3.2
4.3.3
</span>


Expand Down
4 changes: 2 additions & 2 deletions pubnub.crypto/AesCbcCryptor/cipherKey.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">pubnub</a></li>
<li><a href="../../pubnub.crypto/pubnub.crypto-library.html">pubnub.crypto</a></li>
<li><a href="../../pubnub.crypto/pubnub.crypto-library.html">crypto.dart</a></li>
<li><a href="../../pubnub.crypto/AesCbcCryptor-class.html">AesCbcCryptor</a></li>
<li class="self-crumb">cipherKey property</li>
</ol>
Expand Down Expand Up @@ -106,7 +106,7 @@ <h5>AesCbcCryptor class</h5>
<footer>
<span class="no-break">
pubnub
4.3.2
4.3.3
</span>


Expand Down
Loading

0 comments on commit 4ce4dd9

Please sign in to comment.