kiosk-ops-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
kiosk-ops-sdk
kiosk-ops-sdk
/
com.sarastarquant.kioskops.sdk.queue
/
EnqueueResult
/
Rejected
/
PayloadTooLarge
Payload
Too
Large
data
class
PayloadTooLarge
(
val
bytes
:
Int
,
val
max
:
Int
)
:
EnqueueResult.Rejected
Members
Constructors
Payload
Too
Large
Link copied to clipboard
constructor
(
bytes
:
Int
,
max
:
Int
)
Properties
bytes
Link copied to clipboard
val
bytes
:
Int
is
Accepted
Link copied to clipboard
val
isAccepted
:
Boolean
max
Link copied to clipboard
val
max
:
Int