Package-level declarations

Types

Link copied to clipboard
class CameraComponent(cameraAdapter: CameraAdapter<*>, permissionAdapter: PermissionAdapter<*>, val storageAdapter: StorageAdapter<*>) : Component
Link copied to clipboard
Link copied to clipboard
@Serializable
data class Post(val header: String, val content: String, val image: String)

Functions

Link copied to clipboard
Link copied to clipboard
fun fetch(request: Request<Any, Any>, env: Env, ctx: ExecutionContext): Promise<Response>
Link copied to clipboard
fun isIOSVersionAtLeast(major: Int, minor: Int = 0, patch: Int = 0): Boolean
Link copied to clipboard
suspend fun uploadPost(post: Post, imageBytes: ByteArray, contentType: ContentType)