Skip to content

Commit

Permalink
Deploying to gh-pages from @ b404fcf 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisives committed Dec 1, 2023
1 parent 409e431 commit 4898ebb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<div class="breadcrumbs"><a href="../../../index.html">hmkit-fleet</a><span class="delimiter">/</span><a href="../index.html">com.highmobility.hmkitfleet</a><span class="delimiter">/</span><span class="current">HMKitFleet</span></div>
<div class="cover ">
<h1 class="cover"><span>HMKit</span><wbr></wbr><span><span>Fleet</span></span></h1>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":hmkit-fleet:dokkaHtml/main"><div class="symbol monospace"><span class="token keyword">class </span><a href="index.html">HMKitFleet</a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">hmKitConfiguration<span class="token operator">: </span><a href="../-h-m-kit-configuration/index.html">HMKitConfiguration</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">HMKitFleet is the access point for the Fleet SDK functionality. It is accessed by creating a new HMKitFleet object with a HMKitConfiguration object.</p><div class="sample-container"><pre><code class="block lang-kotlin" theme="idea">HMKitFleet fleet = new HMKitFleet(<br> new HMKitConfiguration.Builder()<br> .credentials(new HMKitOAuthCredentials(&quot;client_id&quot;, &quot;client_secret&quot;))<br> .build()<br>);</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph">Check out the /javadoc/v1/com/highmobility/hmkitfleet/HMKitFleet.html for more information.</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":hmkit-fleet:dokkaHtml/main"><div class="symbol monospace"><span class="token keyword">class </span><a href="index.html">HMKitFleet</a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">hmKitConfiguration<span class="token operator">: </span><a href="../-h-m-kit-configuration/index.html">HMKitConfiguration</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">HMKitFleet is the access point for the Fleet SDK functionality. It is accessed by creating a new HMKitFleet object with a HMKitConfiguration object.</p><div class="sample-container"><pre><code class="block lang-kotlin" theme="idea">HMKitFleet fleet = new HMKitFleet(<br> new HMKitConfiguration.Builder()<br> .credentials(new HMKitOAuthCredentials(&quot;client_id&quot;, &quot;client_secret&quot;))<br> .build()<br>);</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph">Check out the <a href="https://highmobility.github.io/hmkit-fleet-v2/javadoc/v1/com/highmobility/hmkitfleet/HMKitFleet.html">javadoc</a></p><p class="paragraph">Have a look at ./testmodule/com.example.app/index.html</p></div></div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div>
Expand Down

0 comments on commit 4898ebb

Please sign in to comment.