Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.imagefilters
/
LegacyFilter
Legacy
Filter
data
class
LegacyFilter
(
var
filterType
:
Int
=
0
)
:
ParametricFilter
,
Parcelable
Deprecated image filters.
Members
Constructors
Legacy
Filter
Link copied to clipboard
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JSONObject
)
constructor
(
filterType
:
Int
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
_
type
Link copied to clipboard
open
override
val
_type
:
String
filter
Type
Link copied to clipboard
var
filterType
:
Int
Id of filter to be applied.
Functions
clone
Link copied to clipboard
open
override
fun
clone
(
)
:
LegacyFilter
to
Json
Link copied to clipboard
open
override
fun
toJson
(
config
:
ToJsonConfiguration
)
:
JSONObject