toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.encodedcodes
/
EncodedCodesOptions
Encoded
Codes
Options
open
class
EncodedCodesOptions
Class for configuring a encodes codes generator
Members
Types
Builder
Link copied to clipboard
open
class
Builder
Builder for creating encoded codes options
Sorter
Link copied to clipboard
interface
Sorter
Properties
count
Separator
Link copied to clipboard
val
countSeparator
:
String
DEFAULT_MAX_CHARS
Link copied to clipboard
val
DEFAULT_MAX_CHARS
:
Int
=
2953
DEFAULT_MAX_CODES
Link copied to clipboard
val
DEFAULT_MAX_CODES
:
Int
=
100
final
Code
Link copied to clipboard
val
finalCode
:
String
manual
Discount
Final
Code
Link copied to clipboard
val
manualDiscountFinalCode
:
String
max
Chars
Link copied to clipboard
val
maxChars
:
Int
max
Codes
Link copied to clipboard
val
maxCodes
:
Int
max
Size
Mm
Link copied to clipboard
val
maxSizeMm
:
Int
next
Code
Link copied to clipboard
val
nextCode
:
String
next
Code
With
Check
Link copied to clipboard
val
nextCodeWithCheck
:
String
prefix
Link copied to clipboard
val
prefix
:
String
prefix
Map
Link copied to clipboard
val
prefixMap
:
SparseArray
<
String
>
project
Link copied to clipboard
val
project
:
Project
repeat
Codes
Link copied to clipboard
val
repeatCodes
:
Boolean
separator
Link copied to clipboard
val
separator
:
String
suffix
Link copied to clipboard
val
suffix
:
String
Functions
from
Json
Object
Link copied to clipboard
open
fun
fromJsonObject
(
project
:
Project
,
jsonObject
:
JsonObject
)
:
EncodedCodesOptions
Generate encoded codes options from a json definition.