toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.codes.gs1
/
ApplicationIdentifier
Application
Identifier
data
class
ApplicationIdentifier
(
val
prefix
:
String
,
val
description
:
String
,
val
format
:
String
,
val
name
:
String
,
val
needsFNC1
:
Boolean
,
val
regex
:
String
)
Class for defining gs1 application identifiers
Members
Constructors
Application
Identifier
Link copied to clipboard
constructor
(
prefix
:
String
,
description
:
String
,
format
:
String
,
name
:
String
,
needsFNC1
:
Boolean
,
regex
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
additional
Identifier
Link copied to clipboard
val
additionalIdentifier
:
String
?
content
Length
Link copied to clipboard
val
contentLength
:
Int
description
Link copied to clipboard
val
description
:
String
format
Link copied to clipboard
val
format
:
String
name
Link copied to clipboard
val
name
:
String
needs
FNC1
Link copied to clipboard
val
needsFNC1
:
Boolean
prefix
Link copied to clipboard
val
prefix
:
String
regex
Link copied to clipboard
val
regex
:
String
two
Digit
Identifier
Link copied to clipboard
val
twoDigitIdentifier
:
String