Skip to content

Commit

Permalink
Generate docs - test-doc-4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 26, 2024
1 parent 8622873 commit b2f789d
Show file tree
Hide file tree
Showing 176 changed files with 9,393 additions and 339 deletions.
111 changes: 109 additions & 2 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">PrebidMobile 2.2.3 Docs</a> (94% documented)</p>
<p><a href="index.html">PrebidMobile 2.3.0 Docs</a> (92% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -65,6 +65,9 @@
<li class="nav-group-task">
<a href="Classes/ContextType.html">ContextType</a>
</li>
<li class="nav-group-task">
<a href="Classes/DefaultPluginEventDelegate.html">DefaultPluginEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="Classes/EventTracking.html">EventTracking</a>
</li>
Expand Down Expand Up @@ -164,6 +167,9 @@
<li class="nav-group-task">
<a href="Classes/PrebidAdUnit.html">PrebidAdUnit</a>
</li>
<li class="nav-group-task">
<a href="Classes/PrebidMobilePluginRegister.html">PrebidMobilePluginRegister</a>
</li>
<li class="nav-group-task">
<a href="Classes/PrebidRequest.html">PrebidRequest</a>
</li>
Expand All @@ -173,6 +179,9 @@
<li class="nav-group-task">
<a href="Classes/RewardedVideoAdUnit.html">RewardedVideoAdUnit</a>
</li>
<li class="nav-group-task">
<a href="Classes/SampleCustomRenderer.html">SampleCustomRenderer</a>
</li>
<li class="nav-group-task">
<a href="Classes/Signals.html">Signals</a>
</li>
Expand Down Expand Up @@ -264,9 +273,18 @@
<li class="nav-group-task">
<a href="Protocols/NativeAdEventDelegate.html">NativeAdEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="Protocols.html#/c:@M@PrebidMobile@objc(pl)PBMThirdPartyAdViewLoader">PBMThirdPartyAdViewLoader</a>
</li>
<li class="nav-group-task">
<a href="Protocols/PluginEventDelegate.html">PluginEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="Protocols/PrebidMediationDelegate.html">PrebidMediationDelegate</a>
</li>
<li class="nav-group-task">
<a href="Protocols/PrebidMobilePluginRenderer.html">PrebidMobilePluginRenderer</a>
</li>
<li class="nav-group-task">
<a href="Protocols/RewardedAdUnitDelegate.html">RewardedAdUnitDelegate</a>
</li>
Expand All @@ -278,6 +296,9 @@
<li class="nav-group-name">
<a href="Typealiases.html">Type Aliases</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Typealiases.html#/s:12PrebidMobile17PBMAdViewDelegatea">PBMAdViewDelegate</a>
</li>
<li class="nav-group-task">
<a href="Typealiases.html#/s:12PrebidMobile0A22InitializationCallbacka">PrebidInitializationCallback</a>
</li>
Expand Down Expand Up @@ -1577,6 +1598,92 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:@M@PrebidMobile@objc(cs)DefaultPluginEventDelegate"></a>
<a name="//apple_ref/swift/Class/DefaultPluginEventDelegate" class="dashAnchor"></a>
<a class="token" href="#/c:@M@PrebidMobile@objc(cs)DefaultPluginEventDelegate">DefaultPluginEventDelegate</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>

<a href="Classes/DefaultPluginEventDelegate.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">open</span> <span class="kd">class</span> <span class="kt">DefaultPluginEventDelegate</span> <span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt"><a href="Protocols/PluginEventDelegate.html">PluginEventDelegate</a></span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:@M@PrebidMobile@objc(cs)PrebidMobilePluginRegister"></a>
<a name="//apple_ref/swift/Class/PrebidMobilePluginRegister" class="dashAnchor"></a>
<a class="token" href="#/c:@M@PrebidMobile@objc(cs)PrebidMobilePluginRegister">PrebidMobilePluginRegister</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Global singleton responsible to store plugin renderer instances</p>

<a href="Classes/PrebidMobilePluginRegister.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">PrebidMobilePluginRegister</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:@M@PrebidMobile@objc(cs)SampleCustomRenderer"></a>
<a name="//apple_ref/swift/Class/SampleCustomRenderer" class="dashAnchor"></a>
<a class="token" href="#/c:@M@PrebidMobile@objc(cs)SampleCustomRenderer">SampleCustomRenderer</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>

<a href="Classes/SampleCustomRenderer.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">SampleCustomRenderer</span> <span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt"><a href="Protocols/PrebidMobilePluginRenderer.html">PrebidMobilePluginRenderer</a></span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -1856,7 +1963,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://www.prebid.org" target="_blank" rel="external noopener">Prebid</a>. All rights reserved. (Last updated: 2024-09-24)</p>
<p>&copy; 2024 <a class="link" href="https://www.prebid.org" target="_blank" rel="external noopener">Prebid</a>. All rights reserved. (Last updated: 2024-09-26)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
25 changes: 23 additions & 2 deletions docs/Classes/AdFormat.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AdFormat Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">PrebidMobile 2.2.3 Docs</a> (94% documented)</p>
<p><a href="../index.html">PrebidMobile 2.3.0 Docs</a> (92% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -67,6 +67,9 @@
<li class="nav-group-task">
<a href="../Classes/ContextType.html">ContextType</a>
</li>
<li class="nav-group-task">
<a href="../Classes/DefaultPluginEventDelegate.html">DefaultPluginEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Classes/EventTracking.html">EventTracking</a>
</li>
Expand Down Expand Up @@ -166,6 +169,9 @@
<li class="nav-group-task">
<a href="../Classes/PrebidAdUnit.html">PrebidAdUnit</a>
</li>
<li class="nav-group-task">
<a href="../Classes/PrebidMobilePluginRegister.html">PrebidMobilePluginRegister</a>
</li>
<li class="nav-group-task">
<a href="../Classes/PrebidRequest.html">PrebidRequest</a>
</li>
Expand All @@ -175,6 +181,9 @@
<li class="nav-group-task">
<a href="../Classes/RewardedVideoAdUnit.html">RewardedVideoAdUnit</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SampleCustomRenderer.html">SampleCustomRenderer</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Signals.html">Signals</a>
</li>
Expand Down Expand Up @@ -266,9 +275,18 @@
<li class="nav-group-task">
<a href="../Protocols/NativeAdEventDelegate.html">NativeAdEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols.html#/c:@M@PrebidMobile@objc(pl)PBMThirdPartyAdViewLoader">PBMThirdPartyAdViewLoader</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/PluginEventDelegate.html">PluginEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/PrebidMediationDelegate.html">PrebidMediationDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/PrebidMobilePluginRenderer.html">PrebidMobilePluginRenderer</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/RewardedAdUnitDelegate.html">RewardedAdUnitDelegate</a>
</li>
Expand All @@ -280,6 +298,9 @@
<li class="nav-group-name">
<a href="../Typealiases.html">Type Aliases</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Typealiases.html#/s:12PrebidMobile17PBMAdViewDelegatea">PBMAdViewDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:12PrebidMobile0A22InitializationCallbacka">PrebidInitializationCallback</a>
</li>
Expand Down Expand Up @@ -632,7 +653,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://www.prebid.org" target="_blank" rel="external noopener">Prebid</a>. All rights reserved. (Last updated: 2024-09-24)</p>
<p>&copy; 2024 <a class="link" href="https://www.prebid.org" target="_blank" rel="external noopener">Prebid</a>. All rights reserved. (Last updated: 2024-09-26)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
25 changes: 23 additions & 2 deletions docs/Classes/AdUnit.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AdUnit Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">PrebidMobile 2.2.3 Docs</a> (94% documented)</p>
<p><a href="../index.html">PrebidMobile 2.3.0 Docs</a> (92% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -67,6 +67,9 @@
<li class="nav-group-task">
<a href="../Classes/ContextType.html">ContextType</a>
</li>
<li class="nav-group-task">
<a href="../Classes/DefaultPluginEventDelegate.html">DefaultPluginEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Classes/EventTracking.html">EventTracking</a>
</li>
Expand Down Expand Up @@ -166,6 +169,9 @@
<li class="nav-group-task">
<a href="../Classes/PrebidAdUnit.html">PrebidAdUnit</a>
</li>
<li class="nav-group-task">
<a href="../Classes/PrebidMobilePluginRegister.html">PrebidMobilePluginRegister</a>
</li>
<li class="nav-group-task">
<a href="../Classes/PrebidRequest.html">PrebidRequest</a>
</li>
Expand All @@ -175,6 +181,9 @@
<li class="nav-group-task">
<a href="../Classes/RewardedVideoAdUnit.html">RewardedVideoAdUnit</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SampleCustomRenderer.html">SampleCustomRenderer</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Signals.html">Signals</a>
</li>
Expand Down Expand Up @@ -266,9 +275,18 @@
<li class="nav-group-task">
<a href="../Protocols/NativeAdEventDelegate.html">NativeAdEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols.html#/c:@M@PrebidMobile@objc(pl)PBMThirdPartyAdViewLoader">PBMThirdPartyAdViewLoader</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/PluginEventDelegate.html">PluginEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/PrebidMediationDelegate.html">PrebidMediationDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/PrebidMobilePluginRenderer.html">PrebidMobilePluginRenderer</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/RewardedAdUnitDelegate.html">RewardedAdUnitDelegate</a>
</li>
Expand All @@ -280,6 +298,9 @@
<li class="nav-group-name">
<a href="../Typealiases.html">Type Aliases</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Typealiases.html#/s:12PrebidMobile17PBMAdViewDelegatea">PBMAdViewDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:12PrebidMobile0A22InitializationCallbacka">PrebidInitializationCallback</a>
</li>
Expand Down Expand Up @@ -1729,7 +1750,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://www.prebid.org" target="_blank" rel="external noopener">Prebid</a>. All rights reserved. (Last updated: 2024-09-24)</p>
<p>&copy; 2024 <a class="link" href="https://www.prebid.org" target="_blank" rel="external noopener">Prebid</a>. All rights reserved. (Last updated: 2024-09-26)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit b2f789d

Please sign in to comment.