-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathindex.html
More file actions
211 lines (211 loc) · 27.9 KB
/
index.html
File metadata and controls
211 lines (211 loc) · 27.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>Processor</title>
<link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg">
<script>var pathToRoot = "../../../../";</script>
<script>const storage = localStorage.getItem("dokka-dark-mode")
if (storage == null) {
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
if (osDarkSchemePreferred === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
} else {
const savedDarkMode = JSON.parse(storage)
if(savedDarkMode === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
}
</script>
<script type="text/javascript" src="../../../../scripts/sourceset_dependencies.js" async="async"></script>
<link href="../../../../styles/style.css" rel="Stylesheet">
<link href="../../../../styles/jetbrains-mono.css" rel="Stylesheet">
<link href="../../../../styles/main.css" rel="Stylesheet">
<link href="../../../../styles/prism.css" rel="Stylesheet">
<link href="../../../../styles/logo-styles.css" rel="Stylesheet">
<script type="text/javascript" src="../../../../scripts/clipboard.js" async="async"></script>
<script type="text/javascript" src="../../../../scripts/navigation-loader.js" async="async"></script>
<script type="text/javascript" src="../../../../scripts/platform-content-handler.js" async="async"></script>
<script type="text/javascript" src="../../../../scripts/main.js" defer="defer"></script>
<script type="text/javascript" src="../../../../scripts/prism.js" async="async"></script>
<script type="text/javascript" src="../../../../scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script>
</head>
<body>
<div class="navigation-wrapper" id="navigation-wrapper">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<div class="library-name">
<a href="../../../../index.html">
<span>CameraKit</span>
</a>
</div>
<div>
1.41.0+4b62309c.camkit.pipeline.test.release.1.41.x.0 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
</div>
</div>
<div id="container">
<div id="leftColumn">
<div id="sideMenu"></div>
</div>
<div id="main">
<div class="main-content" id="content" pageIds="CameraKit::com.snap.camerakit.adjustments/AdjustmentsComponent.Processor///PointingToDeclaration//1404709923">
<div class="breadcrumbs"><a href="../../../../index.html">CameraKit</a><span class="delimiter">/</span><a href="../../index.html">com.snap.camerakit.adjustments</a><span class="delimiter">/</span><a href="../index.html">AdjustmentsComponent</a><span class="delimiter">/</span><span class="current">Processor</span></div>
<div class="cover ">
<h1 class="cover"><span><span>Processor</span></span></h1>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":camera-kit-distribution:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">interface </span><a href="index.html">Processor</a> : <a href="../../../com.snap.camerakit/-image-processor/index.html">ImageProcessor</a></div><p class="paragraph">Extension of <a href="../../../com.snap.camerakit/-image-processor/index.html">ImageProcessor</a> that allows to apply and remove adjustments on top of the incoming image input stream rendered to connected outputs.</p></div></div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="Types">Types</button><button class="section-tab" data-togglable="Functions">Functions</button><button class="section-tab" data-togglable="Inheritors">Inheritors</button></div>
<div class="tabs-section-body">
<h2 class="">Types</h2>
<div class="table" data-togglable="Types"><a data-name="1083186265%2FClasslikes%2F1404709923" anchor-label="Noop" id="1083186265%2FClasslikes%2F1404709923" data-filterable-set=":camera-kit-distribution:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":camera-kit-distribution:dokkaHtml/release" data-filterable-set=":camera-kit-distribution:dokkaHtml/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="-noop/index.html"><span><span>Noop</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1083186265%2FClasslikes%2F1404709923"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":camera-kit-distribution:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">object </span><a href="-noop/index.html">Noop</a> : <a href="index.html">AdjustmentsComponent.Processor</a></div><div class="brief "><p class="paragraph">Convenience implementation of <a href="index.html">Processor</a> that does nothing.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="-652406402%2FClasslikes%2F1404709923" anchor-label="Result" id="-652406402%2FClasslikes%2F1404709923" data-filterable-set=":camera-kit-distribution:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":camera-kit-distribution:dokkaHtml/release" data-filterable-set=":camera-kit-distribution:dokkaHtml/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="-result/index.html"><span><span>Result</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-652406402%2FClasslikes%2F1404709923"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":camera-kit-distribution:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">sealed </span><span class="token keyword">class </span><a href="-result/index.html">Result</a><span class="token operator"><</span><span class="token keyword">out </span><a href="-result/index.html">T</a><span class="token operator"> : </span><a href="../-adjustment/index.html">AdjustmentsComponent.Adjustment</a><span class="token operator">></span></div><div class="brief "><p class="paragraph">Defines the possible outcomes of the <a href="apply.html">apply</a> operation.</p></div></div></div>
</div>
</div>
</div>
</div>
</div>
<h2 class="">Functions</h2>
<div class="table" data-togglable="Functions"><a data-name="2107481640%2FFunctions%2F1404709923" anchor-label="apply" id="2107481640%2FFunctions%2F1404709923" data-filterable-set=":camera-kit-distribution:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":camera-kit-distribution:dokkaHtml/release" data-filterable-set=":camera-kit-distribution:dokkaHtml/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="apply.html"><span><span>apply</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="2107481640%2FFunctions%2F1404709923"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":camera-kit-distribution:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><span class="token operator"><</span><span class="token keyword"></span><a href="apply.html">T</a><span class="token operator"> : </span><a href="../-adjustment/index.html">AdjustmentsComponent.Adjustment</a><span class="token operator">> </span><a href="apply.html"><span class="token function">apply</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">adjustment<span class="token operator">: </span><a href="apply.html">T</a><span class="token punctuation">, </span></span><span class="parameter ">callback<span class="token operator">: </span><a href="../../../com.snap.camerakit.common/-consumer/index.html">Consumer</a><span class="token operator"><</span><span class="token keyword"></span><a href="-result/index.html">AdjustmentsComponent.Processor.Result</a><span class="token operator"><</span><span class="token keyword"></span><a href="apply.html">T</a><span class="token operator">></span><span class="token operator">></span><span class="token operator"> = </span>Consumer {}</span></span><span class="token punctuation">)</span></div><div class="brief "><p class="paragraph">Attempts to apply the provided <a href="apply.html">adjustment</a> model. The operation is async with the result provided as <a href="-result/-applied/index.html">Result.Applied</a> or <a href="-result/-unavailable/index.html">Result.Unavailable</a> to the <a href="apply.html">callback</a>.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="606942288%2FFunctions%2F1404709923" anchor-label="available" id="606942288%2FFunctions%2F1404709923" data-filterable-set=":camera-kit-distribution:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":camera-kit-distribution:dokkaHtml/release" data-filterable-set=":camera-kit-distribution:dokkaHtml/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="available.html"><span><span>available</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="606942288%2FFunctions%2F1404709923"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":camera-kit-distribution:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="available.html"><span class="token function">available</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">adjustment<span class="token operator">: </span><a href="../-adjustment/index.html">AdjustmentsComponent.Adjustment</a><span class="token punctuation">, </span></span><span class="parameter ">callback<span class="token operator">: </span><a href="../../../com.snap.camerakit.common/-consumer/index.html">Consumer</a><span class="token operator"><</span><span class="token keyword"></span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin/-boolean/index.html">Boolean</a><span class="token operator">></span></span></span><span class="token punctuation">)</span></div><div class="brief "><p class="paragraph">Checks whether the provided <a href="available.html">adjustment</a> is available to the current client environment. The result of the async operation is success if <a href="available.html">adjustment</a> is available, false otherwise. If <a href="available.html">adjustment</a> is not available, calls to <a href="apply.html">apply</a> will always lead to a <a href="-result/-unavailable/index.html">Result.Unavailable</a>.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="832472145%2FFunctions%2F1404709923" anchor-label="connectInput" id="832472145%2FFunctions%2F1404709923" data-filterable-set=":camera-kit-distribution:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":camera-kit-distribution:dokkaHtml/release" data-filterable-set=":camera-kit-distribution:dokkaHtml/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../../../com.snap.camerakit/-image-processor/connect-input.html"><span>connect</span><wbr></wbr><span><span>Input</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="832472145%2FFunctions%2F1404709923"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":camera-kit-distribution:dokkaHtml/release"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/androidx/annotation/CheckResult.html"><span class="token annotation builtin">CheckResult</span></a></div></div><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../../com.snap.camerakit/-image-processor/connect-input.html"><span class="token function">connectInput</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">input<span class="token operator">: </span><a href="../../../com.snap.camerakit/-image-processor/-input/index.html">ImageProcessor.Input</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/java/io/Closeable.html">Closeable</a></div><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/androidx/annotation/CheckResult.html"><span class="token annotation builtin">CheckResult</span></a></div></div><span class="token keyword">open </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../../com.snap.camerakit/-image-processor/connect-input.html"><span class="token function">connectInput</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">input<span class="token operator">: </span><a href="../../../com.snap.camerakit/-image-processor/-input/index.html">ImageProcessor.Input</a><span class="token punctuation">, </span></span><span class="parameter ">options<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin.collections/-set/index.html">Set</a><span class="token operator"><</span><span class="token keyword"></span><a href="../../../com.snap.camerakit/-image-processor/-input/-option/index.html">ImageProcessor.Input.Option</a><span class="token operator">></span></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/java/io/Closeable.html">Closeable</a></div><div class="brief "><p class="paragraph">Connects the provided <a href="../../../com.snap.camerakit/-image-processor/connect-input.html">input</a> to this processor and returns a <a href="https://developer.android.com/reference/kotlin/java/io/Closeable.html">Closeable</a> to release the connection when required. Normally, processing of the provided input starts instantly however certain processors may do it async so it is not guaranteed that any work will be done as soon as input is connected.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="-126305316%2FFunctions%2F1404709923" anchor-label="connectOutput" id="-126305316%2FFunctions%2F1404709923" data-filterable-set=":camera-kit-distribution:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":camera-kit-distribution:dokkaHtml/release" data-filterable-set=":camera-kit-distribution:dokkaHtml/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../../../com.snap.camerakit/-image-processor/connect-output.html"><span>connect</span><wbr></wbr><span><span>Output</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-126305316%2FFunctions%2F1404709923"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":camera-kit-distribution:dokkaHtml/release"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/androidx/annotation/CheckResult.html"><span class="token annotation builtin">CheckResult</span></a></div></div><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../../com.snap.camerakit/-image-processor/connect-output.html"><span class="token function">connectOutput</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">output<span class="token operator">: </span><a href="../../../com.snap.camerakit/-image-processor/-output/index.html">ImageProcessor.Output</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/java/io/Closeable.html">Closeable</a></div><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/androidx/annotation/CheckResult.html"><span class="token annotation builtin">CheckResult</span></a></div></div><span class="token keyword">open </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../../com.snap.camerakit/-image-processor/connect-output.html"><span class="token function">connectOutput</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">output<span class="token operator">: </span><a href="../../../com.snap.camerakit/-image-processor/-output/index.html">ImageProcessor.Output</a><span class="token punctuation">, </span></span><span class="parameter ">options<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin.collections/-set/index.html">Set</a><span class="token operator"><</span><span class="token keyword"></span><a href="../../../com.snap.camerakit/-image-processor/-output/-option/index.html">ImageProcessor.Output.Option</a><span class="token operator">></span></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/java/io/Closeable.html">Closeable</a></div><div class="brief "><p class="paragraph">Connects the provided <a href="../../../com.snap.camerakit/-image-processor/connect-output.html">output</a> to this processor and returns a <a href="https://developer.android.com/reference/kotlin/java/io/Closeable.html">Closeable</a> to release the connection when required. Similarly to <a href="../../../com.snap.camerakit/-image-processor/connect-input.html">connectInput</a>, it is not guaranteed that the provided output will receive results as soon as it is connected, the processor may do it async.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="1330624583%2FFunctions%2F1404709923" anchor-label="observeRequiredCapabilities" id="1330624583%2FFunctions%2F1404709923" data-filterable-set=":camera-kit-distribution:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":camera-kit-distribution:dokkaHtml/release" data-filterable-set=":camera-kit-distribution:dokkaHtml/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../../../com.snap.camerakit/-image-processor/observe-required-capabilities.html"><span>observe</span><wbr></wbr><span>Required</span><wbr></wbr><span><span>Capabilities</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1330624583%2FFunctions%2F1404709923"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":camera-kit-distribution:dokkaHtml/release"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/androidx/annotation/CheckResult.html"><span class="token annotation builtin">CheckResult</span></a></div></div><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../../com.snap.camerakit/-image-processor/observe-required-capabilities.html"><span class="token function">observeRequiredCapabilities</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">onCapabilitiesRequested<span class="token operator">: </span><a href="../../../com.snap.camerakit.common/-consumer/index.html">Consumer</a><span class="token operator"><</span><span class="token keyword"></span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin.collections/-set/index.html">Set</a><span class="token operator"><</span><span class="token keyword"></span><a href="../../../com.snap.camerakit/-image-processor/-input/-capability/index.html">ImageProcessor.Input.Capability</a><span class="token operator">></span><span class="token operator">></span></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/java/io/Closeable.html">Closeable</a></div><div class="brief "><p class="paragraph">Takes in <a href="../../../com.snap.camerakit/-image-processor/observe-required-capabilities.html">onCapabilitiesRequested</a> that will be notified when image processing operations require additional data from connected <a href="../../../com.snap.camerakit/-image-processor/-input/index.html">Input</a>. Right after <a href="../../../com.snap.camerakit/-image-processor/observe-required-capabilities.html">observeRequiredCapabilities</a> is called <a href="../../../com.snap.camerakit/-image-processor/observe-required-capabilities.html">onCapabilitiesRequested</a> consumer will be invoked on the caller thread with the current set of required capabilities. <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin.collections/index.html">emptySet</a> is used to represent that additional capabilities aren't required.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="390341721%2FFunctions%2F1404709923" anchor-label="remove" id="390341721%2FFunctions%2F1404709923" data-filterable-set=":camera-kit-distribution:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":camera-kit-distribution:dokkaHtml/release" data-filterable-set=":camera-kit-distribution:dokkaHtml/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="remove.html"><span><span>remove</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="390341721%2FFunctions%2F1404709923"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":camera-kit-distribution:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="remove.html"><span class="token function">remove</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">adjustment<span class="token operator">: </span><a href="../-adjustment/index.html">AdjustmentsComponent.Adjustment</a><span class="token punctuation">, </span></span><span class="parameter ">callback<span class="token operator">: </span><a href="../../../com.snap.camerakit.common/-consumer/index.html">Consumer</a><span class="token operator"><</span><span class="token keyword"></span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin/-boolean/index.html">Boolean</a><span class="token operator">></span><span class="token operator"> = </span>Consumer {}</span></span><span class="token punctuation">)</span></div><div class="brief "><p class="paragraph">Removes the provided <a href="remove.html">adjustment</a> model, if applied. The result of the async operation is success if <a href="remove.html">adjustment</a> was removed or failure when there were was no <a href="../-adjustment/index.html">Adjustment</a> to be removed or operation failed to execute.</p></div></div></div>
</div>
</div>
</div>
</div>
</div>
<h2 class="">Inheritors</h2>
<div class="table" data-togglable="Inheritors"><a data-name="1083186265%2FInheritors%2F1404709923" anchor-label="Noop" id="1083186265%2FInheritors%2F1404709923" data-filterable-set=":camera-kit-distribution:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":camera-kit-distribution:dokkaHtml/release" data-filterable-set=":camera-kit-distribution:dokkaHtml/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="-noop/index.html">Noop</a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1083186265%2FInheritors%2F1404709923"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2025 Copyright</span><span
class="pull-right"><span>Generated by </span><a
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
</div>
</div>
</div>
</body>
</html>