Skip to content

Commit

Permalink
Update docs for v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
linjie-firework committed Oct 16, 2023
1 parent d47fd52 commit 54b61a8
Show file tree
Hide file tree
Showing 582 changed files with 5,008 additions and 5,282 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-V2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## [2.3.2]

### Added

- [Android] Support the multiple pinned products feature in the livestream

## [2.3.1]

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions docs/v2/__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 6.3.0">
<meta name="generator" content="made with love by dartdoc 7.0.0">
<meta name="description" content="fw_flutter_sdk API docs, for the Dart programming language.">
<title>fw_flutter_sdk - Dart API docs</title>

Expand Down Expand Up @@ -93,7 +93,7 @@ <h5><span class="package-name">fw_flutter_sdk</span> <span class="package-kind">
<footer>
<span class="no-break">
fw_flutter_sdk
2.3.1
2.3.2
</span>


Expand Down
20 changes: 10 additions & 10 deletions docs/v2/fw_flutter_sdk/AdBadgeConfiguration-class-sidebar.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<ol>

<li class="section-title"><a href="../fw_flutter_sdk/AdBadgeConfiguration-class.html#constructors">Constructors</a></li>
<li><a href="../fw_flutter_sdk/AdBadgeConfiguration/AdBadgeConfiguration.html">AdBadgeConfiguration</a></li>
<li class="section-title"><a href="fw_flutter_sdk/AdBadgeConfiguration-class.html#constructors">Constructors</a></li>
<li><a href="fw_flutter_sdk/AdBadgeConfiguration/AdBadgeConfiguration.html">AdBadgeConfiguration</a></li>


<li class="section-title">
<a href="../fw_flutter_sdk/AdBadgeConfiguration-class.html#instance-properties">Properties</a>
<a href="fw_flutter_sdk/AdBadgeConfiguration-class.html#instance-properties">Properties</a>
</li>
<li><a href="../fw_flutter_sdk/AdBadgeConfiguration/androidFontInfo.html">androidFontInfo</a></li>
<li><a href="../fw_flutter_sdk/AdBadgeConfiguration/backgroundColor.html">backgroundColor</a></li>
<li><a href="../fw_flutter_sdk/AdBadgeConfiguration/badgeTextType.html">badgeTextType</a></li>
<li><a href="fw_flutter_sdk/AdBadgeConfiguration/androidFontInfo.html">androidFontInfo</a></li>
<li><a href="fw_flutter_sdk/AdBadgeConfiguration/backgroundColor.html">backgroundColor</a></li>
<li><a href="fw_flutter_sdk/AdBadgeConfiguration/badgeTextType.html">badgeTextType</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li><a href="../fw_flutter_sdk/AdBadgeConfiguration/textColor.html">textColor</a></li>
<li><a href="fw_flutter_sdk/AdBadgeConfiguration/textColor.html">textColor</a></li>

<li class="section-title"><a href="../fw_flutter_sdk/AdBadgeConfiguration-class.html#instance-methods">Methods</a></li>
<li><a href="../fw_flutter_sdk/AdBadgeConfiguration/deepCopy.html">deepCopy</a></li>
<li class="section-title"><a href="fw_flutter_sdk/AdBadgeConfiguration-class.html#instance-methods">Methods</a></li>
<li><a href="fw_flutter_sdk/AdBadgeConfiguration/deepCopy.html">deepCopy</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>

<li class="section-title inherited"><a href="../fw_flutter_sdk/AdBadgeConfiguration-class.html#operators">Operators</a></li>
<li class="section-title inherited"><a href="fw_flutter_sdk/AdBadgeConfiguration-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>


Expand Down
14 changes: 7 additions & 7 deletions docs/v2/fw_flutter_sdk/AdBadgeConfiguration-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h2>Properties</h2>
The Android font info of ad badge.
The property is ignored when fontSize is not set.
Only supported on Android.
<div class="features"><span class="feature">read / write</span></div>
<div class="features"><span class="feature">getter/setter pair</span></div>

</dd>

Expand All @@ -103,7 +103,7 @@ <h2>Properties</h2>
<dd>
The background color of the ad badge.
Defaults to #000000 on iOS. Defaults to #5178EE with alpha is 96.5% on Android.
<div class="features"><span class="feature">read / write</span></div>
<div class="features"><span class="feature">getter/setter pair</span></div>

</dd>

Expand All @@ -115,7 +115,7 @@ <h2>Properties</h2>
<dd>
The text type of the ad badge.
Defaults to sponsored.
<div class="features"><span class="feature">read / write</span></div>
<div class="features"><span class="feature">getter/setter pair</span></div>

</dd>

Expand All @@ -126,7 +126,7 @@ <h2>Properties</h2>
</dt>
<dd class="inherited">
The hash code for this object.
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
<div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div>

</dd>

Expand All @@ -137,7 +137,7 @@ <h2>Properties</h2>
</dt>
<dd class="inherited">
A representation of the runtime type of the object.
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
<div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div>

</dd>

Expand All @@ -149,7 +149,7 @@ <h2>Properties</h2>
<dd>
The color of the ad badge text.
Defaults to #ffffff.
<div class="features"><span class="feature">read / write</span></div>
<div class="features"><span class="feature">getter/setter pair</span></div>

</dd>

Expand Down Expand Up @@ -258,7 +258,7 @@ <h2>Operators</h2>
<footer>
<span class="no-break">
fw_flutter_sdk
2.3.1
2.3.2
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,7 @@ <h1><span class="kind-constructor">AdBadgeConfiguration</span> constructor

<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">AdBadgeConfiguration({
this.badgeTextType,
this.backgroundColor,
this.textColor,
this.androidFontInfo,
});</code></pre>
<pre class="language-dart"><code class="language-dart">AdBadgeConfiguration</code></pre>
</section>


Expand Down Expand Up @@ -113,7 +108,7 @@ <h5>AdBadgeConfiguration class</h5>
<footer>
<span class="no-break">
fw_flutter_sdk
2.3.1
2.3.2
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1><span class="kind-property">androidFontInfo</span> property

<a href="../../fw_flutter_sdk/AndroidFontInfo-class.html">AndroidFontInfo</a>?
<span class="name ">androidFontInfo</span>
<div class="features"><span class="feature">read / write</span></div>
<div class="features"><span class="feature">getter/setter pair</span></div>

</section>

Expand Down Expand Up @@ -110,7 +110,7 @@ <h5>AdBadgeConfiguration class</h5>
<footer>
<span class="no-break">
fw_flutter_sdk
2.3.1
2.3.2
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1><span class="kind-property">backgroundColor</span> property

<a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>?
<span class="name ">backgroundColor</span>
<div class="features"><span class="feature">read / write</span></div>
<div class="features"><span class="feature">getter/setter pair</span></div>

</section>

Expand Down Expand Up @@ -109,7 +109,7 @@ <h5>AdBadgeConfiguration class</h5>
<footer>
<span class="no-break">
fw_flutter_sdk
2.3.1
2.3.2
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1><span class="kind-property">badgeTextType</span> property

<a href="../../fw_flutter_sdk/AdBadgeTextType.html">AdBadgeTextType</a>?
<span class="name ">badgeTextType</span>
<div class="features"><span class="feature">read / write</span></div>
<div class="features"><span class="feature">getter/setter pair</span></div>

</section>

Expand Down Expand Up @@ -109,7 +109,7 @@ <h5>AdBadgeConfiguration class</h5>
<footer>
<span class="no-break">
fw_flutter_sdk
2.3.1
2.3.2
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/v2/fw_flutter_sdk/AdBadgeConfiguration/deepCopy.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h5>AdBadgeConfiguration class</h5>
<footer>
<span class="no-break">
fw_flutter_sdk
2.3.1
2.3.2
</span>


Expand Down
4 changes: 2 additions & 2 deletions docs/v2/fw_flutter_sdk/AdBadgeConfiguration/textColor.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1><span class="kind-property">textColor</span> property

<a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>?
<span class="name ">textColor</span>
<div class="features"><span class="feature">read / write</span></div>
<div class="features"><span class="feature">getter/setter pair</span></div>

</section>

Expand Down Expand Up @@ -109,7 +109,7 @@ <h5>AdBadgeConfiguration class</h5>
<footer>
<span class="no-break">
fw_flutter_sdk
2.3.1
2.3.2
</span>


Expand Down
20 changes: 10 additions & 10 deletions docs/v2/fw_flutter_sdk/AdBadgeTextType-enum-sidebar.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<ol>

<li class="section-title"><a href="../fw_flutter_sdk/AdBadgeTextType.html#constructors">Constructors</a></li>
<li><a href="../fw_flutter_sdk/AdBadgeTextType/AdBadgeTextType.html">AdBadgeTextType</a></li>
<li class="section-title"><a href="fw_flutter_sdk/AdBadgeTextType.html#constructors">Constructors</a></li>
<li><a href="fw_flutter_sdk/AdBadgeTextType/AdBadgeTextType.html">AdBadgeTextType</a></li>

<li class="section-title"><a href="../fw_flutter_sdk/AdBadgeTextType.html#values">Values</a></li>
<li><a href="../fw_flutter_sdk/AdBadgeTextType.html#ad">ad</a></li>
<li><a href="../fw_flutter_sdk/AdBadgeTextType.html#sponsored">sponsored</a></li>
<li class="section-title"><a href="fw_flutter_sdk/AdBadgeTextType.html#values">Values</a></li>
<li><a href="fw_flutter_sdk/AdBadgeTextType.html#ad">ad</a></li>
<li><a href="fw_flutter_sdk/AdBadgeTextType.html#sponsored">sponsored</a></li>

<li class="section-title inherited">
<a href="../fw_flutter_sdk/AdBadgeTextType.html#instance-properties">Properties</a>
<a href="fw_flutter_sdk/AdBadgeTextType.html#instance-properties">Properties</a>
</li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Enum/index.html">index</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>

<li class="section-title inherited"><a href="../fw_flutter_sdk/AdBadgeTextType.html#instance-methods">Methods</a></li>
<li class="section-title inherited"><a href="fw_flutter_sdk/AdBadgeTextType.html#instance-methods">Methods</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>

<li class="section-title inherited"><a href="../fw_flutter_sdk/AdBadgeTextType.html#operators">Operators</a></li>
<li class="section-title inherited"><a href="fw_flutter_sdk/AdBadgeTextType.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>




<li class="section-title"><a href="../fw_flutter_sdk/AdBadgeTextType.html#constants">Constants</a></li>
<li><a href="../fw_flutter_sdk/AdBadgeTextType/values-constant.html">values</a></li>
<li class="section-title"><a href="fw_flutter_sdk/AdBadgeTextType.html#constants">Constants</a></li>
<li><a href="fw_flutter_sdk/AdBadgeTextType/values-constant.html">values</a></li>
</ol>
8 changes: 4 additions & 4 deletions docs/v2/fw_flutter_sdk/AdBadgeTextType.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h2>Properties</h2>
</dt>
<dd class="inherited">
The hash code for this object.
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
<div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div>

</dd>

Expand All @@ -160,7 +160,7 @@ <h2>Properties</h2>
</dt>
<dd class="inherited">
A numeric identifier for the enumerated value.
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
<div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div>

</dd>

Expand All @@ -171,7 +171,7 @@ <h2>Properties</h2>
</dt>
<dd class="inherited">
A representation of the runtime type of the object.
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
<div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div>

</dd>

Expand Down Expand Up @@ -286,7 +286,7 @@ <h5>fw_flutter_sdk library</h5>
<footer>
<span class="no-break">
fw_flutter_sdk
2.3.1
2.3.2
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h5>AdBadgeTextType enum</h5>
<footer>
<span class="no-break">
fw_flutter_sdk
2.3.1
2.3.2
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h5>AdBadgeTextType enum</h5>
<footer>
<span class="no-break">
fw_flutter_sdk
2.3.1
2.3.2
</span>


Expand Down
18 changes: 9 additions & 9 deletions docs/v2/fw_flutter_sdk/AdConfiguration-class-sidebar.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<ol>

<li class="section-title"><a href="../fw_flutter_sdk/AdConfiguration-class.html#constructors">Constructors</a></li>
<li><a href="../fw_flutter_sdk/AdConfiguration/AdConfiguration.html">AdConfiguration</a></li>
<li class="section-title"><a href="fw_flutter_sdk/AdConfiguration-class.html#constructors">Constructors</a></li>
<li><a href="fw_flutter_sdk/AdConfiguration/AdConfiguration.html">AdConfiguration</a></li>


<li class="section-title">
<a href="../fw_flutter_sdk/AdConfiguration-class.html#instance-properties">Properties</a>
<a href="fw_flutter_sdk/AdConfiguration-class.html#instance-properties">Properties</a>
</li>
<li><a href="../fw_flutter_sdk/AdConfiguration/adsFetchTimeout.html">adsFetchTimeout</a></li>
<li><a href="fw_flutter_sdk/AdConfiguration/adsFetchTimeout.html">adsFetchTimeout</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../fw_flutter_sdk/AdConfiguration/requiresAds.html">requiresAds</a></li>
<li><a href="fw_flutter_sdk/AdConfiguration/requiresAds.html">requiresAds</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li><a href="../fw_flutter_sdk/AdConfiguration/vastAttributes.html">vastAttributes</a></li>
<li><a href="fw_flutter_sdk/AdConfiguration/vastAttributes.html">vastAttributes</a></li>

<li class="section-title"><a href="../fw_flutter_sdk/AdConfiguration-class.html#instance-methods">Methods</a></li>
<li><a href="../fw_flutter_sdk/AdConfiguration/deepCopy.html">deepCopy</a></li>
<li class="section-title"><a href="fw_flutter_sdk/AdConfiguration-class.html#instance-methods">Methods</a></li>
<li><a href="fw_flutter_sdk/AdConfiguration/deepCopy.html">deepCopy</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>

<li class="section-title inherited"><a href="../fw_flutter_sdk/AdConfiguration-class.html#operators">Operators</a></li>
<li class="section-title inherited"><a href="fw_flutter_sdk/AdConfiguration-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>


Expand Down
Loading

0 comments on commit 54b61a8

Please sign in to comment.