MCPFeedback Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
MCPFeedback Android SDK
sdk-core
/
com.mcpfeedback.sdk.repo
/
UploadRepository
Upload
Repository
interface
UploadRepository
Observes the state of an ongoing upload. Pure Kotlin — no Android / HTTP types.
Members
Functions
observe
Upload
Link copied to clipboard
abstract
fun
observeUpload
(
id
:
UploadId
)
:
Flow
<
UploadState
>