aiuta-sdk
Toggle table of contents
4.2.2
common
Platform filter
common
Switch theme
Search in API
aiuta-sdk
fashion-tryon-core
/
com.aiuta.fashionsdk.tryon.core.domain.models.policies
/
AiutaTryOnRetryPolicies
Aiuta
Try
On
Retry
Policies
class
AiutaTryOnRetryPolicies
(
val
photoUploadRetryCount
:
Int
,
val
operationStartRetryCount
:
Int
,
val
operationStatusRetryCount
:
Int
,
val
resultDownloadRetryCount
:
Int
,
val
retryDelay
:
Long
)
Members
Constructors
Aiuta
Try
On
Retry
Policies
Link copied to clipboard
constructor
(
photoUploadRetryCount
:
Int
,
operationStartRetryCount
:
Int
,
operationStatusRetryCount
:
Int
,
resultDownloadRetryCount
:
Int
,
retryDelay
:
Long
)
Properties
operation
Start
Retry
Count
Link copied to clipboard
val
operationStartRetryCount
:
Int
operation
Status
Retry
Count
Link copied to clipboard
val
operationStatusRetryCount
:
Int
photo
Upload
Retry
Count
Link copied to clipboard
val
photoUploadRetryCount
:
Int
result
Download
Retry
Count
Link copied to clipboard
val
resultDownloadRetryCount
:
Int
retry
Delay
Link copied to clipboard
val
retryDelay
:
Long