recognition-core
androidJvm
recognition-core
/
com.microblink.recognition.core
/
Promotions
Promotions
class
Promotions
:
Parcelable
Promotions
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Hash code
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
message
Link copied to clipboard
@get:
JvmName
(
name
=
"message"
)
val
message
:
String
?
=
null
status
Link copied to clipboard
@get:
JvmName
(
name
=
"status"
)
val
status
:
String
?
=
null
targeted
Link copied to clipboard
@get:
JvmName
(
name
=
"targeted"
)
val
targeted
:
List
<
Promotion
>
?
=
null
un
Targeted
Link copied to clipboard
@get:
JvmName
(
name
=
"unTargeted"
)
val
unTargeted
:
List
<
Promotion
>
?
=
null