Package zakadabar.lib.blobs.data

Types

BlobBo
Link copied to clipboard
common
interface BlobBo<T : BlobBo<T, RT>, RT>
BlobBoCompanion
Link copied to clipboard
common
abstract class BlobBoCompanion<T : BlobBo<T, RT>, RT>(boNamespace: String, commConfig: <ERROR CLASS>?)
BlobCreateState
Link copied to clipboard
common
enum BlobCreateState : Enum<BlobCreateState>
States of the blob (image or file) "send to the server" process.

Functions

create
Link copied to clipboard
common
inline suspend fun <T : BlobBo<T, RT>, RT> BlobBoCompanion<T, RT>.create(content: ByteArray, func: T.() -> Unit): T

Properties

url
Link copied to clipboard
common
val BlobBo<*, *>.url: String
Get an URL for the a BLOB.