Skip to content

Commit 07cf789

Browse files
committed
Release 3.8.0
1 parent 59d0a8f commit 07cf789

File tree

5 files changed

+98
-2
lines changed

5 files changed

+98
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# **Datatrans Android SDK**
2-
![Version](https://img.shields.io/badge/Version-3.7.4-5B728F)
2+
![Version](https://img.shields.io/badge/Version-3.8.0-5B728F)
33
[![License](https://img.shields.io/badge/License-Datatrans-lightgrey)](https://raw.githubusercontent.com/datatrans/android-sdk/master/LICENSE)
44
[![Platform](https://img.shields.io/badge/platform-android-0BAF73)](https://github.com/datatrans/android-sdk)
55

docs/-datatrans -android -s-d-k/ch.datatrans.payment.api/-transaction/-companion/index.html

+15
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,21 @@ <h2 class="">Functions</h2>
8787
</div>
8888
</div>
8989
</div>
90+
<a data-name="-1043389989%2FFunctions%2F1946847589" anchor-label="unsubscribe" id="-1043389989%2FFunctions%2F1946847589" data-filterable-set=":lib:dokkaHtml/release"></a>
91+
<div class="table-row" data-filterable-current=":lib:dokkaHtml/release" data-filterable-set=":lib:dokkaHtml/release">
92+
<div class="main-subrow keyValue ">
93+
<div class=""><span class="inline-flex">
94+
<div><a href="unsubscribe.html"><span><span>unsubscribe</span></span></a></div>
95+
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-1043389989%2FFunctions%2F1946847589"></span>
96+
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
97+
</span></span></div>
98+
<div>
99+
<div class="title">
100+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":lib:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="unsubscribe.html"><span class="token function">unsubscribe</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">owner<span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/androidx/lifecycle/LifecycleOwner.html">LifecycleOwner</a></span></span><span class="token punctuation">)</span></div><div class="brief "><p class="paragraph">Use this method to unsubscribe an Activity from receiving results. You should call this method on the <a href="https://developer.android.com/reference/kotlin/android/app/Activity.html#ondestroy">android.app.Activity.onDestroy</a> lifecycle method (or equivalent on <a href="https://developer.android.com/reference/kotlin/androidx/fragment/app/Fragment.html">androidx.fragment.app.Fragment</a>) to make sure the result is not sent anymore to the Activity or Fragment.</p></div></div></div>
101+
</div>
102+
</div>
103+
</div>
104+
</div>
90105
</div>
91106
</div>
92107
</div>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<!DOCTYPE html>
2+
<html class="no-js">
3+
<head>
4+
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
5+
<title>unsubscribe</title>
6+
<link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg">
7+
<script>var pathToRoot = "../../../../";</script>
8+
<script>document.documentElement.classList.replace("no-js","js");</script>
9+
<script>const storage = localStorage.getItem("dokka-dark-mode")
10+
if (storage == null) {
11+
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
12+
if (osDarkSchemePreferred === true) {
13+
document.getElementsByTagName("html")[0].classList.add("theme-dark")
14+
}
15+
} else {
16+
const savedDarkMode = JSON.parse(storage)
17+
if(savedDarkMode === true) {
18+
document.getElementsByTagName("html")[0].classList.add("theme-dark")
19+
}
20+
}
21+
</script>
22+
<script type="text/javascript" src="https://unpkg.com/kotlin-playground@1/dist/playground.min.js" async="async"></script>
23+
<script type="text/javascript" src="../../../../scripts/sourceset_dependencies.js" async="async"></script>
24+
<link href="../../../../styles/style.css" rel="Stylesheet">
25+
<link href="../../../../styles/main.css" rel="Stylesheet">
26+
<link href="../../../../styles/prism.css" rel="Stylesheet">
27+
<link href="../../../../styles/logo-styles.css" rel="Stylesheet">
28+
<link href="../../../../styles/font-jb-sans-auto.css" rel="Stylesheet">
29+
<script type="text/javascript" src="../../../../scripts/clipboard.js" async="async"></script>
30+
<script type="text/javascript" src="../../../../scripts/navigation-loader.js" async="async"></script>
31+
<script type="text/javascript" src="../../../../scripts/platform-content-handler.js" async="async"></script>
32+
<script type="text/javascript" src="../../../../scripts/main.js" defer="defer"></script>
33+
<script type="text/javascript" src="../../../../scripts/prism.js" async="async"></script>
34+
<script type="text/javascript" src="../../../../scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script>
35+
</head>
36+
<body>
37+
<div class="root">
38+
<nav class="navigation" id="navigation-wrapper">
39+
<div class="navigation--inner">
40+
<div class="navigation-title">
41+
<button class="menu-toggle" id="menu-toggle" type="button">toggle menu</button>
42+
<div class="library-name">
43+
<a class="library-name--link" href="../../../../index.html">
44+
Datatrans Android SDK
45+
</a>
46+
</div>
47+
<div class="library-version">
48+
</div>
49+
</div>
50+
<div class="filter-section" id="filter-section">
51+
<button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":lib:dokkaHtml/release">androidJvm</button>
52+
</div>
53+
</div>
54+
<div class="navigation-controls">
55+
<button class="navigation-controls--btn navigation-controls--theme" id="theme-toggle-button" type="button">switch theme</button>
56+
<div class="navigation-controls--btn navigation-controls--search" id="searchBar" role="button">search in API</div>
57+
</div>
58+
</nav>
59+
<div id="container">
60+
<div class="sidebar" id="leftColumn">
61+
<div class="sidebar--inner" id="sideMenu"></div>
62+
</div>
63+
<div id="main">
64+
<div class="main-content" data-page-type="member" id="content" pageIds="Datatrans Android SDK::ch.datatrans.payment.api/Transaction.Companion/unsubscribe/#androidx.lifecycle.LifecycleOwner/PointingToDeclaration//1946847589">
65+
<div class="breadcrumbs"><a href="../../../../index.html">Datatrans Android SDK</a><span class="delimiter">/</span><a href="../../index.html">ch.datatrans.payment.api</a><span class="delimiter">/</span><a href="../index.html">Transaction</a><span class="delimiter">/</span><a href="index.html">Companion</a><span class="delimiter">/</span><span class="current">unsubscribe</span></div>
66+
<div class="cover ">
67+
<h1 class="cover"><span><span>unsubscribe</span></span></h1>
68+
</div>
69+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":lib:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="unsubscribe.html"><span class="token function">unsubscribe</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">owner<span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/androidx/lifecycle/LifecycleOwner.html">LifecycleOwner</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Use this method to unsubscribe an Activity from receiving results. You should call this method on the <a href="https://developer.android.com/reference/kotlin/android/app/Activity.html#ondestroy">android.app.Activity.onDestroy</a> lifecycle method (or equivalent on <a href="https://developer.android.com/reference/kotlin/androidx/fragment/app/Fragment.html">androidx.fragment.app.Fragment</a>) to make sure the result is not sent anymore to the Activity or Fragment.</p></div></div>
70+
</div>
71+
<div class="footer">
72+
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span
73+
class="pull-right"><span>Generated by </span><a
74+
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
75+
</div>
76+
</div>
77+
</div>
78+
</div>
79+
</body>
80+
</html>

docs/-datatrans -android -s-d-k/package-list

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ $dokka.location:ch.datatrans.payment.api/InitialLoader///PointingToDeclaration/
5050
$dokka.location:ch.datatrans.payment.api/InitialLoader/dismiss/#/PointingToDeclaration/-datatrans -android -s-d-k/ch.datatrans.payment.api/-initial-loader/dismiss.html
5151
$dokka.location:ch.datatrans.payment.api/Transaction.Companion///PointingToDeclaration/-datatrans -android -s-d-k/ch.datatrans.payment.api/-transaction/-companion/index.html
5252
$dokka.location:ch.datatrans.payment.api/Transaction.Companion/subscribe/#androidx.lifecycle.LifecycleOwner#ch.datatrans.payment.api.TransactionListener/PointingToDeclaration/-datatrans -android -s-d-k/ch.datatrans.payment.api/-transaction/-companion/subscribe.html
53+
$dokka.location:ch.datatrans.payment.api/Transaction.Companion/unsubscribe/#androidx.lifecycle.LifecycleOwner/PointingToDeclaration/-datatrans -android -s-d-k/ch.datatrans.payment.api/-transaction/-companion/unsubscribe.html
5354
$dokka.location:ch.datatrans.payment.api/Transaction///PointingToDeclaration/-datatrans -android -s-d-k/ch.datatrans.payment.api/-transaction/index.html
5455
$dokka.location:ch.datatrans.payment.api/Transaction/Transaction/#kotlin.String#ch.datatrans.payment.paymentmethods.Card/PointingToDeclaration/-datatrans -android -s-d-k/ch.datatrans.payment.api/-transaction/-transaction.html
5556
$dokka.location:ch.datatrans.payment.api/Transaction/Transaction/#kotlin.String#ch.datatrans.payment.paymentmethods.SavedPaymentMethod/PointingToDeclaration/-datatrans -android -s-d-k/ch.datatrans.payment.api/-transaction/-transaction.html

docs/scripts/pages.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)