Skip to content

Commit

Permalink
Generate docs - 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 4, 2025
1 parent 35c2b8a commit 106eb34
Show file tree
Hide file tree
Showing 182 changed files with 5,563 additions and 3,006 deletions.
96 changes: 50 additions & 46 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.3.1 Docs</a> (91% documented)</p>
<p><a href="index.html">PrebidMobile 2.4.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 @@ -182,9 +182,6 @@
<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 All @@ -203,12 +200,18 @@
<li class="nav-group-task">
<a href="Classes/Signals/Placement.html">– Placement</a>
</li>
<li class="nav-group-task">
<a href="Classes/Signals/Plcmnt.html">– Plcmnt</a>
</li>
<li class="nav-group-task">
<a href="Classes/SingleContainerInt.html">SingleContainerInt</a>
</li>
<li class="nav-group-task">
<a href="Classes/Targeting.html">Targeting</a>
</li>
<li class="nav-group-task">
<a href="Classes/UserUniqueID.html">UserUniqueID</a>
</li>
<li class="nav-group-task">
<a href="Classes/Utils.html">Utils</a>
</li>
Expand Down Expand Up @@ -277,10 +280,10 @@
<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>
<a href="Protocols/PluginEventDelegate.html">PluginEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="Protocols/PluginEventDelegate.html">PluginEventDelegate</a>
<a href="Protocols/PrebidEventDelegate.html">PrebidEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="Protocols/PrebidMediationDelegate.html">PrebidMediationDelegate</a>
Expand All @@ -299,9 +302,6 @@
<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 @@ -1494,7 +1494,8 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Defines the User Id Object from an External Thrid Party Source</p>
<p>Defines the User Id Object from an External Thrid Party Source
<a href="https://github.com/InteractiveAdvertisingBureau/openrtb/blob/main/extensions/2.x_official_extensions/eids.md">https://github.com/InteractiveAdvertisingBureau/openrtb/blob/main/extensions/2.x_official_extensions/eids.md</a></p>

<a href="Classes/ExternalUserId.html" class="slightly-smaller">See more</a>
</div>
Expand All @@ -1503,7 +1504,36 @@ <h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objcMembers</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">ExternalUserId</span> <span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt">NSCoding</span><span class="p">,</span> <span class="kt">NSSecureCoding</span><span class="p">,</span> <span class="kt">JSONConvertible</span></code></pre>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">ExternalUserId</span> <span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt">JSONConvertible</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:@M@PrebidMobile@objc(cs)UserUniqueID"></a>
<a name="//apple_ref/swift/Class/UserUniqueID" class="dashAnchor"></a>
<a class="token" href="#/c:@M@PrebidMobile@objc(cs)UserUniqueID">UserUniqueID</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Extended ID UID objects from the given source.</p>

<a href="Classes/UserUniqueID.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">@objcMembers</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">UserUniqueID</span> <span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt">JSONConvertible</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -1651,42 +1681,14 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<pre class="highlight swift"><code><span class="kd">@objcMembers</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 All @@ -1708,11 +1710,13 @@ <h4>Declaration</h4>
<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">BannerView</span><span class="p">:</span> <span class="kt">UIView</span><span class="p">,</span>
<span class="kt">BannerAdLoaderDelegate</span><span class="p">,</span>
<span class="kt">AdLoadFlowControllerDelegate</span><span class="p">,</span>
<span class="kt">BannerEventInteractionDelegate</span><span class="p">,</span>
<span class="kt">DisplayViewInteractionDelegate</span></code></pre>
<pre class="highlight swift"><code><span class="kd">@objcMembers</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">BannerView</span><span class="p">:</span>
<span class="kt">UIView</span><span class="p">,</span>
<span class="kt">BannerAdLoaderDelegate</span><span class="p">,</span>
<span class="kt">AdLoadFlowControllerDelegate</span><span class="p">,</span>
<span class="kt">BannerEventInteractionDelegate</span><span class="p">,</span>
<span class="kt">DisplayViewInteractionDelegate</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -1991,7 +1995,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-12-20)</p>
<p>&copy; 2025 <a class="link" href="https://www.prebid.org" target="_blank" rel="external noopener">Prebid</a>. All rights reserved. (Last updated: 2025-02-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
20 changes: 10 additions & 10 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.3.1 Docs</a> (91% documented)</p>
<p><a href="../index.html">PrebidMobile 2.4.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 @@ -184,9 +184,6 @@
<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 All @@ -205,12 +202,18 @@
<li class="nav-group-task">
<a href="../Classes/Signals/Placement.html">– Placement</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Signals/Plcmnt.html">– Plcmnt</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SingleContainerInt.html">SingleContainerInt</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Targeting.html">Targeting</a>
</li>
<li class="nav-group-task">
<a href="../Classes/UserUniqueID.html">UserUniqueID</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Utils.html">Utils</a>
</li>
Expand Down Expand Up @@ -279,10 +282,10 @@
<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>
<a href="../Protocols/PluginEventDelegate.html">PluginEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/PluginEventDelegate.html">PluginEventDelegate</a>
<a href="../Protocols/PrebidEventDelegate.html">PrebidEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/PrebidMediationDelegate.html">PrebidMediationDelegate</a>
Expand All @@ -301,9 +304,6 @@
<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 @@ -656,7 +656,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-12-20)</p>
<p>&copy; 2025 <a class="link" href="https://www.prebid.org" target="_blank" rel="external noopener">Prebid</a>. All rights reserved. (Last updated: 2025-02-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
20 changes: 10 additions & 10 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.3.1 Docs</a> (91% documented)</p>
<p><a href="../index.html">PrebidMobile 2.4.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 @@ -184,9 +184,6 @@
<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 All @@ -205,12 +202,18 @@
<li class="nav-group-task">
<a href="../Classes/Signals/Placement.html">– Placement</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Signals/Plcmnt.html">– Plcmnt</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SingleContainerInt.html">SingleContainerInt</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Targeting.html">Targeting</a>
</li>
<li class="nav-group-task">
<a href="../Classes/UserUniqueID.html">UserUniqueID</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Utils.html">Utils</a>
</li>
Expand Down Expand Up @@ -279,10 +282,10 @@
<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>
<a href="../Protocols/PluginEventDelegate.html">PluginEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/PluginEventDelegate.html">PluginEventDelegate</a>
<a href="../Protocols/PrebidEventDelegate.html">PrebidEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/PrebidMediationDelegate.html">PrebidMediationDelegate</a>
Expand All @@ -301,9 +304,6 @@
<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 @@ -1830,7 +1830,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-12-20)</p>
<p>&copy; 2025 <a class="link" href="https://www.prebid.org" target="_blank" rel="external noopener">Prebid</a>. All rights reserved. (Last updated: 2025-02-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.3</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 106eb34

Please sign in to comment.