-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
iAgentur
committed
Sep 3, 2021
1 parent
ade813d
commit 18b784f
Showing
12 changed files
with
539 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,372 @@ | ||
|
||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
<title>RingierAd SDK Documentation</title> | ||
|
||
<style media="screen"> | ||
.highlight table td { padding: 5px; } | ||
.highlight table pre { margin: 0; } | ||
.highlight .gh { | ||
color: #999999; | ||
} | ||
.highlight .sr { | ||
color: #f6aa11; | ||
} | ||
.highlight .go { | ||
color: #888888; | ||
} | ||
.highlight .gp { | ||
color: #555555; | ||
} | ||
.highlight .gs { | ||
} | ||
.highlight .gu { | ||
color: #aaaaaa; | ||
} | ||
.highlight .nb { | ||
color: #f6aa11; | ||
} | ||
.highlight .cm { | ||
color: #75715e; | ||
} | ||
.highlight .cp { | ||
color: #75715e; | ||
} | ||
.highlight .c1 { | ||
color: #75715e; | ||
} | ||
.highlight .cs { | ||
color: #75715e; | ||
} | ||
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf { | ||
color: #75715e; | ||
} | ||
.highlight .err { | ||
color: #960050; | ||
} | ||
.highlight .gr { | ||
color: #960050; | ||
} | ||
.highlight .gt { | ||
color: #960050; | ||
} | ||
.highlight .gd { | ||
color: #49483e; | ||
} | ||
.highlight .gi { | ||
color: #49483e; | ||
} | ||
.highlight .ge { | ||
color: #49483e; | ||
} | ||
.highlight .kc { | ||
color: #66d9ef; | ||
} | ||
.highlight .kd { | ||
color: #66d9ef; | ||
} | ||
.highlight .kr { | ||
color: #66d9ef; | ||
} | ||
.highlight .no { | ||
color: #66d9ef; | ||
} | ||
.highlight .kt { | ||
color: #66d9ef; | ||
} | ||
.highlight .mf { | ||
color: #ae81ff; | ||
} | ||
.highlight .mh { | ||
color: #ae81ff; | ||
} | ||
.highlight .il { | ||
color: #ae81ff; | ||
} | ||
.highlight .mi { | ||
color: #ae81ff; | ||
} | ||
.highlight .mo { | ||
color: #ae81ff; | ||
} | ||
.highlight .m, .highlight .mb, .highlight .mx { | ||
color: #ae81ff; | ||
} | ||
.highlight .sc { | ||
color: #ae81ff; | ||
} | ||
.highlight .se { | ||
color: #ae81ff; | ||
} | ||
.highlight .ss { | ||
color: #ae81ff; | ||
} | ||
.highlight .sd { | ||
color: #e6db74; | ||
} | ||
.highlight .s2 { | ||
color: #e6db74; | ||
} | ||
.highlight .sb { | ||
color: #e6db74; | ||
} | ||
.highlight .sh { | ||
color: #e6db74; | ||
} | ||
.highlight .si { | ||
color: #e6db74; | ||
} | ||
.highlight .sx { | ||
color: #e6db74; | ||
} | ||
.highlight .s1 { | ||
color: #e6db74; | ||
} | ||
.highlight .s, .highlight .sa, .highlight .dl { | ||
color: #e6db74; | ||
} | ||
.highlight .na { | ||
color: #a6e22e; | ||
} | ||
.highlight .nc { | ||
color: #a6e22e; | ||
} | ||
.highlight .nd { | ||
color: #a6e22e; | ||
} | ||
.highlight .ne { | ||
color: #a6e22e; | ||
} | ||
.highlight .nf, .highlight .fm { | ||
color: #a6e22e; | ||
} | ||
.highlight .vc { | ||
color: #ffffff; | ||
} | ||
.highlight .nn { | ||
color: #ffffff; | ||
} | ||
.highlight .ni { | ||
color: #ffffff; | ||
} | ||
.highlight .bp { | ||
color: #ffffff; | ||
} | ||
.highlight .vg { | ||
color: #ffffff; | ||
} | ||
.highlight .vi { | ||
color: #ffffff; | ||
} | ||
.highlight .nv, .highlight .vm { | ||
color: #ffffff; | ||
} | ||
.highlight .w { | ||
color: #ffffff; | ||
} | ||
.highlight { | ||
color: #ffffff; | ||
} | ||
.highlight .n, .highlight .py, .highlight .nx { | ||
color: #ffffff; | ||
} | ||
.highlight .nl { | ||
color: #f92672; | ||
} | ||
.highlight .ow { | ||
color: #f92672; | ||
} | ||
.highlight .nt { | ||
color: #f92672; | ||
} | ||
.highlight .k, .highlight .kv { | ||
color: #f92672; | ||
} | ||
.highlight .kn { | ||
color: #f92672; | ||
} | ||
.highlight .kp { | ||
color: #f92672; | ||
} | ||
.highlight .o { | ||
color: #f92672; | ||
} | ||
</style> | ||
<style media="print"> | ||
* { | ||
-webkit-transition:none!important; | ||
transition:none!important; | ||
} | ||
.highlight table td { padding: 5px; } | ||
.highlight table pre { margin: 0; } | ||
.highlight, .highlight .w { | ||
color: #586e75; | ||
} | ||
.highlight .err { | ||
color: #002b36; | ||
background-color: #dc322f; | ||
} | ||
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs { | ||
color: #657b83; | ||
} | ||
.highlight .cp { | ||
color: #b58900; | ||
} | ||
.highlight .nt { | ||
color: #b58900; | ||
} | ||
.highlight .o, .highlight .ow { | ||
color: #93a1a1; | ||
} | ||
.highlight .p, .highlight .pi { | ||
color: #93a1a1; | ||
} | ||
.highlight .gi { | ||
color: #859900; | ||
} | ||
.highlight .gd { | ||
color: #dc322f; | ||
} | ||
.highlight .gh { | ||
color: #268bd2; | ||
background-color: #002b36; | ||
font-weight: bold; | ||
} | ||
.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv { | ||
color: #6c71c4; | ||
} | ||
.highlight .kc { | ||
color: #cb4b16; | ||
} | ||
.highlight .kt { | ||
color: #cb4b16; | ||
} | ||
.highlight .kd { | ||
color: #cb4b16; | ||
} | ||
.highlight .s, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 { | ||
color: #859900; | ||
} | ||
.highlight .sa { | ||
color: #6c71c4; | ||
} | ||
.highlight .sr { | ||
color: #2aa198; | ||
} | ||
.highlight .si { | ||
color: #d33682; | ||
} | ||
.highlight .se { | ||
color: #d33682; | ||
} | ||
.highlight .nn { | ||
color: #b58900; | ||
} | ||
.highlight .nc { | ||
color: #b58900; | ||
} | ||
.highlight .no { | ||
color: #b58900; | ||
} | ||
.highlight .na { | ||
color: #268bd2; | ||
} | ||
.highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx { | ||
color: #859900; | ||
} | ||
.highlight .ss { | ||
color: #859900; | ||
} | ||
</style> | ||
<link href="stylesheets/screen-c9d8fa83.css" rel="stylesheet" media="screen" /> | ||
<link href="stylesheets/print-953e3353.css" rel="stylesheet" media="print" /> | ||
<script src="javascripts/all-a9fde460.js"></script> | ||
|
||
<script> | ||
$(function() { setupCodeCopy(); }); | ||
</script> | ||
</head> | ||
|
||
<body class="index" data-languages="["swift"]"> | ||
<a href="#" id="nav-button"> | ||
<span> | ||
NAV | ||
<img src="images/navbar-cad8cdcb.png" alt="" /> | ||
</span> | ||
</a> | ||
<div class="toc-wrapper"> | ||
<img src="images/logo-a1f3b959.png" class="logo" alt="" /> | ||
<div class="lang-selector"> | ||
<a href="#" data-language-name="swift">swift</a> | ||
</div> | ||
<div class="search"> | ||
<input type="text" class="search" id="input-search" placeholder="Search"> | ||
</div> | ||
<ul class="search-results"></ul> | ||
<ul id="toc" class="toc-list-h1"> | ||
<li> | ||
<a href="#api-documentation" class="toc-h1 toc-link" data-title="API Documentation">API Documentation</a> | ||
</li> | ||
<li> | ||
<a href="#installation" class="toc-h1 toc-link" data-title="Installation">Installation</a> | ||
<ul class="toc-list-h2"> | ||
<li> | ||
<a href="#ios" class="toc-h2 toc-link" data-title="iOS">iOS</a> | ||
</li> | ||
<li> | ||
<a href="#android" class="toc-h2 toc-link" data-title="Android">Android</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="#setup-sdk" class="toc-h1 toc-link" data-title="Setup SDK">Setup SDK</a> | ||
<ul class="toc-list-h2"> | ||
<li> | ||
<a href="#ios-2" class="toc-h2 toc-link" data-title="iOS">iOS</a> | ||
</li> | ||
<li> | ||
<a href="#android-2" class="toc-h2 toc-link" data-title="Android">Android</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
<ul class="toc-footer"> | ||
<li><a href='https://github.com/slatedocs/slate'>Documentation Powered by Slate</a></li> | ||
</ul> | ||
</div> | ||
<div class="page-wrapper"> | ||
<div class="dark-box"></div> | ||
<div class="content"> | ||
<h1 id='api-documentation'>API Documentation</h1> | ||
<p><a href="http://jenkins.streamboatserver.ch:8080/view/SDKs/job/RingierAd-iOS/lastSuccessfulBuild/artifact/doc/index.html">iOS</a></p> | ||
<h1 id='installation'>Installation</h1><h2 id='ios'>iOS</h2> | ||
<ul> | ||
<li>Minimum iOS version is 10.0. </li> | ||
<li>Add to your <code>Podfile</code>: | ||
<code>pod 'ringieradsdk', :git => 'https://github.com/RingierAdvertising/tagmanager-sdk-ios-public.git', :tag => '0.3.6'</code></li> | ||
<li>Run <code>bundle exec pod install</code> (preferred) or <code>pod install</code></li> | ||
</ul> | ||
<h2 id='android'>Android</h2> | ||
<p>TODO:</p> | ||
<h1 id='setup-sdk'>Setup SDK</h1><h2 id='ios-2'>iOS</h2> | ||
<p>In <code>AppDelegate</code> import <code>RingierAd</code> and update <code>didFinishLaunchingWithOptions</code> method like it shown at the right side -></p> | ||
<div class="highlight"><pre class="highlight swift tab-swift"><code><span class="kd">func</span> <span class="nf">application</span><span class="p">(</span><span class="n">_</span> <span class="nv">application</span><span class="p">:</span> <span class="kt">UIApplication</span><span class="p">,</span> <span class="n">didFinishLaunchingWithOptions</span> <span class="nv">launchOptions</span><span class="p">:</span> <span class="p">[</span><span class="kt">UIApplication</span><span class="o">.</span><span class="kt">LaunchOptionsKey</span><span class="p">:</span> <span class="kt">Any</span><span class="p">]?)</span> <span class="o">-></span> <span class="kt">Bool</span> <span class="p">{</span> | ||
<span class="kt">RingierAd</span><span class="o">.</span><span class="nf">start</span><span class="p">(</span><span class="nv">log</span><span class="p">:</span> <span class="n">logger</span><span class="p">)</span> | ||
<span class="k">return</span> <span class="kc">true</span> | ||
<span class="p">}</span> | ||
</code></pre></div><h2 id='android-2'>Android</h2> | ||
<p>TODO:</p> | ||
|
||
</div> | ||
<div class="dark-box"> | ||
<div class="lang-selector"> | ||
<a href="#" data-language-name="swift">swift</a> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.