apiRTC
apiRTC
/
com.apizee.apiRTC
/
ReceivedFileTransferInvitation
/
FileObject
File
Object
data
class
FileObject
(
val
file
:
ByteArray
,
val
name
:
String
,
val
type
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
File
Object
Link copied to clipboard
fun
FileObject
(
file
:
ByteArray
,
name
:
String
,
type
:
String
)
Content copied to clipboard
Properties
file
Link copied to clipboard
val
file
:
ByteArray
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
Content copied to clipboard