STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.data.item
/
AttachmentUpload
Attachment
Upload
open
class
AttachmentUpload
:
Item
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Attachment
Upload
Link copied to clipboard
open
fun
AttachmentUpload
(
)
Content copied to clipboard
Attachment
Upload
Link copied to clipboard
open
fun
AttachmentUpload
(
@
NonNull
cursor
:
Cursor
)
Content copied to clipboard
Properties
STATUS_FAILED
Link copied to clipboard
val
STATUS_FAILED
:
Int
Content copied to clipboard
STATUS_INFECTED
Link copied to clipboard
val
STATUS_INFECTED
:
Int
Content copied to clipboard
STATUS_INITIAL
Link copied to clipboard
val
STATUS_INITIAL
:
Int
Content copied to clipboard
STATUS_PENDING
Link copied to clipboard
val
STATUS_PENDING
:
Int
Content copied to clipboard
STATUS_SUCCESS
Link copied to clipboard
val
STATUS_SUCCESS
:
Int
Content copied to clipboard
STATUS_TRANSFER
Link copied to clipboard
val
STATUS_TRANSFER
:
Int
Content copied to clipboard
STATUS_WAITING
Link copied to clipboard
val
STATUS_WAITING
:
Int
Content copied to clipboard
Functions
get
Attachment
Size
Link copied to clipboard
open
fun
getAttachmentSize
(
)
:
Long
Content copied to clipboard
get
File
Path
Link copied to clipboard
@
Nullable
open
fun
getFilePath
(
)
:
String
Content copied to clipboard
get
Id
Link copied to clipboard
@
NonNull
open
fun
getId
(
)
:
String
Content copied to clipboard
get
Net
Id
Link copied to clipboard
@
NonNull
open
fun
getNetId
(
)
:
String
Content copied to clipboard
get
Request
Id
Link copied to clipboard
@
Nullable
open
fun
getRequestId
(
)
:
String
Content copied to clipboard
get
Status
Link copied to clipboard
open
fun
getStatus
(
)
:
Int
Content copied to clipboard
get
Uploaded
Bytes
Link copied to clipboard
open
fun
getUploadedBytes
(
)
:
Long
Content copied to clipboard
set
Attachment
Size
Link copied to clipboard
open
fun
setAttachmentSize
(
attachmentSize
:
Long
)
Content copied to clipboard
set
File
Path
Link copied to clipboard
open
fun
setFilePath
(
@
NonNull
filePath
:
String
)
Content copied to clipboard
set
Id
Link copied to clipboard
open
fun
setId
(
@
NonNull
id
:
String
)
Content copied to clipboard
set
Net
Id
Link copied to clipboard
open
fun
setNetId
(
@
NonNull
netId
:
String
)
Content copied to clipboard
set
Request
Id
Link copied to clipboard
open
fun
setRequestId
(
@
NonNull
requestId
:
String
)
Content copied to clipboard
set
Status
Link copied to clipboard
open
fun
setStatus
(
status
:
Int
)
Content copied to clipboard
set
Uploaded
Bytes
Link copied to clipboard
open
fun
setUploadedBytes
(
uploadedBytes
:
Long
)
Content copied to clipboard