forked from github/szkolny
[Librus/Attachment] A huge structure reformat.
This commit is contained in:
parent
928b73f139
commit
ab06efc934
@ -21,9 +21,9 @@ import pl.szczodrzynski.edziennik.utils.Utils
|
|||||||
import java.io.File
|
import java.io.File
|
||||||
import kotlin.coroutines.CoroutineContext
|
import kotlin.coroutines.CoroutineContext
|
||||||
|
|
||||||
|
class LibrusMessagesGetAttachment(
|
||||||
class LibrusMessagesGetAttachment(override val data: DataLibrus, val messageId: Long, val attachmentId: Long,
|
override val data: DataLibrus, val messageId: Long, val attachmentId: Long,
|
||||||
val attachmentName: String, val onSuccess: () -> Unit) : LibrusMessages(data), CoroutineScope {
|
val attachmentName: String, val onSuccess: () -> Unit) : LibrusMessages(data), CoroutineScope {
|
||||||
companion object {
|
companion object {
|
||||||
const val TAG = "LibrusMessagesGetAttachment"
|
const val TAG = "LibrusMessagesGetAttachment"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user